I have update 0.4.4 -- > 0.4.6
I have a problem with file viewtopic.php
I have edited this file but if have apply this:
[ FIND ]------------------------------------------
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
'U_BOOKMARK_TOPIC' => ($user->data['is_registered'] && $config['allow_bookmarks']) ? append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=$topic_id&bookmark=1") : '',
// www.phpBB-SEO.com SEO TOOLKIT END
[ REPLACE WITH ]------------------------------------------
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
'U_BOOKMARK_TOPIC' => ($user->data['is_registered'] && $config['allow_bookmarks']) ? append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=$topic_id&bookmark=1&hash=" . generate_link_hash("topic_$topic_id")) : '',
// www.phpBB-SEO.com SEO TOOLKIT END
If I apply the changes here, I have a blank page.

English |
French


