I am currently one of the owners of www.promotionboss.com. It is basically a promotion forum, where you can promote your website for free. We also have a general chitchat section and a webmaster section. Please give me some feedback. Thanks.
Looks good! Very nice looking MyBB theme. The one thing I feel your missing is a standard domain name format. Meaning, decide whether your URL is going to have, or not have, the leading www. Once you decide, it can easily be achieved through a simple .htaccess entry. Beyond that, I like it alot Good luck!! RewriteEngine on RewriteCond %{HTTP_HOST} ^example\.com$ RewriteRule ^(.*) http://www.example.com/$1 [R=301] Code (markup): With this in your root directory .htaccess, this example would force your website to always have www in the url; no matter which variation is typed.