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

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

Category: Major Additions - Version: 3.6.x Rating:
Released: 11-13-2006 Last Update: 06-22-2008 Installs: 352
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 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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #202  
Old 07-18-2007, 03:05 AM
ohgenki ohgenki is offline
 
Join Date: Apr 2002
Location: Singapore
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi,

i was using the old vb.sponsors for 3.5. i uninstalled that and installed this one and got this error whenever i'm trying to add sponsors to categories:

Database error in vBulletin 3.6.7:

Invalid SQL:
UPDATE forum SET
title_clean = 'Gaming',
title = 'Gaming',
description_clean = 'Review a game. Share your strategy. The latest game talk, nowhere else. Just here.',
description = 'Review a game. Share your strategy. The latest game talk, nowhere else. Just here.',
link = '',
displayorder = 3,
parentid = 455,
daysprune = -1,
defaultsortfield = 'lastpost',
defaultsortorder = 'desc',
showprivate = 0,
newpostemail = '',
newthreademail = '',
### Bitfield: forum.options ###
options = IF(options & 8, options - 8, options),
options = IF(options & 16, options - 16, options),
options = IF(options & 32, options - 32, options),
options = IF(options & 32768, options - 32768, options),
options = IF(options & 8192, options, options + 8192),
options = IF(options & 4, options, options + 4),
options = IF(options & 1, options, options + 1),
options = IF(options & 2, options, options + 2),
options = IF(options & 16384, options, options + 16384),
options = IF(options & 256, options, options + 256),
options = IF(options & 64, options, options + 64),
options = IF(options & 128, options, options + 128),
options = IF(options & 512, options, options + 512),
options = IF(options & 1024, options, options + 1024),
options = IF(options & 2048, options, options + 2048),
options = IF(options & 4096, options, options + 4096),
options = IF(options & 65536, options, options + 65536),
styleid = 0,
password = '',
forumkeywords = '',
forumdescription = '',
vbseo_moderatepingbacks = 1,
vbseo_moderatetrackbacks = 1,
vbseo_moderaterefbacks = 1,
sponsor_enabled = 1,
sponsor_banner_enabled = 1,
sponsor_name = 'I.R.C.',
sponsor_banner = 'http://www.ohgenki.com/ads/adview.php?what=zone:16&n=ab67be03',
sponsor_banner_big = 'http://www.ohgenki.com/ads/adview.php?what=zone:16&n=ab67be03',
sponsor_url = 'http://www.irc.com.sg',
sponsor_adsense = '',
sponsor_date_updated = '1184731157'
WHERE forumid = 157;

MySQL Error : Unknown column 'sponsor_enabled' in 'field list'
Error Number : 1054
Date : Wednesday, July 18th 2007 @ 11:59:43 AM
Script : http://forums.ohgenki.com/admincp/forum.php?do=update
Referrer : http://forums.ohgenki.com/admincp/fo...?do=edit&f=157
IP Address : 202.156.12.12
Username : Doug
Classname : vB_Database
Reply With Quote
  #203  
Old 08-06-2007, 07:33 PM
pjcnlv pjcnlv is offline
 
Join Date: Jul 2007
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ad Position and Alignment.

Okay, I have the mod working and formatted properly to display the way I want in most templates however, I am wondering if anyone has templates to share to cover the following changes I would like.

Here is the primary forum list. This is broken.

Attachment 68133

Here is the secondary forum list. This is how I want the primary to look.

Attachment 68132

ALSO

Here is the forum list of threads. It is broken.

Attachment 68131

I want it to look like this which is the thread list of posts.

Attachment 68134


Any help is appreciated.
Reply With Quote
  #204  
Old 08-10-2007, 06:38 PM
rhinoForums.net rhinoForums.net is offline
 
Join Date: Feb 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by madkeen View Post
I am using Openads Adserver software to run my ads. Does anyone know how I can get the ads from Openads to show up?

Can the code be inserted into the Adsense section, and if so how, what code option, etc?
I am curious about this also. I already have an old version of this software installed on one of my forums, and I see that there has been an upgrade that allows adsense code. I use openAds (phpAdsNew) for my vendors and am curious if I can simply plug in my "Remote Invocation" code? I have not installed this newest version yet, so I am not sure what you mean by "what code option" but could someone please tell me if this will work? If someone has this system installed on their boards would you be willing to help me test this? I can supply my invocation code to see what happens? Thanks guys.
Reply With Quote
  #205  
Old 08-13-2007, 08:04 PM
rhinoForums.net rhinoForums.net is offline
 
Join Date: Feb 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bump? Can anyone help me? Any ideas or guesses at all?
Reply With Quote
  #206  
Old 08-28-2007, 11:47 AM
madkeen madkeen is offline
 
Join Date: Jan 2007
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anyone help with this. Is this mod still being supported?
Reply With Quote
  #207  
Old 08-30-2007, 07:16 PM
USAMustangs.com USAMustangs.com is offline
 
Join Date: Mar 2007
Location: D/FW, Texas
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

need help quickly.

i just installed this and followed all of the instructions, but i am unable to select a forum in the admin cp. the drop down box is empty. what did i miss?

EDIT:

nevermind...i fixed it.
Reply With Quote
  #208  
Old 09-03-2007, 05:19 PM
momo2 momo2 is offline
 
Join Date: Feb 2007
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i installed every, but i do not see this mod

i see vb setting from cpanel but not this one
https://vborg.vbsupport.ru/attachmen...2&d=1182699538
Reply With Quote
  #209  
Old 09-16-2007, 07:26 AM
baby41 baby41 is offline
 
Join Date: Jun 2007
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

where can I find the box as it shows on your first picture to insert my codes for sponsors???Only thing it shows at Amincp it is the statistics but nothing to insert the codes,have I done something wrong.......


Quote:
Originally Posted by USAMustangs.com View Post
need help quickly.

i just installed this and followed all of the instructions, but i am unable to select a forum in the admin cp. the drop down box is empty. what did i miss?

EDIT:

nevermind...i fixed it.
Can you tell us what did you have done,regards.
Reply With Quote
  #210  
Old 09-16-2007, 10:50 AM
USAMustangs.com USAMustangs.com is offline
 
Join Date: Mar 2007
Location: D/FW, Texas
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by baby41 View Post
where can I find the box as it shows on your first picture to insert my codes for sponsors???Only thing it shows at Amincp it is the statistics but nothing to insert the codes,have I done something wrong.......




Can you tell us what did you have done,regards.
it wasn't really a fix, more along the lines of me not paying attention. and i think it should be better explained in the instructions.

admin cp > forum manager > select the forum you wish to use > edit forum > scroll all the way down and you will see the vb.sponsors section with the fields you need to fill out. it defaults to disabled, so make sure you click enable use sponsor banner.
Reply With Quote
  #211  
Old 09-16-2007, 12:26 PM
baby41 baby41 is offline
 
Join Date: Jun 2007
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by USAMustangs.com View Post
it wasn't really a fix, more along the lines of me not paying attention. and i think it should be better explained in the instructions.

admin cp > forum manager > select the forum you wish to use > edit forum > scroll all the way down and you will see the vb.sponsors section with the fields you need to fill out. it defaults to disabled, so make sure you click enable use sponsor banner.
Now was a great explanation,it should be more detailed on first place but thanks for your help.:up:
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 06:57 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04911 seconds
  • Memory Usage 2,330KB
  • 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
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete