- Adres van je forum: http://www.roddelkwartier.nl
Event. modificaties op je forum: veel te veel lol
Wanneer ontstond het probleem? Er is geen probleem
phpBB versie: 3.0.11
Forum thema: Absolution
Wat is het probleem?
Maar dit blijkt me niet te lukken.
Ik heb geprobeerd wat op deze pagina staat, Maar mijn code is helemaal anders
https://www.phpbb.com/kb/article/making ... w-windows/
Het zijn deze linken dat ik bedoel:
forumlist_body.hrml:
Code: Selecteer alles
<div class="forumlist">
<!-- BEGIN forumrow -->
<!-- IF (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT -->
</table>
</div>
</div>
<br /><br />
<!-- ENDIF -->
<!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW or forumrow.S_NO_CAT -->
<div class="catglow">
<div class="cathead-m">
<div class="cathead-r">
<div class="cathead-l">
<!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF -->
</div>
</div>
</div>
<!-- IF $COLLAPSIBLE_CATEGORIES -->
<!-- IF SCRIPT_NAME eq 'index' --><div class="trigger active"></div><!-- ENDIF -->
<!-- ENDIF -->
<div class="collapsethis">
<table class="cat" cellpadding="0" cellspacing="0" width="100%">
<!-- ENDIF -->
<!-- IF not forumrow.S_IS_CAT -->
<tr>
<td class="forumicon">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="forumdetails<!-- IF forumrow.S_IS_LINK --> forumlink<!-- ENDIF -->">
<!-- IF forumrow.FORUM_IMAGE --><span class="forumimage">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->
<a href="{forumrow.U_VIEWFORUM}" class="forumtitle"<!-- IF S_ENABLE_COLOR_UNREAD_LINKS and forumrow.S_UNREAD_FORUM --> style="color: #{COLOR_UNREAD_LINKS};"<!-- ENDIF -->>{forumrow.FORUM_NAME}</a><!-- IF not forumrow.S_IS_LINK && forumrow.S_USERS--> ({forumrow.L_FORUM_VISIT})<!-- ENDIF --> <!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED --> <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a> <!-- ENDIF -->
<br />
<span class="forum-descriptions">{forumrow.FORUM_DESC}</span>
<!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS -->
<span class="subforums">
<img src="{T_THEME_PATH}/images/tree.gif" width="19" height="12" alt="" />
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</span>
<!-- ENDIF -->
<!-- IF forumrow.MODERATORS -->
<span class="forummods">
<!-- IF forumrow.SUBFORUMS --> <!-- ENDIF --><img src="{T_THEME_PATH}/images/tree.gif" width="19" height="12" alt="" />
<strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}
</span>
<!-- ENDIF -->
</td>
<!-- IF forumrow.CLICKS -->
<td colspan="3" class="forumclicks">
{L_REDIRECTS}: {forumrow.CLICKS}
</td>
<!-- ELSEIF not forumrow.S_IS_LINK -->
<td class="forumlastpost">
<!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a><!-- ENDIF -->
<!-- IF forumrow.LAST_POST_TIME -->
<!-- IF not S_IS_BOT --><!-- IF S_LTT_ICONS && forumrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{forumrow.TOPIC_ICON_IMG}" width="{forumrow.TOPIC_ICON_IMG_WIDTH}" height="{forumrow.TOPIC_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="<!-- IF S_LTT == 1 -->{forumrow.U_LAST_POST}<!-- ELSEIF S_LTT == 2 -->{forumrow.U_NEWEST_POST}<!-- ELSE -->{forumrow.U_FIRST_POST}<!-- ENDIF -->" title="{forumrow.LATEST_TOPIC_TITLE_FULL}">{forumrow.LATEST_TOPIC_TITLE_SHORT}</a><!-- ENDIF --><br />{L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
<!-- IF not S_IS_BOT -->
<!-- IF S_LTT != 1 --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a><!-- ENDIF -->
<!-- ENDIF --><br /><span class="fade">{forumrow.LAST_POST_TIME}</span>
<!-- ELSE -->
<span class="fade">{L_NO_POSTS}</span><br />
<!-- ENDIF -->
</td>
<td class="forumtopics"><div class="statbubble"><span>{forumrow.TOPICS}</span><br />{L_TOPICS}</div></td>
<td class="forumposts"><div class="statbubble"><span>{forumrow.POSTS}</span><br />{L_POSTS}</div></td>
<!-- ENDIF -->
</tr>
<!-- ENDIF -->
<!-- IF forumrow.S_LAST_ROW -->
</table>
</div>
</div>
<!-- ENDIF -->
<!-- BEGINELSE -->
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<strong>{L_NO_FORUMS}</strong>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END forumrow -->
</div>
<!-- IF $COLLAPSIBLE_CATEGORIES -->
<script type="text/javascript">
// <![CDATA[
$(".forumlist").collapse({show: function(){
this.animate({
opacity: 'toggle',
height: 'toggle'
}, 300);
},
hide : function() {
this.animate({
opacity: 'toggle',
height: 'toggle'
}, 300);
}
});
// ]]>
</script>
<!-- ENDIF -->
