- Modificatie & Versie: Topic Preview 1.0.10
Directe link naar de modificatie:
https://www.phpbb.com/customise/db/mod/topic_preview/
Adres van je forum: http://www.witvisforum.nl
phpBB versie: 3.0.11
Heb je onlangs een andere modificatie of stijl geïnstalleerd? Ja Topic Preview
Style die ik gebruik is: absolustion: versie 1.1.1
http://www.phpbb.com/customise/db/style/absolution/
Wat is het probleem?
Ik heb gisteren deze mod geinstalleerd alles ziet er goed uit.
De install file is goed doorlopen zonder fout meldingen.
Ook heb ik in een aantal bestanden aanpassingen moeten doen.
zo ook in het bestand viewforum_body.html.
Nu heb ik in deze file een probleem om een aanpassingen te doen.
de aanpassing die ik moet doen is deze:
zoek deze code in jouw bestand:
Code: Selecteer alles
<dt<!-- IF topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
Code: Selecteer alles
title="{topicrow.TOPIC_FOLDER_IMG_ALT}"
Code: Selecteer alles
title="<!-- IF topicrow.TOPIC_PREVIEW_TEXT -->{topicrow.TOPIC_PREVIEW_TEXT}<!-- ELSE -->{topicrow.TOPIC_FOLDER_IMG_ALT}<!-- ENDIF -->"
Alleen als ik kijk naar mij code dan heb ik geen idee hoe ik dit bij mij kan aanpassen.
ik heb maar een gedeeld van deze code in mij file staan.
Code: Selecteer alles
<td class="forumicon">{topicrow.TOPIC_FOLDER_IMG}</td>
<td class="forumdetails">
<!-- IF topicrow.TOPIC_ICON_IMG --><span class="forumimage"><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" alt="{L_TOPIC_ICON} {L_IMAGE}" /></span><!-- ENDIF -->
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF -->
<!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
<!-- IF topicrow.PAGINATION --><strong class="pagination"><span>{topicrow.PAGINATION}</span></strong><!-- ENDIF -->
<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF --><span class="forum-descriptions">{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}</span>
</td>