Technology Support Desk | Take Control of Technology » Entries tagged with "phpbb forum"
Improve your phpbb page titles by ordering the title by the active page | topic name, forum name then site name
Optimise your phpbb page titles To help optimise your phpbb forum titles throughout your forum site and Google you should think about making the following changes. This will remove the “index page” title that ends or starts at the begging of your phpbb forum site. It will also make the topic or forum titles show first before the site title. This tweak requires you to have a re-write mod installed. The best … Read entire article »
Filed under: Computer Tips and Tricks, Featured, PHPBB, PHPBB Tips
Optimise your phpbb page titles by removing, index page, view topic, and view forum titles
See revised post for a more improved fix – http://www.corporate-computers.co.uk/2010/09/improve-your-phpbb-page-titles-by-ordering-the-title-by-the-active-page-topic-name-forum-name-then-site-name/ ——————————————————————————————- To help optimise your phpbb forum titles throughout your forum site and Google you should think about making the following changes. This will remove the “index page” title that ends or starts at the begging of your phpbb forum site. It will also make the topic or forum titles show first before the site title. This tweak requires you to have a re-write mod installed. The best … Read entire article »
Filed under: PHPBB, PHPBB Tips, seo



Twitter
phpbb default the Notify me when a reply is posted to YES when members create posts
October 3rd, 2010 | 2 Comments
Help drive traffic back into your phpbb forum by defaulting the notify me option on members posts to YES. This will ensure the member gets an email when someone replies to there post when they may usually forget to tick this option. They will of course still have the option to un-tick instead. Edit the Functions_user.php file as follows OPEN includes/functions_user.php FIND ‘user_notify’ => 0, REPLACE WITH ‘user_notify’ => 1, To update all existing users run the following in MySQL PHPadmin Sql statement - … Read entire article »
Filed under: PHPBB, PHPBB Tips