folder
Geplaatst: 27 dec 2004, 13:11
hoe verwijder je de maximale waarde van de afbeeldingen voor de topics?
Code: Selecteer alles
<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
Code: Selecteer alles
<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
Code: Selecteer alles
<td class="row1" align="center" valign="middle" width="20"><img src="{topicrow.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td>
Code: Selecteer alles
<td class="row1" align="center" valign="middle" width="20"><img src="{topicrow.TOPIC_FOLDER_IMG}" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td>
wat is het verschil tussen viewforum.tpl of die andere niet genoemdeHeadstrong schreef:/templates/***/index_body.tpl
Of bedoelde je in viewforum.tpl? Zo ja:
Wijzigen in:Code: Selecteer alles
<td class="row1" align="center" valign="middle" width="20"><img src="{topicrow.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td>
Code: Selecteer alles
<td class="row1" align="center" valign="middle" width="20"><img src="{topicrow.TOPIC_FOLDER_IMG}" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td>
Code: Selecteer alles
{topicrow.TOPIC_FOLDER_IMG}
je bedoeld wss viewforumCheeta schreef:je zoekt in je index_body.tpl naar het volgende
daar8er zie je widht en height staan die haal je wegCode: Selecteer alles
{topicrow.TOPIC_FOLDER_IMG}
Code: Selecteer alles
{catrow.forumrow.FORUM_FOLDER_IMG}
ik zou als ik jou was maar als de donder updaten naar 2.0.11 als je nog lang je forum wilt behoudenjantje schreef:mijn index_body ziet er anders uit, ik maak wel gebruik vajn 2.06