Moderator: Moderators
dr_rock wrote:OK, I worked out how to get this going but it generated so much query data I had to remove it, network traffic went up 400%!

User-agent: *
Disallow: /phpbb/thanks.php
SeO wrote:All right, from the last provided source, open thanks.php and find :
- Code: Select all
'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'],
Replace with :
- Code: Select all
'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'],
shoud do it


Professional wrote:u can use Thank_Post_Mod_HIDE_ MOD_compatible_0.2.0.zip insted of it,i am using this and dpn't have problem with 3.0.5:
http://www.phpbb.com/community/viewtopi ... &t=1115275
good luck
Users browsing this forum: No registered users and 9 guests