I just realized that I mod for old version in: http://www.phpbb.com/community/viewtopi ... 9&t=691165. Already uninstalled the mod and will mod again for RC4 tomorrow.
The "Mark forums read" in frontpage link is working back.


Handyman wrote:Classification: Mod
phpBB Part: Forum
[style].container {width:450px;}[/style]
MOD Name: Search Engine Friendly (SEO) URLs
MOD Version: 1.0.0 RC4
Author: Handyman
MOD Description: This mod changes viewforum and viewtopic links to be SEO Friendly
Works with:
- phpBB 3.0.0 RC7
- All styles
Language: English



global $_SID, $_EXTRA_URL, $phpbb_hook;
global $phpbb_root_path, $phpEx;
if ($url === "{$phpbb_root_path}index.$phpEx")
{
return append_sid($phpbb_root_path);
}
global $_SID, $_EXTRA_URL,
global $phpbb_root_path, $phpEx;
if ($url === "{$phpbb_root_path}index.$phpEx")
{
return append_sid($phpbb_root_path);
}
$phpbb_hook;






) everything seems ok except i get errors when i try to use the buttons on viewforum.php to go to a specific page in the topic.
Thanks!
We are Borg. We have free pizza. Resistance is futile. 





trigger_error('NO_TOPIC');
}$topic_title = $topic_data['topic_title'];
$forum_name = $topic_data['forum_name'];




Return to Miscellaneous MODs, Hacks and Downloads
Users browsing this forum: No registered users and 11 guests