Some times you want to modify the title of your mybb forum to add key words in it. Or change it in some other way for search engine optimization. Do not play with forum title itself because it will make it too long and will not look better. All you need to do is, add your words in template file. Login to mybb admin area, and go to Admin CP -> Templates & Styles -> Templates … [Read more...]
Mycode to add megavideo video in your MyBB Forum
Simple steps 1) Login to your mybb admin panel 2) go to mycode 3) Click on "Add new Mycode" 4) Now write following i) Title: megavideo ii) Regular expression: \[megavideo\](.*?)\[/megavideo\] iii) Replacement: <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="432" … [Read more...]
Mycode to add google video in your MyBB Forum
Simple steps 1) Login to your mybb admin panel 2) go to mycode 3) Click on "Add new Mycode" 4) Now write following i) Title: google video ii) Regular expression: (\[googlevideo\]|<a href=\"(http://)?video.google.(com|co\.uk)/videoplay\?docid=)(\W?)(\d{15,20})(\[/googlevideo\]|\" target=\"_blank\">(.*?)</a>) iii) Replacement: <embed style="width:400px; height:326px;" … [Read more...]
Mycode to add youtube video in your MyBB Forum
Simple steps 1) Login to your mybb admin panel 2) go to mycode 3) Click on "Add new Mycode" 4) Now write following i) Title: youtube ii) Regular expression: (\[youtube\]|(<a href=\")?(http://)?(www.)?youtube.com/watch\?v=)(.{11}?)((.*?)\" target=\"_blank\">)?((.*?)\[/youtube\]|(.*?)</a>) iii) Replacement: <object width="425" height="350"><param name="movie" … [Read more...]
Adding key words in MyBB for SEO
SEO is very very important for any website or forum or blog. MyBB does not provide the option to add key words by default but here are few easy steps for you to add them for Search engine optimization. 1) First, login to Admin Control Panel ( ACP ) , then click on template&Style then click on Template on left side 2) Click on Search/Replace tab 3) Search headerinclude and click on find … [Read more...]