The changes in functions.php combined with the changed recommanded here: Seems to work with 1.0.4 and news.php Visit: http://www.studmed.dk for a test frold, you can write a detailed procedure for doing this, please ? I have phpbb 3.0.6 SEO premod + board3 v1.0.4 I think its pretty clear here http:...
Thank you for this post - and thanks to myself :D In the latest version - the snippet is: function eval_mouse_click(value) { if(!clicked) { clicked = true; window.location.href = "{EVALUATION_LINK}&evaluation=" + value; } } REPLACE with: function eval_mouse_click(value) { if(!clicked) ...
You also need to config OPEN phpbb_seo/includes/setup_phpbb_seo.php FIND // Let's make sure that settings are consistent $this->check_config(); ADD BEFORE (with something like) Here I use my danish translation - you can use your own!! // => the-team : $this->seo_static['leaders'] = 'holdet'; // inst...
Just to be sure - should the whole snippet look like this now? // www.phpBB-SEO.com SEO TOOLKIT BEGIN // $profile_url = ($custom_profile_url !== false) ? $custom_profile_url . '&u=' . (int) $user_id : str_replace(array('={USER_ID}', '=%7BUSER_ID%7D'), '=' . (int) $user_id, $_profile_cache['b...
Thanks now I have a tab with PHPBB SEO :D and: URL Rewriting settings * phpBB SEO Class settings * Forum URL Management * .htaccess * Extended config GYM Sitemaps & RSS * Main configuration * Google Sitemaps * RSS Feeds * HTML sitemaps :lol: Thanks for your help!
when going to: /phpbb_seo/gym_install.php?sid=22e2da88c4fc6b90073366ac80e6d551 Nope, it's not there, it's in gym_sitemaps/ gym_install.php ;) Ahh sry its because when I go to: /gym_sitemaps/gym_install.php and login It jumps/redirect me to: /phpbb_seo/gym_install.php?sid=e257b506dcbdf91e00b3f588ae3...
You're very close to it it seems. You just need to run phpbb_seo/phpbb_seo_install.php and gym_sitemaps/gym_install.php to add the acp modules ;) when going to: /phpbb_seo/gym_install.php?sid=22e2da88c4fc6b90073366ac80e6d551 I get this: Object not found! The requested URL was not found on this serv...
Im sry but Im not able to install it ;S I have phpBB 3.0.5 and automod - that's it. I did download: http://downloads.phpbb-seo.com/seo-url-premod-12/phpbb-seo-premod-48.html Unzipped all the files to my localdir - exept the config.php I keept that one. I have a board with 40.000 posts and 7000 users...