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 and demo sites. 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. I've found it's easier to maintain an online version rather than files included in the download. THANKS: ...to vBulletin.org and its members. ...to the people who have installed this mod, suggested improvements and found bugs. FEEDBACK: Feedback Forums: http://DigitalDeviation.com/forums/ 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. SUPPORT: Support Forums: http://DigitalDeviation.com/forums/ Should you need any assistance with this, you can reach me via the link above. In either case, 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, a donation would be appreciated. But of course its not required. VERSION HISTORY: 2.0.6 - BugFix -Changed maxversion attribute to enable vBulletin 3.7 installs DEMO SITES: If you'd like your forum added here, PM me. Sites listed at http://www.digitaldeviation.com/proj...referencesites ---KNOWN BUGS--- -NONE Don't forget to click the install link below if you use it. Supporters / CoAuthors Show Your Support
|
Comments |
#22
|
|||
|
|||
I'd love to get this installed over on my new server & board, but the installation documents link is broken. Does anyone have a copy of the install docs lying around or know where I can find a mirror?
|
#23
|
||||
|
||||
|
#24
|
|||
|
|||
Documentation links are broken for the install... anyone have it posted up somewhere for me to view?
|
#25
|
|||
|
|||
Can you use SWF banners with this sponsor mod?
|
#26
|
|||
|
|||
Quote:
1) Download and extract the zip 2) Open the link.php file in upload/vb.Sponsors in notepad 3) Find the line that reads: chdir('/path/to/forums/'); change this to the path to your forum on your server and then save 4) Upload everything in the upload folder 5) Import the product XML as normal This will give you the product and from there you can configure etc, however it won't display anything on forum pages. To do this you need to do some template edits. On my site I did not want to sponsor banner to be displayed on forum thread listings (as I use the 3.7.x ad location templates for this) I only wanted them on the forum indexes so: 1) Edit the "forumhome_forumbit_level1_post" template: Find: Code:
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> </tr> </table> Code:
<!-- vBSponsors --> <if condition="$forum[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1"> <div style="float:$stylevar[right]"> <if condition="!empty($forum[sponsor_adsense])"> $forum[sponsor_adsense] <else /> $vboptions[sponsor_global_default_text] <a href="vB.Sponsors/link.php?f=$forum[forumid]" title="$forum[sponsor_name]" target="_blank"> <if condition="$forum[sponsor_banner_enabled] == 1 AND $vboptions[sponsor_global_enable_banners] == 1"> <img src="$forum[sponsor_banner]" alt="$forum[sponsor_name]" border="0" /> <else /> $forum[sponsor_name] </if> </a> </if> </div> </if> <!-- / vBSponsors --> Find: Code:
<div> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if> </div> Code:
<!-- vBSponsors --> <if condition="$forum[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1"> <div style="float:$stylevar[right]"> <if condition="!empty($forum[sponsor_adsense])"> $forum[sponsor_adsense] <else /> $vboptions[sponsor_global_default_text] <a href="vB.Sponsors/link.php?f=$forum[forumid]" title="$forum[sponsor_name]" target="_blank"> <if condition="$forum[sponsor_banner_enabled] == 1 AND $vboptions[sponsor_global_enable_banners] == 1"> <img src="$forum[sponsor_banner]" alt="$forum[sponsor_name]" border="0" /> <else /> $forum[sponsor_name] </if> </a> </if> </div> </if> <!-- / vBSponsors --> Code:
<!-- vBSponsors --> .......... some code here <!-- / vBSponsors --> Doing all this seems to work for me, having said this I might have missed a critical step but without the actual docs it is impossible to say. |
#27
|
|||
|
|||
Doesn't look like it, it seems that when you define a banner "image" this is placed into a standard img tag.
|
#28
|
|||
|
|||
Check a bit further down the first page of the mod comments there are some links there, alternatively download the mod the screenshots are also in there.
hmmm, have I just become support for this mod |
#29
|
|||
|
|||
works perfect thanks for this!
|
#30
|
|||
|
|||
some error for me.. anybody can help??
when i want to import "cpnav_vbsponsors.xml" it cannot... and display : "Invalid File Specified" and, success for importing "product-vbsponsors.xml" what should i do?? |
#31
|
||||
|
||||
hello
I like this, but I don't want the copyright, is there a way to remove it?? thanks -Brandon |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|