Verfasst: 23.02.2008 02:51
Wie geht das denn jetzt? Würde es gerne erfahren aber die Variante von easygo scheint ja entfernt worden zu sein.
Müsste der Topic Description Mod sein.
Müsste der Topic Description Mod sein.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
mellow hat geschrieben: Müsste der Topic Description Mod sein.
Jan
#
# [open]
#
viewtopic.php
#
# [find]
#
$sql = "SELECT t.topic_id, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, t.topic_last_post_id, f.forum_name, f.forum_status, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments" . $count_sql . "
#
# [in-line find]
#
f.forum_name,
#
# [in-line after, add]
f.forum_desc,
#
# [find]
#
$forum_name = $forum_topic_data['forum_name'];
#
# [after, add]
#
$forum_desc = $forum_topic_data['forum_desc'];
#
# [find]
#
'FORUM_NAME' => $forum_name,
#
# [after, add]
#
'FORUM_DESC' => $forum_desc,
#
# [open]
#
viewtopic.php
#
# [find]
#
$sql = "SELECT t.topic_id, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, t.topic_last_post_id, f.forum_name, f.forum_status, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments" . $count_sql . "
#
# [in-line find]
#
t.topic_last_post_id,
#
# [in-line after, add]
t.topic_sub_title,
#
# [find]
#
$topic_id = intval($forum_topic_data['topic_id']);
#
# [after, add]
#
$topic_desc = $forum_topic_data['topic_sub_title'];
#
# [find]
#
'TOPIC_TITLE' => $topic_title,
#
# [after, add]
#
'TOPIC_SUB_TITLE' => $topic_desc,
das davor bezog sich aber auf forum_descmellow hat geschrieben:Wie geht das denn jetzt? Würde es gerne erfahren aber die Variante von easygo scheint ja entfernt worden zu sein.
Müsste der Topic Description Mod sein.