Seite 1 von 2

abschlussbalken für announce-mod?

Verfasst: 15.04.2004 12:51
von rabbit
hallo, ich möchte den "abschlussbalken", der am ende der foren im index quasi die forenliste abschließt (zumindest in meinem template BreatheFX) auch als abschluss der announcement-box haben.

der code aus der index_body.tpl:

Code: Alles auswählen

<table border="0" cellspacing="0" cellpadding="0" width="95%">
  <tr> 
    <td width="12" align="right" valign="top"><img src="{T_TEMPLATE_PATH}/images/bottom_left.gif" border="0" alt="" /></td>
    <td width="95%" background="{T_TEMPLATE_PATH}/images/bottom_center.gif"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="1" height="1" border="0" alt="" /></td>
    <td width="12" align="left" valign="top"><img src="{T_TEMPLATE_PATH}/images/bottom_right.gif" border="0" alt="" /></td>
  </tr>
</table>
der code aus der topics_list_box.tpl:

Code: Alles auswählen

<!-- END multi_selection -->
<table border="0" cellpadding="4" cellspacing="1" width="95%" class="forumline">
    <tr>
<td class="row4" colspan="7" align="center" width="95%" height="25" nowrap="nowrap">
</td>

<table border="0" cellpadding="4" cellspacing="1" width="95%" class="forumline">
<tr>  
	<th colspan="{topics_list_box.row.header_table.COLSPAN}" align="center" nowrap="nowrap">&nbsp;{topics_list_box.row.L_TITLE}&nbsp;</th>
	<th width="50" align="center" nowrap="nowrap">&nbsp;{topics_list_box.row.L_REPLIES}&nbsp;</th>
	<th width="100" align="center" nowrap="nowrap">&nbsp;{topics_list_box.row.L_AUTHOR}&nbsp;</th>
	<th width="50" align="center" nowrap="nowrap">&nbsp;{topics_list_box.row.L_VIEWS}&nbsp;</th>
	<th width="150" align="center" nowrap="nowrap">&nbsp;{topics_list_box.row.L_LASTPOST}&nbsp;</th>
	<!-- BEGIN multi_selection -->
	<th width="20" align="center" nowrap="nowrap"><input type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" onClick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" /></th>
	<!-- END multi_selection -->
</tr>
<!-- END header_table -->
<!-- BEGIN header_row -->
<tr>
	<td class="row3" colspan="{topics_list_box.row.COLSPAN}"><span class="gensmall">&nbsp;&nbsp;<b>{topics_list_box.row.L_TITLE}</b></span></td>
</tr>
<!-- END header_row -->
<!-- BEGIN topic -->
<tr> 
	<!-- BEGIN single_selection -->
	<td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20"><input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td>
	<!-- END single_selection -->
	<td class="{topics_list_box.row.ROW_FOLDER_CLASS}" align="center" valign="middle" width="20"><img src="{topics_list_box.row.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" /></td>
	<!-- BEGIN icon -->
	<td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20">{topics_list_box.row.ICON}</td>
	<!-- END icon -->
	<td class="{topics_list_box.row.ROW_CLASS}" width="100%">
		<span class="topictitle">{topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.TOPIC_TYPE}<a href="{topics_list_box.row.U_VIEW_TOPIC}" class="topictitle">{topics_list_box.row.TOPIC_TITLE}</a></span><span class="gensmall">&nbsp;&nbsp;{topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES}</span>
		<span class="gensmall">
			{topics_list_box.row.GOTO_PAGE}
			<!-- BEGIN nav_tree -->
			{topics_list_box.row.TOPIC_NAV_TREE}
			<!-- END nav_tree -->
		</span>
	</td>
	<td class="row2" align="center" valign="middle"><span class="postdetails">{topics_list_box.row.REPLIES}</span></td>
	<td class="row3" align="center" valign="middle"><span class="name">{topics_list_box.row.TOPIC_AUTHOR}</span></td>
	<td class="row2" align="center" valign="middle"><span class="postdetails">{topics_list_box.row.VIEWS}</span></td>
	<td class="row1" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topics_list_box.row.LAST_POST_TIME}<br />{topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}</span></td>
	<!-- BEGIN multi_selection -->
	<td class="row2" align="center" valign="middle"><span class="postdetails"><input type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" onClick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" {topics_list_box.row.L_SELECT} /></span></td>
	<!-- END multi_selection -->
</tr>
<!-- END topic -->
<!-- BEGIN no_topics -->
<tr> 
	<td class="row1" colspan="{topics_list_box.row.COLSPAN}" height="30" align="center" valign="middle"><span class="gen">{topics_list_box.row.L_NO_TOPICS}</span></td>
</tr>
<!-- END no_topics -->
<!-- BEGIN bottom -->
<tr> 
	<td class="catBottom" colspan="{topics_list_box.row.COLSPAN}" align="center" valign="middle"><span class="genmed">{topics_list_box.row.FOOTER}</span></td>
</tr>
<!-- END bottom -->
<!-- BEGIN footer_table -->
</table>
<!-- END footer_table -->
<!-- BEGIN spacer -->
<br class="gensmall">
<!-- END spacer -->
<!-- END row -->
<!-- END topics_list_box -->
hab' schon (fast) alles versucht, den code einzufügen, aber er zerstört mir immer die ganze box... :oops:

Verfasst: 15.04.2004 13:10
von Markus67
hi ...

und warum setzt du den code aus der index_body.tpl den du oben gepostet hast ....

nicht einfach unter

Code: Alles auswählen

<!-- END row --> 
<!-- END topics_list_box -->
aus der topics_list_box.tpl

das müsste doch klappen ...

markus

Verfasst: 15.04.2004 21:43
von rabbit
schon versucht, klappt aber aus unerfindlichen gründen nicht... :roll:

Verfasst: 15.04.2004 22:00
von Markus67
hi ...

kann ich da irgenwo mal einen blick drauf werfen ?

markus

Verfasst: 15.04.2004 22:11
von rabbit
werde die beiden dateien mal zippen und hier verlinken... moment... :)


ok, da ist sie: http://www.members.lycos.co.uk/wwweird/ ... s_list.zip

Verfasst: 15.04.2004 22:20
von Markus67
hi rabbit ... da komme in fehler ....
wenn ich versuche die datei zu laden ... error404

markus

Verfasst: 15.04.2004 22:22
von rabbit
das ist, weil du sie editiert hast... ;) (hab extra das http weggelassen)

http://members.lycos.co.uk/wwweird/mod-topics_list.zip per copy and paste ins adressfeld deines browsers, und es sollte funzen...
lycos ist etwas eigen, was hotlinks zu dateien angeht... :roll:

edit: hab's mal ausprobiert, funzt echt nicht... (aber mit http, musst aber trotzdem c&p)

Verfasst: 15.04.2004 22:27
von Markus67
hi ...

zeigt er denn die grafiken an ... ?

wird alles zu breit oder zu schmal ?

weisses feld ? rote kreuze ?

was passiert denn genau ?


markus

Verfasst: 15.04.2004 22:33
von rabbit
ich versuche das mal zu reproduzieren und poste dann einen screenshot...


[ externes Bild ]

Verfasst: 15.04.2004 22:34
von Markus67
schick mir doch eine url per PN ....

ich seh sowas lieber :D

markus