vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - vB.Sponsors - Forum and Category Sponsorship Ads with Statistics (https://vborg.vbsupport.ru/showthread.php?t=131512)

interfx 12-15-2006 09:00 PM

2 basic questions:

1. Before I install this on a well established VB install, is this stable enough for 3.6.3? Anyone use this in a VBa CMPS install? Is the download the latest, with all fixes corrected - or will I have to do manual fixes as outlined in the 6 pages of posts above?

2. Is the example shown (CrookedH - http://forum.crookedh.com), what it will do? Looks like 2 different logos (small on forum list), (large inside the specific forum) for each sponsor?

Thanks -

captainslater 12-18-2006 08:34 PM

Attached the german version of this product.
You'll also find this on http://www.vbhacks-germany.org

netdebut 12-29-2006 07:42 PM

Hey, for those trying to show the sponsor ad in all threads, there's something you can do. Instead of pasting the code for the Forum Display Dev suggested (no disrespects of course), you can do a quick work around by pasting the code at the end of the "navbar" template.

I know it's not the right way, but it certainly works out just fine.

Take a look at my forum: http://www.networkersdebut.com/forum

As of typing this, I only have 3 categories with the sponsor ad activated, Introduction, News and Design & Function.

Dev, you're welcome to add my forum to your demo site list.

Deviation 12-31-2006 05:47 AM

Quote:

Originally Posted by netdebut (Post 1147135)
Hey, for those trying to show the sponsor ad in all threads, there's something you can do. Instead of pasting the code for the Forum Display Dev suggested (no disrespects of course), you can do a quick work around by pasting the code at the end of the "navbar" template.

I know it's not the right way, but it certainly works out just fine.

Take a look at my forum: http://www.networkersdebut.com/forum

As of typing this, I only have 3 categories with the sponsor ad activated, Introduction, News and Design & Function.

Dev, you're welcome to add my forum to your demo site list.

None taken. ;) Always good to see some user input like this. Added your forum to the list.


Once I get my computer rebuilt, I'll begin work on this again. Hard drive died on me. Lost some data too.. Ugh.:tired:

Deviation 12-31-2006 05:49 AM

Quote:

Originally Posted by captainslater (Post 1141174)
Attached the german version of this product.
You'll also find this on http://www.vbhacks-germany.org

Thanks for the translation. Please do not host the files on your site. Instead reference this thread. I will post the package you created here as well. Thanks.

zincpony 01-06-2007 12:17 PM

awesome add-on installed but 1 question how do i get the Big banner to show up like this

http://forum.crookedh.com/forumdisplay.php?f=63

Deviation 01-06-2007 12:27 PM

Quote:

Originally Posted by zincpony (Post 1151867)
awesome add-on installed but 1 question how do i get the Big banner to show up like this

http://forum.crookedh.com/forumdisplay.php?f=63

Send a PM to nul7. That's his site.

Looks good btw nul7. ;)

farooqaaa 01-06-2007 04:09 PM

Great one!!

Thanks Dev... Installing now.

BudLeiser 01-13-2007 02:31 PM

When will or can it use banner code such as Adsense and others?

(On a slightly related note, does anyone have some good gaming click through sponsors pm me)

MTVSlick 02-13-2007 08:34 AM

I keep getting this error, can anyone tell me what I am doing wrong?

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/guelphsf/public_html/GFV2/forum/vB.Sponsors/link.php on line 29

Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home/guelphsf/public_html/GFV2/forum/vB.Sponsors/link.php on line 31

Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/guelphsf/public_html/GFV2/forum/vB.Sponsors/link.php on line 31

Mark,

jonty 02-18-2007 08:23 PM

Had to alter line 49 to
eval(exec_header_redirect($vbulletin->url));

as I was getting a
Quote:

cannot find the phrase ''.

red-dna 02-20-2007 06:09 PM

I installed, it worked fine, looks promising
But i unistall it, because it only take a picture and not a html code (i need it for my ad-banners)

PhilForce 02-22-2007 01:32 PM

This is a great mod, thanks for doing it.

However, I, sucking at PHP and the likes, am having a problem. Whether I use just a text link or a banner image, whenever I click it I am just directed towards www.mysite.com/forums/vB.Sponsors/link.php which is a blank page. Why am I not being directed to to the link that I put as the sponsor's?

Thanks in advance!

