Seite 1 von 1

phpBB Plus 1.3 - Categories Hierarchy Frage

Verfasst: 01.01.2004 18:20
von n00B
Hallo :grin:

Ich habe eine 2.0.6 Plus 1.3 Version und habe da eine Frage.
Und zwar sieht es bei mir momentan so aus :

[ externes Bild ]

Ich möchte gerne das komme da wegbekommen zwischen den einzelen Links. Nur ich weis nicht wo genau ich das machen kann :cry:

Ich habe was rumgesucht und folgendes gefunden.

index_box.tpl

Code: Alles auswählen

<!-- mod : categories hierarchy v 2 -->

<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
	<th colspan="{catrow.tablehead.INC_SPAN}" width="100%" class="thCornerL" nowrap="nowrap">&nbsp;{catrow.tablehead.L_FORUM}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
	<th width="150" class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
</tr>
<!-- END tablehead -->
<!-- BEGIN cathead -->
<tr>
	<!-- BEGIN inc -->
	<td width="35" class="{catrow.cathead.inc.INC_CLASS}"><img src="{SPACER}" width="35" height="0" /></td>
	<!-- END inc -->
	<td class="{catrow.cathead.CLASS_CAT}" width="100%" colspan="{catrow.cathead.INC_SPAN}"><span class="cattitle"><a href="{catrow.cathead.U_VIEWCAT}" class="cattitle">{catrow.cathead.CAT_TITLE}</a></span></td>
	<td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right">&nbsp;</td>
</tr>
<!-- END cathead -->
<!-- BEGIN forumrow -->
<tr>
	<!-- BEGIN inc -->
	<td width="35" class="{catrow.forumrow.inc.INC_CLASS}"><img src="{SPACER}" width="35" height="0" /></td>
	<!-- END inc -->
	<td  class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle" height="40"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="33" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
	<td class="row1" width="100%" height="50" colspan="{catrow.forumrow.INC_SPAN}">
		<span class="forumlink"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br /></span>
		<span class="genmed">{catrow.forumrow.FORUM_DESC}</span><br>
		<span class="gensmall">
			{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}
			<!-- BEGIN links -->
			{catrow.forumrow.links.L_LINKS} {catrow.forumrow.links.LINKS}
			<!-- END links -->
		</span>
	</td>
	<!-- BEGIN forum_link_no -->
	<td class="row3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
	<td class="row3" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
	<!-- END forum_link_no -->
	<!-- BEGIN forum_link -->
	<td class="row3" align="center" valign="middle" height="50" colspan="3"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
	<!-- END forum_link -->
</tr>
<!-- END forumrow -->
<!-- BEGIN catfoot -->
<tr>
	<!-- BEGIN inc -->
	<td width="46" class="{catrow.catfoot.inc.INC_CLASS}"><img src="{SPACER}" width="46" height="0" /></td>
	<!-- END inc -->
	<td colspan="{catrow.catfoot.INC_SPAN}" height="1" class="spaceRow"><img src="{SPACER}" alt="" width="1" height="1" /></td>
</tr>
<!-- END catfoot -->
<!-- BEGIN tablefoot -->
</table>
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>
<br class="gensmall" />
<!-- END tablefoot -->
<!-- END catrow -->
Bei genaueren hinschauen habe ich dieses hier entdecken können

<td class="row1" width="100%" height="50" colspan="{catrow.forumrow.INC_SPAN}">
<span class="forumlink"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br /></span>
<span class="genmed">{catrow.forumrow.FORUM_DESC}</span><br>
<span class="gensmall">
{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}
<!-- BEGIN links -->
{catrow.forumrow.links.L_LINKS} {catrow.forumrow.links.LINKS}
<!-- END links -->
</span>
</td>


So ich nehme nun an das hier die Link Anordnung befindet :

{catrow.forumrow.links.L_LINKS} {catrow.forumrow.links.LINKS}

Nur weis ich jetzt nicht weiter !
Ich suche den Ort wo festgelegt wird wie der Link dort aufgebaut ist.
In diesem Fall ja <img> <link> ,

Wenn mir jemand weiterhelfen könnte, wäre ich sehr dankbar *g*

Verfasst: 01.01.2004 19:50
von Mungo
Support zum phpBB Plus gibts hier: http://phpbb2.de/index.php

Verfasst: 01.01.2004 22:52
von Acid
Das Komma wird im Code der index.php angegeben.

Verfasst: 03.01.2004 21:15
von n00B
Hallo Danke für die schnelle Antwort !

Also hab das phpbb2.de gepostest .. aber keiner antwortet :(

Acid, ich habe mal geschaut und ein zwei kommas gefunden, aber waren dann doch nicht die richtigen.

Ich habe dir hier mal die index.php angefügt, vielleicht siehst du sie auf Anhieb :

Das nächste Mal bitte keine 600 Zeilen Code posten, sondern die Datei als *.txt abspeichern und hierher verlinken.
Acid

Verfasst: 04.01.2004 00:09
von Acid
sorry, in der index.php ist es nicht. Eventuell in der functions_cache.php ?!

Verfasst: 08.01.2004 21:01
von n00B
Ups , sorry Acid :oops:

nein habe mal nachgeschaut und es gibt im plus 1.3 packet kein file mit dem namen functions_cache.php oder so ähnlich .. hmm

Verfasst: 08.01.2004 21:03
von Dave
inculdes/functions_categories_hierarchy.php ?