i m going to make a entertainment forum and want to know that how to put adsense after first post in vbullatin 3.7.3 thanks in advance.
thanks that nice and easy. but i want to know how to do by editing postbit_legecy templete. becaz i m want many diffrent condition. so plz suggest me. thanks.
There is a variable like FIRSTPOST ( search for this in the php files ) and depending on the condition you can do that.
Search in your templates for ad and you will see the locations in the Ad location templates, this is were you can put ads in vbulletin. These are already built into the templates and make calls to the ad locations. For example, I have a header banner under my navbar. The code is entered into the ad_navbar_below template, not actually in the navbar code. I also have a banner between the first and second post, that location is ad_showthread_firstpost There is no need in editing the core VBulletin files. The ad locations are built in, you just add the code to the location template. Here is an example of the code I use: This entry - <if condition="is_member_of($bbuserinfo,array(1,2,15))"> makes it so that only certain groups see the banner. The 1,2 and 15 are the usergroup IDs, and only these groups see the banner.
jesus, MYBB is so much easier to understand than the VB code lol Still, i like them both I hope the Above answer Helps you jakki
Novashun thieir is a mod out their that does it For PHPBB 3 its very usful and has lots of areas to put them visit PHPBB3 Advertisement Topic
I'm bumping an old post because I need help with manually putting in ads now that my ad plug-in is ceasing to work. How do I set up rotating banners?