K2_02 02-23-2007 11:21 PM

I can't get the large banner to show up. Only the small one. Can someone point me in the right direction - and post it here on this thread for anyone else having this problem in the future? Thanks!

madkeen 02-28-2007 10:41 AM

Thanks for the mod

Is it possible to use .swf files?

Any idea on if/when phpAdsNew integration will be available?

TheBlackPoet 02-28-2007 11:15 AM

im trying to delete an ad.... it does nothing... i checked the permissions... they are fine... i went to the options... no problem there... i went to see if i could delete it from the options.. its not showing up there... hmmm

madkeen 02-28-2007 11:40 AM

Have you gone into Forums & Moderator - Forum Permissions - The Forum you want to delete the ad from and select "No" for "Enable Sponsor" then click on Save

madkeen 02-28-2007 09:49 PM

I have replaced the Forumdisplay code, as below
Code:

<!-- vBSponsors -->
<center>
<if condition="$foruminfo[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1">
$vboptions[sponsor_global_default_text] <br/> <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>
</center>
<!-- / vBSponsors -->

with this code

Code:

<!-- vBSponsors -->
<if condition="$foruminfo[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1">
<table class="tborder" cellpadding="1" cellspacing="1" border="0" align="center">
 <tr>

<td class="tcat" align="center"><span class="normal"><font size="1">
<span class="smallfont">

$vboptions[sponsor_global_default_text]

</span> </font>
  </span></td>
 </tr>
 <tr>
<td class="alt2" align="center"><span class="normal"><font size="1">


<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>

  </span></td>
 </tr>
</table>
</if>
<!-- / vBSponsors -->

It displays fine except the New Thread and Page Links are now shown above the banner instead of below the banner, see attached.

Can anyone tell me what I am doing wrong and how to fix this?

Thanks

K2_02 02-28-2007 10:15 PM

I tired that code and still can't get the banner to show up anywhere. I'm wondering if I have a problem because of my forum layout. See below:

-- Suspension & Brakes (not a forum)
---- Shocks & Springs
---- Stock & Aftermarket Brakes
---- Lowering Kits
---- Stabilizers & Traction Bars

The client wants to sponsor the suspension & brakes forums and have the small logo beside that on the forum list but we want the large banner to show at the top of all the subforums.

Is that possible? If so, how? THANKS!

PhilForce 03-02-2007 04:41 PM

Can anyone help me with my problem? The sponsor only links to www.mysite.com/forums/vB.Sponsors/link.php which is a blank page. Why isn't it forwarding to the actual sponsor link?

Please help me out!

Thanks!

soletrader 03-18-2007 10:05 AM

Thank you very much for this hack. I would like to know how to edit the text: "Forum Sponsored by" by moving it directly above the banner. Can anyone show me how to do this?

I would also like to edit the color of the text. Thank you

madkeen 03-19-2007 01:34 AM

Quote:

Originally Posted by soletrader (Post 1206217)
Thank you very much for this hack. I would like to know how to edit the text: "Forum Sponsored by" by moving it directly above the banner. Can anyone show me how to do this?

I would also like to edit the color of the text. Thank you

See my post, three posts above

soletrader 03-19-2007 09:34 AM

Thank you madkeen, I tried implementing the code you provided but was unable to change the text to be placed above the banner. The code made no changes at all. Would it be okay if you take another look at the coding? I would really like to make this work.

Also to the coder of this hack, I am interested in removing the footer link. Can you please pm me for information on this? I am willing to donate a small amount for it. Thank you

majorvbuser 03-20-2007 08:15 AM

Thanks for this - really handy mod.

Is there any ETA on this feature:
Option: Multiple sponsors per forum/category

Being a half wit, I scanned the text and didn't notice it was an option for the future not current release. Had my coder install this hack and spent 10 minutes trying to workout how the heck you rotate various adverts when there was only 1 set of fields per forum :P DOH

Any kind of ETA on being able to add 3-5 sponsors per forum and it rotate them randomly ?

Will get my guy to take a look at the code, if it doesn't look like it's something you have time for shortly.

Cheers again.

brihan 03-20-2007 04:18 PM

I already have vB Ad Management 3 installed.

Can I also install this mod without any troubles. I know "without any trouble" is a relative term but do you think they can co-exist without smoke, sparks or fire ;) ?

