Dear DPers, I'm trying to put a 468x60 (standard banner) on the top right of my vBulletin forum. How can I do this? Is there a special plugin that I need or can I just edit some PHP/HTML codes to achieve this? Thanks for all the help coming.
Go into your admin. Click 'search templates', and use 'header' as the key term. Edit the header file. There will be a section for the logo, and then a section simply with a &nspb; in it. Change the &nspb; with the actual code. If I haven't been clear enough, just say and I'll try and make it clearer.
you can make a table like I have done on my forum and set it to the right. go to admin --> styles and templates --> style manager --> all style templates --> header This is at the top <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> Code (markup): Add under <table cellpadding="0" cellspacing="0" align="right" border="0"><tr><td colspan="2"> <center> your adsense code</center> </table> Code (markup):
As this question has been answered, I'd like to just give some general advice. When trying to add something to vB the Search feature for templates is handy. Type in an image name, or a phrase that is here where you want to change, and assuming it's not too generic you should be able to find it. If it's the phrase itself you want to change, try the translation tool, if you are just trying to add something, that should be rather easy if you know HTML. IMPORTANT: Take notes of your changes! In almost every update of vB you'll find yourself going template by template putting things back in order. If you don't keep tabs on the things you've changed you'll need to re-search on where it all goes.
I also use vbadvanced CMPS with vbulletin. So is there a way to display one ad on CMPS top and another ad on forum top? I mean not random ads or ad rotation. I mean one client ad on homepage of the site (CMPS home) and other one want it on the forum. So how to do that?