Seite 1 von 1
More recent.php anpassen, möglich?
Verfasst: 20.11.2005 23:32
von Lennie12
Hi all,
ich habe mir
recent more v.1.2.2 installiert.
Läuft auch alles Super aber eine Sache stört mich noch. ich habe schon die ganze Zeit rumprobiert aber leider ohne Erfolg (php noob).
Ist es möglich die recent.php so anzupassen?
[ externes Bild ]
*gespannt auf antwort wartet*
lennie
__________________
Link zu more recent
http://www.phpbb.de/moddb/recent_topics
Verfasst: 20.11.2005 23:36
von Markus67
Hi ...
wie sieht das ganze denn im Moment aus?
Markus
Verfasst: 21.11.2005 00:59
von Lennie12
hi Markus,
so sieht es es grad aus.
[ externes Bild ]
wäre echt super wenn du weiter wüsstest
gruss lennie
Verfasst: 21.11.2005 09:32
von Markus67
Hi ...
suche in der recent_body.tpl
Code: Alles auswählen
<table width="100%" cellpadding="1" cellspacing="1" border="0" align="center" class="forumline">
<tr>
<th colspan="5">{L_RECENT_TITLE}</th>
</tr>
<!-- BEGIN recent -->
<tr>
<td class="{recent.ROW_CLASS}" align="center" valign="middle"><img src="{recent.TOPIC_FOLDER_IMG}" alt="{recent.TOPIC_FOLDER_ALT}" title="{recent.TOPIC_FOLDER_ALT}" /></td>
<td class="{recent.ROW_CLASS}" nowrap="nowrap"><span class="topictitle">{recent.NEWEST_IMG}{recent.TOPIC_TYPE}<a href="{recent.U_VIEW_TOPIC}" class="topictitle">{recent.TOPIC_TITLE}</a></span>
<span class="gensmall">{recent.GOTO_PAGE}<br />{recent.FIRST_TIME}{recent.FIRST_AUTHOR}</span></td>
<td class="{recent.ROW_CLASS}" width="10%" align="left"><span class="postdetails"> {recent.L_REPLIES}: {recent.REPLIES}
<br /> {recent.L_VIEWS}: {recent.VIEWS}</span></td>
<td class="{recent.ROW_CLASS}" width="25%" nowrap="nowrap"> <span class="genmed"><a href="{recent.U_VIEW_FORUM}" class="genmed">{recent.FORUM_NAME}</span></td>
<td class="{recent.ROW_CLASS}" align="right" width="20%" nowrap="nowrap"><span class="gensmall"> {recent.LAST_URL} {recent.LAST_TIME}
<br />{recent.LAST_AUTHOR}</span> </td>
</tr>
<!-- END recent -->
<!-- BEGIN switch_no_topics -->
<tr>
<td colspan="5" class="row1" align="center" height="28"><span class="gen"><i>{L_NO_TOPICS}</i></span></td>
</tr>
<!-- END switch_no_topics -->
<tr>
<td colspan="5" class="catBottom" height="28"> </td>
</tr>
</table>
ersetze mit:
Code: Alles auswählen
<table width="100%" cellpadding="1" cellspacing="1" border="0" align="center" class="forumline">
<tr>
<th colspan="4">{L_RECENT_TITLE}</th>
</tr>
<!-- BEGIN recent -->
<tr>
<td class="{recent.ROW_CLASS}" align="center" valign="middle"><img src="{recent.TOPIC_FOLDER_IMG}" alt="{recent.TOPIC_FOLDER_ALT}" title="{recent.TOPIC_FOLDER_ALT}" /></td>
<td class="{recent.ROW_CLASS}" nowrap="nowrap"><span class="topictitle">{recent.NEWEST_IMG}{recent.TOPIC_TYPE}<a href="{recent.U_VIEW_TOPIC}" class="topictitle">{recent.TOPIC_TITLE}</a></span></td>
<td class="{recent.ROW_CLASS}" width="25%" nowrap="nowrap"> <span class="genmed"><a href="{recent.U_VIEW_FORUM}" class="genmed">{recent.FORUM_NAME}</span></td>
<td class="{recent.ROW_CLASS}" align="right" width="20%" nowrap="nowrap"><span class="gensmall"> {recent.LAST_URL} {recent.LAST_TIME}</span> </td>
</tr>
<!-- END recent -->
<!-- BEGIN switch_no_topics -->
<tr>
<td colspan="4" class="row1" align="center" height="28"><span class="gen"><i>{L_NO_TOPICS}</i></span></td>
</tr>
<!-- END switch_no_topics -->
<tr>
<td colspan="4" class="catBottom" height="28"> </td>
</tr>
</table>
Markus
Verfasst: 21.11.2005 11:43
von Lennie12
und ich Idiot versuche die ganze Zeit die recent.php zu bearbeiten
BIG BIG THX, hast mir sehr geholfen !
Lennie12