Easy Sub-Forums MOD

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
ownageworld
Berichten: 252
Lid geworden op: 03 jun 2006, 17:35
Locatie: Brussel

Easy Sub-Forums MOD

Bericht door ownageworld » 24 jul 2006, 21:52

beetje apart probleem door Easy Sub-Forums MOD ...

Stel je hebt dit schema/ index opzet:

INDEX:

Code: Selecteer alles

-- Cat 01
     ------> Forum 1
                -------->Subforum 1
                --------> Subforum 2
     ------> Forum 2
Op Viewforum.php zie ik dan opeens ALLE forums + subfora die ik nodig heb...? Heel vreemd!
Bekijk hier index: http://www.ownageworld.com/ned/index.php?c=4
Bekijk hier viewforum.php na het aanklikken van Feedback:
http://www.ownageworld.com/ned/viewforum.php?f=14

Ik heb phpBB versie 2.0.21 en ja heb alles nagekeken :lol:

Roept u maar :oops:



EDIT:

Code: Selecteer alles

<!-- BEGIN switch_attached_list -->
   <br />
   <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
     <tr>
		<th colspan="2" class="thCornerL" height="15" nowrap="nowrap">&nbsp;{switch_attached_list.L_ATTACHED_FORUM}&nbsp;</th>
		<th width="50" class="thTop" nowrap="nowrap">&nbsp;{switch_attached_list.L_ATTACHED_TOPICS}&nbsp;</th>
		<th width="50" class="thTop" nowrap="nowrap">&nbsp;{switch_attached_list.L_ATTACHED_POSTS}&nbsp;</th>
		<th class="thCornerR" nowrap="nowrap">&nbsp;{switch_attached_list.L_LAST_POST}&nbsp;</th>
     </tr>
	<!-- BEGIN switch_attached_present -->
	<tr>
		<td class="row1" align="center" valign="middle" height="38"><img src="{switch_attached_list.switch_attached_present.FORUM_FOLDER_IMG}" width="46" height="25" alt="{switch_attached_list.switch_attached_present.L_FORUM_FOLDER_ALT}" title="{switch_attached_list.switch_attached_present.L_FORUM_FOLDER_ALT}" /></td>
		<td class="row1" width="75%"><span class="forumlink"><a class="forumlink" href="{switch_attached_list.switch_attached_present.U_VIEWFORUM}">{switch_attached_list.switch_attached_present.FORUM_NAME}</a></span><br /><span class="genmed">{switch_attached_list.switch_attached_present.FORUM_DESC}</span></td>
		<td class="row2" align="center" valign="middle"><span class="gensmall">{switch_attached_list.switch_attached_present.TOPICS}</span></td>
		<td class="row2" align="center" valign="middle"><span class="gensmall">{switch_attached_list.switch_attached_present.POSTS}</span></td>
		<td class="row2" align="center" nowrap="nowrap" valign="middle"><span class="gensmall">{switch_attached_list.switch_attached_present.LAST_POST_ID}</span></td>
	</tr>
	<!-- END switch_attached_present -->
   </table>
   <br />
<!-- END switch_attached_list -->
Het ligt aan deze code, die bepaald of hij attached fora erop moet zetten of niet.... Het probleem is dat deze code blijkbaar niet klopt! (of de php code... ) weet iemand hier meer van? Ik heb hem maar weggehaald, en het ziet er nu beter uit...

Gesloten