---------------------------------------------------------------------------------------------------------------------------
Thank Post Mod 0.4.0
Aç:
thanks.php
Bul:
- Kod: Tümünü seç
'THANKS_LINK' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'p=' . $row['post_id']) . (($topic_data['topic_type'] == POST_GLOBAL) ? '&f=' . $forum_id : '') . '&' . get_thanks_link($row['post_id']) . '=' . $row['post_id'] . '&to_id=' . $poster_id . '#p' . $row['post_id'],
Değiştir:
- Kod: Tümünü seç
'THANKS_LINK' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'p=' . $row['post_id'] . (($topic_data['topic_type'] == POST_GLOBAL) ? '&f=' . $forum_id : '') . '&' . get_thanks_link($row['post_id']) . '=' . $row['post_id'] . '&to_id=' . $poster_id) . '#p' . $row['post_id'],
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Topic evaluation Mod
Aç:
mods/viewtopic.php
Bul:
- Kod: Tümünü seç
window.location.href = "'.append_sid($phpbb_root_path.'viewtopic.'.$phpEx, 'f='.$topic_data['forum_id'].'&t='.$topic_data['topic_id'].'&start='.intval($start)).'&evaluation="+value;
Değiştir:
- Kod: Tümünü seç
window.location.href = "'.append_sid($phpbb_root_path.'viewtopic.'.$phpEx, 'f='.$topic_data['forum_id'].'&t='.$topic_data['topic_id'].'&start='.intval($start)).'?evaluation="+value;
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Recent topics MOD
ileti6356.html#p6356


