Seite 1 von 1

Folder Pic ändert sich Falsch

Verfasst: 12.08.2003 19:04
von Elvis
guckt mal bitte bei Ankündigung und Global das mit den Pic's,

jeweils das Thema und unten in der Auflistung.

Forum

was läuft da denn wieder falsch ?

einmal versetzt dann falsches Pic angezeigt.

Verfasst: 12.08.2003 19:34
von Schumi
Hast du die Bilder in den richtigen Ordner hochgeladen und die richtige .cfg bearbeitet?

Verfasst: 12.08.2003 19:50
von Elvis
die Bilder liegen im Ordner

templates/fisubsilversh/images

und das ist die cfg Datei natürlich net alles ;)

Code: Alles auswählen

$images['forum'] = "$current_template_images/folder.gif";
$images['forum_new'] = "$current_template_images/folder_new.gif\" width=\"$folderbig_iw\" height=\"$folderbig_ih\" class=\"imgfolder";
$images['forum_locked'] = "$current_template_images/folder_lock.gif\" width=\"$folderbig_iw\" height=\"$folderbig_ih\" class=\"imgfolder";

$images['folder'] = "$current_template_images/folder.gif";
$images['folder_new'] = "$current_template_images/folder_new.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_hot'] = "$current_template_images/folder_hot.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_hot_new'] = "$current_template_images/folder_new_hot.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_locked'] = "$current_template_images/folder_lock.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_locked_new'] = "$current_template_images/folder_lock_new.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_sticky'] = "$current_template_images/folder_sticky.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_sticky_new'] = "$current_template_images/folder_sticky_new.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_announce'] = "$current_template_images/folder_announce.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_announce_new'] = "$current_template_images/folder_announce_new.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";

$images['folder_global_announce'] = "$current_template_images/folder_global_announce.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_global_announce_new'] = "$current_template_images/folder_global_announce_new.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
wobei ich diese beiden hier

Code: Alles auswählen

$images['forum'] = "$current_template_images/folder.gif";

Code: Alles auswählen

$images['folder'] = "$current_template_images/folder.gif";
ändern mußte damit die Anzeige im Portal stimmt.

Verfasst: 12.08.2003 21:55
von Elvis
soweit habe ich das wieder gerade gebogen, nur noch eins fehlt mir.

ich möchte das alle Pic in der Übersicht ganz unten, unter einnander stehen jeweils 3 Stück wies sein sollte.

[ externes Bild ]

also ich bin doch net bescheuert

Code: Alles auswählen

<table width="100%" cellspacing="0" border="0" align="center" cellpadding="0">
<tr>
<td valign="top">
<table border="0" cellspacing="1" cellpadding="0">
<tr>
<td><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" title="{L_NEW_POSTS}" /></td>
<td class="gensmall">&nbsp;{L_NEW_POSTS}</td>
<td>&nbsp;&nbsp;</td>
<td><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" title="{L_NO_NEW_POSTS}" /></td>
<td class="gensmall">&nbsp;{L_NO_NEW_POSTS}</td>
<td>&nbsp;&nbsp;</td>
<td><img src="{FOLDER_GLOBAL_ANNOUNCE_IMG}" alt="{FOLDER_GLOBAL_ANNOUNCE_IMG}" title="{L_GLOBAL_ANNOUNCEMENT}" /></td>
<td class="gensmall">&nbsp;{L_GLOBAL_ANNOUNCEMENT}</td>
</tr>
<tr>
<td><img src="{FOLDER_HOT_NEW_IMG}" alt="{L_NEW_POSTS_HOT}" title="{L_NEW_POSTS_HOT}" /></td>
<td class="gensmall">{L_NEW_POSTS_HOT}</td>
<td>&nbsp;</td>
<td><img src="{FOLDER_HOT_IMG}" alt="{L_NO_NEW_POSTS_HOT}" vspace="4" title="{L_NO_NEW_POSTS_HOT}" /></td>
<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
<td>&nbsp;</td>
<td><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" title="{L_ANNOUNCEMENT}" /></td>
<td class="gensmall">{L_ANNOUNCEMENT}</td>
</tr>
<tr>
<td><img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_NEW_POSTS_LOCKED}" title="{L_NEW_POSTS_LOCKED}" /></td>
<td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
<td>&nbsp;</td>
<td><img src="{FOLDER_LOCKED_IMG}" alt="{L_NO_NEW_POSTS_LOCKED}" title="{L_NO_NEW_POSTS_LOCKED}" /></td>
<td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
<td>&nbsp;</td>
<td><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" title="{L_STICKY}" /></td>
<td class="gensmall">{L_STICKY}</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
das stimmt doch

oder?