The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB.Sponsors - Forum and Category Sponsorship Ads (and AdSense) with Statistics Details »» | |||||||||||||||||||||||||||||||||||||||||
vB.Sponsors - Forum and Category Sponsorship Ads (and AdSense) with Statistics
Developer Last Online: Jun 2016
vB.Sponsors Forum and Category Sponsorship Ads with Statistics Add sponsor's ads or Google AdSense to forums & categories INTRO: This extension will allow you to add sponsors to you forums and categories or use Google AdSense. You can also track the hits to each sponsor by date as well. See below for more features. For vBulletin 3.7.x, please see https://vborg.vbsupport.ru/showthread.php?p=1557085. For vBulletin 3.6.x, please see https://vborg.vbsupport.ru/showthread.php?p=1116730 For vBulletin 3.5.x, please see https://vborg.vbsupport.ru/showthread.php?t=103327 FEATURES: -Enable sponsorship on forums and categories -Ability to use Google AdSense code -Use a banner or a text link -Supports large banners for the top of the sponsored forum and small banners for the forum listing -Tracks hits for each sponsor -Statistics viewable inside Admin CP -Ability to alter the "Forum sponsored by:" text -Easy to use and install INSTALLATION: Documentation is located here. THANKS: ...to vBulletin.org and its members. ...to the people who have installed this mod, suggested improvements and found bugs. FEEDBACK: Feedback is always welcomed! Good or bad. Post all feedback and feature requests in this thread or in the forums above. Trust me, I'll be reading it even if I don't respond to every post. You can also reach me at DigitalDeviation.com or on Twitter @JustinDoles. SUPPORT: Please post as much detail as possible with any code or screenshots pertaining to the issue. MySQL, PHP and web server software versions are helpful. You can obtain these from the Admin CP in vBulletin. DONATE: If you like this product, feel free to buy me a cup of coffee. VERSION HISTORY: 2.0.7 - Bugfix / Feature Add -Added support for vBulletin 3.8.x. -Added vbulletin-style.xml file to easily import template modifications for vBulletin 3.8.x. -Previous versions must manually edit the templates. -Added a verification for the forum path in link.php. ---KNOWN BUGS--- -Invalid Redirect --You will need to add each sponsor URL (FULL URL) to the "Redirect Domain Whitelist" in the vBulletin Options -> Site Name / URL / Contact Details section. See screenshot below. Don't forget to click the install link below if you use it. Download Now
Screenshots
Show Your Support
|
2 благодарности(ей) от: | ||
JohorBahru, TAIFUN_T |
Comments |
#52
|
|||
|
|||
Must of missed that in the instructions. Working now. Thank you.
|
#53
|
|||
|
|||
<!-- vBSponsors --> <if condition="$foruminfo[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1"> <if condition="!empty($foruminfo[sponsor_adsense])"> $foruminfo[sponsor_adsense] <else /> $vboptions[sponsor_global_default_text] <a href="vB.Sponsors/link.php?f=$foruminfo[forumid]" title="$foruminfo[sponsor_name]" target="_blank"> <if condition="$foruminfo[sponsor_banner_enabled] == 1 AND $vboptions[sponsor_global_enable_banners] == 1"> <if condition="!empty($foruminfo[sponsor_banner_big])"> <if condition="$vboptions[sponsor_global_enable_big_banners] == 1"> <img src="$foruminfo[sponsor_banner_big]" alt="$foruminfo[sponsor_name]" border="0" /> <else /> <img src="$foruminfo[sponsor_banner]" alt="$foruminfo[sponsor_name]" border="0" /> </if> <else /> $foruminfo[sponsor_name] </if> </if></a> </if> </if> <!-- / vBSponsors -->
|
#54
|
|||
|
|||
Looks like you're missing the alignment piece. Give this a try:
PHP Code:
|
#55
|
|||
|
|||
YOU ROCK!
Thanks! D. |
#56
|
|||
|
|||
Quote:
Your fix posted two above this did the trick and resolved all issues. Thanks so much for posting this!! |
#57
|
|||
|
|||
Anyway to get more spots for ads ? right now ads are only displayed up top and in the main forum listing ?
|
#58
|
|||
|
|||
Is there a way to remove the "Sponsored By:" text next to the banners?
D. |
#59
|
||||
|
||||
I don't have this version installed, but in the last version it used to be where you would go to vBulletin Options >> vB.Sponsor.settings and then remove the info from the "Sponsor Text" field.
|
#60
|
|||
|
|||
Any chance of a screen shot of what line 32 is supposed to be? Line 32 in my editor is totally blank... (32 lines down from the top of the page in wordpad)
|
#61
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|