Articles Comments

Technology Support Desk | Take Control of Technology » PHPBB

phpbb default the Notify me when a reply is posted to YES when members create posts

phpbb default the Notify me when a reply is posted to YES when members create posts

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

Improve your phpbb page titles by ordering the title by the active page | topic name, forum name then site name

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

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

phpbb bbcode paypal button in posts

phpbb bbcode paypal button in posts

How to add  a paypal button within your phpbb post using bbcodes. Allow Donate Money, sell items and goods. Login to your ACP panel and the “Posting” tab The click new bbcode and enter the following code as below. BBCode usage:- ——–copy below- ——— [paypal]{EMAIL1}[/paypal] ——–copy end- ——— HTML replacement:- ——–copy below- ——— <br> <a href=”http://www.corporate-computers.co.uk/2010/09/phpbb-bbcode-paypal-button-in-posts/” title=”Corporate-Computers.Co.Uk | Technology Blog” target=”_blank”>PayPal Plugin Support</a><br> <form action=”https://www.paypal.com/cgi-bin/webscr” method=”post”> <input type=”hidden” name=”cmd” value=”_donations”> <input type=”hidden” name=”business” value=”{EMAIL1}”> <input type=”hidden” name=”item_name” value=”Paypal”> <input type=”hidden” name=”item_number” value=”Paypal”> <b>Please select an amount:</b><br /><input type=”radio” name=”amount” value=”" … Read entire article »

Filed under: PHPBB, PHPBB Tips

Optimise your phpbb page titles by removing, index page, view topic, and view forum titles

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