Verfasst: 01.10.2005 20:11
Hallo.
Ist nur etwas für die index.php angegeben.
An welcher Stelle kommt das nun in die viewforum.php? Nehme mal an es kommt da rein oder?
Hier meine viewforum.php
darot
Ist nur etwas für die index.php angegeben.
Code: Alles auswählen
index.php
#
#-----[ FIND ]------------------------------------------
#
$folder_image = ( $unread_topics ) ? $images['forum_new'] : $images['forum'];
$folder_alt = ( $unread_topics ) ? $lang['New_posts'] : $lang['No_new_posts'];
#
#-----[ AFTER, ADD ]------------------------------------------
# You can change the forum_id to whichever forum you would like to change it to.
if ($forum_id == 1) $folder_image = ( $unread_topics ) ? "http://www.url.com/forum/templates/subSilver/images/new icon.gif" : "http://www.url.com/forum/templates/subSilver/images/new icon.gif";Hier meine viewforum.php
darot