BigJimTheLug 03-22-2007 03:49 AM

I have the same management system installed and do not see how it would interfere with anything, except maybe a few adverts.

Nothing serious though.

Here is my demo:

http://forums.puremarketprofits.com/happyshares-com/

Ophelia 03-22-2007 01:49 PM

I have this installed, however, when I press uninstall, it renders the entire screen blank. I have to logout of admin and log back in to get back anything on the right frame.

majorvbuser 03-24-2007 12:21 PM

I would be interested in contributing financially for the ability to add 2-3 more sponsors per forum/catagory and have it simply display them randomely or cyclicly.

Feel free to PM me, will save me getting my guy from having to work out somebody elses code.

brihan 03-30-2007 10:12 AM

Quote:

Originally Posted by netdebut (Post 1147135)
Hey, for those trying to show the sponsor ad in all threads, there's something you can do. Instead of pasting the code for the Forum Display Dev suggested (no disrespects of course), you can do a quick work around by pasting the code at the end of the "navbar" template.

I know it's not the right way, but it certainly works out just fine.

Take a look at my forum: http://www.networkersdebut.com/forum

As of typing this, I only have 3 categories with the sponsor ad activated, Introduction, News and Design & Function.

Dev, you're welcome to add my forum to your demo site list.



I would love to have a little help on this one.


"Instead of pasting the code for the Forum Display Dev suggested (no disrespects of course), you can do a quick work around by pasting the code at the end of the "navbar" template. "

Could you please give me more specific direction?

Since this was posted in 2006 is this still the proper way to get the large banner in all the posts?

Any help would be greatly appreciated.

By the way, I loaded this mod tonight and it works great, no problems.

Thank you.

ButchB 04-01-2007 09:44 PM

I installed it on mine and everything works fine. Only problem I am having is that when I put the image in, the size is too large. Is there any way to edit the size? Thanks

spanktu 04-01-2007 09:49 PM

?, I am a noob so please bear with me,
I have tried multiple times to run settings-check.php on my ftp site
but it comes up blank?
I transfered the complete VBsponsors folder over into the forums directory
and when I run settings-check.php just a blank page

any suggestions?

any other way to find the root dir.?

thanks

ButchB 04-03-2007 01:31 AM

can anybody help me with the size issue? i'm sure it's something simple. the banners are saved small (120x60), but once I enable them in the sponsor section, it doubles the size of them. what am i doing wrong?

also, the link isn't working. when you click on the banner to go to the sponsors site, you get an error page? i've read all of these pages and i know it says that problem is line 30, but i've went back and rechecked it and can't figure out where i went wrong?

please excuse my ignorance. i'm very new to this stuff and it's alot to learn. thanks in advance for any help!

www.dragbikeforums.com

ButchB 04-03-2007 02:10 PM

ok, i got the size issue figured out. I thought i had it saved in the right size but i didn't. so, if i can just get the link to the sponsors going it'll be right.

ButchB 04-03-2007 03:14 PM

I keep going in and changing line 30 of the link.php trying to figure out what i have done wrong. Now when i'm in filezilla and everytime i try to upload it, i get a message "too many retries". What can I do? Can anybody help? Please? Thanks

freemchr 04-04-2007 01:18 AM

Thanks. Looks like a great mod. Cant wait to install it!

ButchB 04-04-2007 01:55 AM

When I click on the banner, it is supposed to take me to the advertisers website. I have checked line 30 a million times, it's right. I have the link in the control panel right, http:// etc, any ideas on what i am doing wrong? i get a page with the following when i click on the ad banner:

Not Found
The requested URL /forums/vB.Sponsors/link.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

This has got to be something simple. Can anybody help me figure this out? Thanks

LadyBeth 04-06-2007 01:51 PM

Is there any way to email or PM members banner stats for each individual ads?

d3v1L 04-08-2007 09:38 PM

Nice mod but had to disable as it added link to vbsponsor at the bottom. Really cannot have that on my forum. Will wait for branding free and adsense integration.

skorzguy 04-10-2007 02:00 AM

I love this mod but how does one add flash banners. I tried using bbcode but it didn't work. Does anyone know how to add flash banners?

Mrdby 04-15-2007 01:54 PM

So I have to edit templetes?


All times are GMT. The time now is 01:58 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.02270 seconds
  • Memory Usage 1,837KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete