What this does
This will allow you to setup a linked banner to appear on you forums area. The look of the icon depends on how you want to set it up in the templates. This will work for all levels of sub-forums. See screenshot for example.
--------------------------------------
Полезная в общем-то, вещь.
Помещает дополнительную рекламную ссылку с баннериком (по вашему выбору, естественно), на форум.
Собссно, смотрим скриншоты.
This modification will add an image banner with link and text to each forum you choose, and display it in on your forumhome postbits, you can have a different banner for each forum with additional text above the banner like Sponsored by or affiliated with, or you can choose to have no text.
---------------------------------------
Добавляет вах банник с ссылкой к любому разделу.
Добавлено через 01 минут(ы)
И еще одно приспособление для рекламы.
Добавляет баннер к каждой категории.
Adapted from "Banner ad on forum Home " script by Beermonster http://www.vbulletin.org/forum/showthread.php?t=63994
This modification will add an image banner with link and text to each Category you choose, and display it in on your forumhome, you can have a different banner for each Category with additional text above the banner like Sponsored by or affiliated with, or you can choose to have no text.
-------------------
Step 1: Upload the .xml file to the Product Manager
Step 2: Edit the global_advert template to add your advert code, i.e. Google Adsense code
Step 3: Add the variable $advert to any of the following templates: header, navbar, footer - I placed mine at the top of the navbar template to make it show like it does in the screenshots
Step 4: Alter the plugin code to reflect your premium members/staff usergroups so that they do not see the ads (if you don't want them to)
To do so, edit:
PHP Code:
Код:
if (!in_array($vbulletin->userinfo['usergroupid'], array(5, 6, 7))) {
replacing, obviously, 5, 6, 7 with whatever usergroups you need
-----------------
Полезный хак, показывает баннер только указанным группам юзеров.
[install]
Go to your admin cp, then:
Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-banner_adsense' from your computer then press 'Import'
The above code would show an ad after the first post on every thread. Change this number to show the advert under a different post. Or use loads together like this:
The above will show adverts after the 1st, 10th and 20th post in every thread.
--------
This hack was just an idea i had from looking at my skins and wanting to make some money also lol. I have To Give Credit To
Sylense (WEB Designer At http://www.sore-eyes.com) for providing me with part of the coding.
This Hack Lets You Basically have sponsors with links to them.
Integrates the phpAdsNew ads system by introducing a new template tag <ad ... />.
You can even deliver your Adsense stuff via phpAdsNew using HTML banners.
The features of phpAdsNew combined with the power of vBulletin's templating system gives you the possibility to place ads for specific user groups, forums, and keywords.
Последний раз редактировалось КотЪ; 29.11.2005 в 14:16..
Причина: Добавлено сообщение