Seite 2 von 2

hmmmm

Verfasst: 06.11.2003 15:29
von aa
:grin: lenn hirbo bilmiyon bu meleti.......

bak nimm die zeile 44 füge sie unter 50 dann müsste es gehen , geyt shey :o

Verfasst: 07.11.2003 16:36
von v24
Hi Nana23!
also einiges hat schon geklappt...
- ich komme jetzt in 'admin_styles.php' und kann wenigstens die farben von subSilver ändern (cool!)
- 'admin_styles.php?mode=export' geht auch. kann die von mir hochgeladenen templates auswählen
aber.........

bei 'mode=create' kommt die fehlermeldung:
Parse error: parse error, unexpected $ in /home/www/web16/html/modules/Forums/admin/admin_styles.php on line 339

bei 'mode=addnew' die:
Parse error: parse error, unexpected $ in /home/www/web16/html/modules/Forums/admin/admin_styles.php on line 213


335 $count++;
336 }
337
338 $sql .= " WHERE themes_id = $style_id";
339 }
340 else
341 {
342 //
343 // Nope, no names entry so we create a ...



211 $updated['body_bgcolor'] = $HTTP_POST_VARS['body_bgcolor'];
212 $updated['body_text'] = $HTTP_POST_VARS['body_text'];
213 $updated['body_link'] = $HTTP_POST_VARS['body_link'];
214 $updated['body_vlink'] = $HTTP_POST_VARS['body_vlink'];
215 $updated['body_alink'] = $HTTP_POST_VARS['body_alink'];
216 $updated['body_hlink'] = $HTTP_POST_VARS['body_hlink'];
217 $updated['tr_color1'] = $HTTP_POST_VARS['tr_color1'];


kannst du mir weiterhelfen?