Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vB.Sponsors - Forum and Category Sponsorship Ads (and AdSense) with Statistics Details »»
vB.Sponsors - Forum and Category Sponsorship Ads (and AdSense) with Statistics
Version: 2.0.7, by Deviation Deviation is offline
Developer Last Online: Jun 2016 Show Printable Version Email this Page

Category: Major Additions - Version: 3.8.x Rating:
Released: 07-01-2010 Last Update: Never Installs: 91
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

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

File Type: zip vB.Sponsors 2.0.7.zip (201.8 KB, 967 views)

Screenshots

File Type: jpg forum-list-screenshot.jpg (72.6 KB, 0 views)
File Type: jpg forum-screenshot.jpg (52.5 KB, 0 views)
File Type: png admincp-vB.Sponsors-options-screenshot.PNG (43.6 KB, 0 views)
File Type: png admincp-statistics-report.PNG (10.2 KB, 0 views)
File Type: png admincp-view-statistics-screenshot.PNG (6.6 KB, 0 views)
File Type: png whitelist.png (20.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
JohorBahru, TAIFUN_T

Comments
  #32  
Old 10-10-2010, 08:51 PM
skor skor is offline
 
Join Date: Jan 2010
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well I couldn't really figure out an elegant solution but I did this to get rid of the error message..

Replaced

PHP Code:
eval(print_standard_redirect('')); 
With..

PHP Code:
eval(print_standard_redirect("Thank you for supporting our sponsor!",false,true)); 
Then instead of

Quote:
Could not find phrase ' '.
it's...

Quote:
Thank you for supporting our sponsor!
What is weird is that I have this installed on one site and I don't see the redirect page at ...but on the other site, I do....
Reply With Quote
  #33  
Old 11-03-2010, 02:26 AM
cyberchief cyberchief is offline
 
Join Date: Oct 2010
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am new to vBulletin... and I have been searching and searching for something like this. Unfortunately, I am on 4.0.8. I NEED THIS! I am about ready to start selling advertising on my site... but not many options. Puhleeese! Please let me know this will be available soon!!!
Reply With Quote
  #34  
Old 11-22-2010, 12:32 AM
Jim Oaks Jim Oaks is offline
 
Join Date: Aug 2007
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For some odd reason I'm getting (2) sponsor banners showing up in the index with my default template;

http://www.therangerstation.com/foru...=103&styleid=2

But only (1) showing up with a new template I recently added:

http://www.therangerstation.com/foru...103&styleid=10

The recent template is the way it's probably suppose to be displayed. I've compared the templates and they look to be coded the same, but I can't figure out why styleid=2 is showing the extra banners?? One's on the left and one's on the right. Any ideas which template mod could have caused that error?

I've thought about just copying/pasting the code from the template style that shows corectly to the ones that don't, but I don't understand the template enough to know if that would affect the look of the template. The new template that works correctly was purchased and added.

Suggestions?
Reply With Quote
  #35  
Old 11-22-2010, 05:14 PM
TheInsaneManiac TheInsaneManiac is offline
 
Join Date: Feb 2008
Posts: 1,360
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

4.0 when?
Reply With Quote
  #36  
Old 11-23-2010, 04:07 PM
Jim Oaks Jim Oaks is offline
 
Join Date: Aug 2007
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, I ended up fixing the problem by just copying/replacing the code from the new template files used in this mod to the older existing templates.
Reply With Quote
  #37  
Old 01-19-2011, 01:54 AM
speedracer68 speedracer68 is offline
 
Join Date: Jul 2004
Location: California
Posts: 148
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This would be great on 4+

Does anyone know of anything I can use in the mean time?
Reply With Quote
  #38  
Old 02-03-2011, 06:22 PM
Gadget_Guy Gadget_Guy is offline
 
Join Date: Jun 2010
Posts: 271
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

How do I center the banner on the sponsoring page?

Can anyone help?

See attached image... I want that sponsor banner centered.

D.
Attached Images
File Type: jpg sponsor.jpg (55.7 KB, 0 views)
Reply With Quote
  #39  
Old 02-14-2011, 02:01 PM
Gadget_Guy Gadget_Guy is offline
 
Join Date: Jun 2010
Posts: 271
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone?

I'd appreciate the help.

D.
Reply With Quote
  #40  
Old 02-17-2011, 04:31 AM
Jim Oaks Jim Oaks is offline
 
Join Date: Aug 2007
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyway to make it add up a monthly total in addition to the daily total?
Reply With Quote
  #41  
Old 02-26-2011, 07:03 PM
Deviation Deviation is offline
 
Join Date: Sep 2005
Location: Ohio
Posts: 226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="http://bit.ly/gH0bEO" target="_blank">http://bit.ly/gH0bEO</a>
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:32 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.22624 seconds
  • Memory Usage 2,353KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (8)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete