Technology Support Desk | Take Control of Technology » PHPBB
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
how to insert youtube preview videos in a phpbb forum using bbcode
This bbcode will allow phpbb forum members to insert a preview youtube video clip into there posts with a easy button on the post bar. This works great with the share button on youtube that copys the whole http link. Login to your ACP panel and the “Posting” tab The click new bbcode and enter the following code as below. BBCode usage:- ——–copy below- ——— [youtube]http://{SIMPLETEXT1}youtube.com/watch?v={SIMPLETEXT2}[/youtube] ——–copy end- ——— HTML replacement:- ——–copy below- ——— <br> <a href=”http://www.corporate-computers.co.uk/2010/09/how-to-insert-youtube-preview-videos-in-a-phpbb-forum-using-bbcode/” title=”Corporate-Computers.Co.Uk | Technology Blog” target=”_blank”>YouTube Plugin Support</a><br><object width=”480″ … Read entire article »
Filed under: Computer Tips and Tricks, 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