Blöde Spalte im Forum
Forumsregeln
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
Blöde Spalte im Forum
Kann mir bitte jemand sagen wie ich diese blöde Spalte in der Forenansicht weg bekomme ?!?!?
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Das ist die Spalte der Post Icons des letzten Topics.
Wenn Du die Post-Icons nicht verwendest, hast Du auch sicherlich den MOD ausgebaut, oder?
Dann wäre das hier zu machen:
Wenn Du die Post-Icons nicht verwendest, hast Du auch sicherlich den MOD ausgebaut, oder?
Dann wäre das hier zu machen:
Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------
#
includes/functions_categories_hierarchy.php
#
#-----[ FIND ]------------------------------------------
#
// read the last or unread posts
$user_lastvisit = $userdata['session_logged_in'] ? $userdata['user_lastvisit'] : 99999999999;
$sql = "SELECT p.forum_id, p.topic_id, p.post_time, p.post_username, u.username, u.user_id, t.topic_last_post_id, t.topic_title, t.topic_icon, t.topic_type
#
#-----[ IN-LINE FIND ]------------------------------------------
#
, t.topic_title, t.topic_icon
#
#-----[ IN-LINE REPLACE ]------------------------------------------
#
, t.topic_title
#
#-----[ FIND ]------------------------------------------
#
$last_post .= '<a href="' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . '=' . $data['tree.topic_last_post_id']) . '#' . $data['tree.topic_last_post_id'] . '"><img src="' . $images['icon_latest_reply'] . '" border="0" alt="' . $lang['View_latest_post'] . '" title="' . $lang['View_latest_post'] . '" /></a>';
$icon = get_icon_title($tree['data'][$CH_this]['topic_icon'], 1, $tree['data'][$CH_this]['topic_type']);
#
#-----[ REPLACE WITH ]------------------------------------------
#
$last_post .= '<a href="' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . '=' . $data['tree.topic_last_post_id']) . '#' . $data['tree.topic_last_post_id'] . '"><img src="' . $images['icon_latest_reply'] . '" border="0" alt="' . $lang['View_latest_post'] . '" title="' . $lang['View_latest_post'] . '" /></a>';
#
#-----[ FIND ]------------------------------------------
#
'LAST_POST' => $last_post,
'ICONS' => $icon,
#
#-----[ REPLACE WITH ]------------------------------------------
#
'LAST_POST' => $last_post,
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/index_box.tpl
#
#-----[ FIND ]------------------------------------------
#
<th width="50" nowrap="nowrap"> {L_POSTS} </th>
<th nowrap="nowrap"> </th>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<th width="50" nowrap="nowrap"> {L_POSTS} </th>
#
#-----[ FIND ]------------------------------------------
#
<td class="{catrow.cathead.CLASS_ROWPIC}" colspan="5" align="right"> </td>
#
#-----[ IN-LINE FIND ]------------------------------------------
#
colspan="5"
#
#-----[ REPLACE WITH ]------------------------------------------
#
colspan="4"
#
#-----[ FIND ]------------------------------------------
#
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.ICONS}</span></td>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
#
#-----[ FIND ]------------------------------------------
#
<td class="row3" align="center" valign="middle" height="50" colspan="4"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
#
#-----[ IN-LINE FIND ]------------------------------------------
#
colspan="4"
#
#-----[ REPLACE WITH ]------------------------------------------
#
colspan="3"
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoMKarsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Danke schön ! Das hat geklappt und die Sache ist nun raus.
Der Versuch was neues zu versuchen....
http://simson-le.de.vu
http://simson-le.de.vu