The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB.Sponsors - Forum and Category Sponsorship Ads with Statistics Details »» | |||||||||||||||||||||||||||
vB.Sponsors - Forum and Category Sponsorship Ads 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.5.x, please see https://vborg.vbsupport.ru/showthread.php?t=103327 For vBulletin 3.7.x, please see https://vborg.vbsupport.ru/showthread.php?t=183335 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://www.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://www.DigitalDeviation.com/forums/ Should you need any assistance with this, you can reach me via the link above or by posting in this thread. 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 2.0.5 - Feature Add / BugFix -Added version checking -Added support for Google Adsense (template code has been updated) -Fixed the table layout in the AdminCP -Options are now controlled via vBulletin options 2.0.0 - Initial Release DEMO SITES: If you'd like your forum added here, PM me. Sites listed at http://www.digitaldeviation.com/proj...referencesites ---FEATURE REQUEST LIST--- -Integration: phpAdsNew integration -Reporting: Sponsors able to view statistics from User CP -Reporting: Export reports in PDF (or other) format -Rights: Ability to hide sponsors based on a user's group -Option: Rotating banner support -Option: Multiple sponsors per forum/category -Option: Remove the branding copyright -Option: Ability to not show sponsor's banner in the main forum listing, but show when the forum is displayed. -Option: Display ads in individual threads -Option: Email the sponsor daily/weekly/monthly hit statistics ---KNOWN BUGS--- -NONE Don't forget to click the install link below if you use it. Supporters / CoAuthors Show Your Support
|
Comments |
#2
|
|||
|
|||
Thanks for this, is it possible to change "Forums Sponsored By:" to something else?
|
#3
|
|||
|
|||
Look great!!!
Rotating banner, sponsors will be great |
#4
|
|||
|
|||
The display of the banners are not good. You have to use extra collumn for banners. Because it is messing up the forum and category name alignment.
|
#5
|
||||
|
||||
Why is it that when I paste in the update to the "forumhome_forumbit_level1_nopost" template, my forum display doubles all categories and the first forum ? I am quite befuddled by this.
All templates being modified are default vB 3.6.3 templates. I have reverted and tried again, with the same results... Help.... Attached is an image of what forum looks like after "forumhome_forumbit_level1_nopost" is updated. Below is the code prior to the update" Code:
<tbody> <tr> <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> </tr> </tbody> <if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> $childforumbits </tbody> </if> Code:
<tbody> <tr> <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> <tbody> <tr> <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> <!-- vBSponsors --> <if condition="$forum[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1"> <div style="float:$stylevar[right]"> $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> </div> </if> <!-- / vBSponsors --> </td> </tr> </tbody> <if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> $childforumbits </tbody> </if> </td> </tr> </tbody> <if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> $childforumbits </tbody> </if> ---------------------------- Update: I copied the code, verbatim, from the 3 Forum Home templates, and manually edited the FORUMDISPLAY. It's working now, however, the hyperlink is now throwing a nasty error: I am checking paths now, but I thought I had it tight....grrrr. FIXED |
#6
|
|||
|
|||
Quote:
Adding to the FR list. You can use an additional column if you want. I chose to use a <div> tag for the simplicity of example. Simply copy & paste the template code in between <!-- vB.Sponsors --> and <!-- / vB.Sponsors --> wherever you decide to put it. |
#7
|
|||
|
|||
It looks like part of your template ($childforumbits) got duplicated. When you're copying the code included with vB.Sponsors, make sure you completely erase the code in the box before pasting. I find that using the "Large Edit Box" option (to the left of the text box) helps with this.
|
#8
|
||||
|
||||
I see the duplicate code now...that you pointed it out, it is rather obvious.
Checking details now...thanks. My apologies for the posting, but I am a bit tired, go figure. Updated post above on hyperlink error as well. FIGURED OUT MY LINK PROBLEM TOO. My path was not complete, missing the initial part of the lead. ALL WORKING NOW !! |
#9
|
|||
|
|||
Is there a way to make this for each thread instead of each forum?
|
#10
|
|||
|
|||
The only thing to make this better that I can think of, is to allow statistics to be shown to specified users through a login, or a page where they have permission.
eg. Banner 'x' statistics shown to userid 'xxx' That would be really good. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|