View Full Version : vB.Sponsors - Forum and Category Sponsorship with Statistics
aaamaretto
10-28-2006, 01:31 PM
I upgraded to 3.6.2 and upgraded vBsponsors to 1.0.5
I got the banners to display, but when they are clicked, it opens a page with a hyperlink instead of a direct link to the sponsor...
any suggestions?
site: cobbtalks_dot_ com
OrionDesigns
10-29-2006, 11:12 PM
Could we please get this for vBulletin 3.6?
Nuguru
11-04-2006, 01:10 AM
Hello,
Can you please let me know if you have a branding free option for vb3.5.4-3.5.5? Either way, can you please provide some details?
Thank You,
Nuguru
Hello,
I still would like to know on this. Is there someone that knows something on this?
It can't be that hard to remove the copyright and pay a fee to do so. Pretty basic stuff, just someone needs to communicate here.
Thank You,
Nuguru :)
PossumX
11-05-2006, 09:44 PM
<font size="4">DESPERATE</font> for 3.6.2 version of this...
I see from the history that it is "coming" .... but when.
I know all about the work effort, and do appreciate it.
Any information would be GREATLY appreciated on the 3.6.x compatibility version.
PossumX
11-09-2006, 10:57 PM
OK... now 3.6.3 version ....
paypal
11-09-2006, 11:25 PM
when you create a new forum its at the bottom
I dont see the hack in the admincp, I found the part where you can turn it on and off in the admincp but not the main part from this one https://vborg.vbsupport.ru/attachment.php?attachmentid=39677
THanks
Deviation
11-10-2006, 10:46 AM
OK... now 3.6.3 version ....
v2.0 for 3.6.x is done. I just need to check the template code. I've been so #$%* busy lately I haven't had the chance. It should be posted this weekend provided I don't end up working.
PossumX
11-11-2006, 01:17 AM
Deviation:
VERY MUCH appreciated. I do know how much work goes into these, as I am a developer by trade, IT Release Manager by current role, and sit in front of my computers at home many evenings.
Looking forward to the posting of v2.0.
That's great news! Thanks for your work Dev. We finally got our first sponsor so I've been waiting for this update. I've been testing it on 3.6.2/3 and aside from the admincp issue i posted about earlier, I noticed there is an incompatibility with FireFox. The banners do not display. It works in IE, though. Then again... that was the same thing with the AdminCP pages... worked in IE and not in FireFox. Maybe it's just my computer? lol
PossumX
11-13-2006, 11:22 PM
:cry: :cry: over the fact vB.Sponsors 2.0 still ain't here :cry: :cry:
Deviation
11-13-2006, 11:24 PM
:cry: :cry: over the fact vB.Sponsors 2.0 still ain't here :cry: :cry:
Eh hem... https://vborg.vbsupport.ru/showthread.php?t=131512 ;)
Did the link not go through when I sent out the update?
PossumX
11-14-2006, 12:08 AM
Sorry there sir, my bad. I didn't see the update. Much appreciated !!
bada_bing
11-14-2006, 01:37 AM
great hack . for those who want to make the output to look better (like me) try this code.
In FORUMDISPLAY find
<!-- controls above thread list -->
AFTER ADD
<if condition="$foruminfo[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1"><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="468" height="60" align="center">
<tr>
<td class="tcat" align="center"><span class="normal"><font size="1">
$vbphrase[sponsored_by] </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])">
<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></a>
</if></font>
</span></td>
</tr>
</table>
It will look like this
55042
I like what you did here but this code does not work if you are using side blocks located to the left of the forum, it throws the entire template off...
Do you know how to fix that issue?
bada_bing
11-14-2006, 01:39 AM
Im looking to align the sponsored by : banner in the center of the my forumdisplay rather than to the left above the new thread button. Anyone know how to do this?
PossumX
11-14-2006, 02:01 AM
<a href="https://vborg.vbsupport.ru/showthread.php?p=1116730" target="_blank">Post in the new thread for version 2.0 for vB 3.6.x</a>, unless it is for vB 3.5.x
bada_bing
11-14-2006, 02:45 AM
Post in the new thread for version 2.0 for vB 3.6.x (https://vborg.vbsupport.ru/showthread.php?p=1116730), unless it is for vB 3.5.x
Yes its for 3.5.x
GoTTi
11-14-2006, 09:42 AM
getting this error..
Warning: chdir(): No such file or directory (errno 2) in /home/site/public_html/forum/vB.Sponsors/link.php on line 30
Warning: main(./global.php): failed to open stream: No such file or directory in /home/site/public_html/forum/vB.Sponsors/link.php on line 32
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/site/public_html/forum/vB.Sponsors/link.php on line 32
and also, the forum list view was now showing the categories 2 times.
Deviation
11-14-2006, 01:11 PM
getting this error...
Check vB.Sponsors/link.php. Be sure you've specified the path to your forums directory.
bada_bing
11-15-2006, 02:46 AM
Im looking to align the sponsored by : banner in the center of the my forumdisplay rather than to the left above the new thread button. Anyone know how to do this?
Can anyone help Please..
Deviation
11-15-2006, 11:04 AM
Can anyone help Please..
Try enclosing the vB.Sponsors code for that template in <div> tags.
<div align="center">
[CODE]
</div>
Simple enough, right?;)
bada_bing
11-15-2006, 11:13 PM
Try enclosing the vB.Sponsors code for that template in <div> tags.
<div align="center">
[CODE]
</div>
Simple enough, right?;)
Awwww well this seemed to fix the issue but only within the forums that have the banner displayed turned on an in all the other forums it still throw the template off???? Any ideas?
This is what my code looks like adding the tags you suggested.. Did I do it right?
<div align="center">
<if condition="$foruminfo[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1"><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="468" height="60" align="center">
<tr>
<td class="tcat" align="center"><span class="normal"><font size="1">
$vbphrase[sponsored_by] </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])">
<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></a>
</if></font>
</span></td>
</tr>
</table>
</div>
Deviation
11-15-2006, 11:35 PM
Try this:
<if condition="$foruminfo[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1">
<div align="center">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="468" height="60" align="center">
<tr>
<td class="tcat" align="center">
<span class="normal"><font size="1">$vbphrase[sponsored_by] </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])">
<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>
</a>
</font>
</span>
</td>
</tr>
</table>
</div>
</if>
Be sure when posting HTML code that you enclose it with the HTML tag on the forum (looks like the <>). Otherwise its a bear to read. ;)
bada_bing
11-16-2006, 02:28 AM
OK I will use the HTML tags next time sorry.. Now I tried the updated code and the weird thing is as soon as I apply that code my server spike to 80% utilization:alien:
What is going on?
bada_bing
11-16-2006, 02:37 AM
Yep just verified with my Hosting provider that as soon as I add this code in my FORUMDISPLAY the server peeks to 80% Any ideas why?
Deviation
11-16-2006, 10:58 AM
Yep just verified with my Hosting provider that as soon as I add this code in my FORUMDISPLAY the server peeks to 80% Any ideas why?
Not sure. There's nothing overly complex happening there. Have you checked to see what the template does with any changes (stock)?
bada_bing
11-16-2006, 12:21 PM
Not sure. There's nothing overly complex happening there. Have you checked to see what the template does with any changes (stock)?
If I dont add your code and just add the default code as described originally in the hack there are no issues.
Deviation
11-16-2006, 12:40 PM
If I dont add your code and just add the default code as described originally in the hack there are no issues.
After looking at the original FORUMDISPLAY code I've included, it looks like the code you pasted initially has some additions.
Try this:
<if condition="$foruminfo[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1">
<div align="center>
$vbphrase[sponsored_by] <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])">
<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></a>
</div>
</if>
This is the original code with a <div> tag added to center the sponsor's ad. This replaces the section of vB.Sponsor code ONLY. This isn't the full FORUMDISPLAY code.
bada_bing
11-16-2006, 05:03 PM
After looking at the original FORUMDISPLAY code I've included, it looks like the code you pasted initially has some additions.
Try this:
<if condition="$foruminfo[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1">
<div align="center>
$vbphrase[sponsored_by] <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])">
<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></a>
</div>
</if>
This is the original code with a <div> tag added to center the sponsor's ad. This replaces the section of vB.Sponsor code ONLY. This isn't the full FORUMDISPLAY code.
Ok I added the above code and server appears good BUT the banner is still on the left side? Its still not centering the banner?
bada_bing
11-16-2006, 05:17 PM
I have noticed on the code you posted there seems to a couple lines that look very identical???
<if condition="$foruminfo[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1">
<div align="center>
$vbphrase[sponsored_by] <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])">
<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></a>
</div>
</if>
Code in question below
<img src="$foruminfo[sponsor_banner_big]" alt="$foruminfo[sponsor_name]" border="0" />
<img src="$foruminfo[sponsor_banner]" alt="$foruminfo[sponsor_name]" border="0" />
bada_bing
11-16-2006, 05:26 PM
sorry to be a pest...
I have done this to correct the allignment of the banner and it works. BUT the text (Visit Our Site:) is still on the left.. How can I also Center that text or either place it under the banner or below the banner ?
<if condition="$foruminfo[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1">
<div align="center>
$vbphrase[sponsored_by] <a href="vB.Sponsors/link.php?f=$foruminfo[forumid]" title="$foruminfo[sponsor_name]" target="_blank">
<p align="center">
<if condition="$foruminfo[sponsor_banner_enabled] == 1 AND $vboptions[sponsor_global_enable_banners] == 1">
<if condition="!empty($foruminfo[sponsor_banner_big])">
<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></a>
</div>
</if>
Deviation
11-16-2006, 08:15 PM
I have noticed on the code you posted there seems to a couple lines that look very identical???
Code in question below
<img src="$foruminfo[sponsor_banner_big]" alt="$foruminfo[sponsor_name]" border="0" />
<img src="$foruminfo[sponsor_banner]" alt="$foruminfo[sponsor_name]" border="0" />
That's for support of large banners in the forum. If you don't have a large banner specified, it will use the small banner instead. ;)
sorry to be a pest...
I have done this to correct the allignment of the banner and it works. BUT the text (Visit Our Site:) is still on the left.. How can I also Center that text or either place it under the banner or below the banner ?
<if condition="$foruminfo[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1">
<div align="center>
$vbphrase[sponsored_by] <a href="vB.Sponsors/link.php?f=$foruminfo[forumid]" title="$foruminfo[sponsor_name]" target="_blank">
<p align="center">
<if condition="$foruminfo[sponsor_banner_enabled] == 1 AND $vboptions[sponsor_global_enable_banners] == 1">
<if condition="!empty($foruminfo[sponsor_banner_big])">
<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></a>
</div>
</if>
Replace the <div> tags I suggested with what you came up with. I'm no HTML layout guru. Just a lowly programmer. ;)
bada_bing
11-16-2006, 10:37 PM
That's for support of large banners in the forum. If you don't have a large banner specified, it will use the small banner instead. ;)
Replace the <div> tags I suggested with what you came up with. I'm no HTML layout guru. Just a lowly programmer. ;)
Thanks for all the help you are providing me with.. As to adding the <div> tag im not sure where to place it as I dont see anything in that code that relates to the text im trying to center?
jwhale
12-06-2006, 10:12 AM
Hi,
I have installed and continue to get a page cannot be found error on the redirect to sponsor page.
The sponsor shows up correct in forum
(See screenshot)
The url displayed when clicking on the sponsor link is https://www.mumsgroup.com/forums/vB.Sponsors/link.php?f=7
I checked the forums database and the sponsor url appears to be all ok.
and it is forum ID# 7
(see Screenshot)
my path to vB.Sponsors dir is D:\apache2\htdocs\forums\vB.Sponsors
my line 27 is chdir('d:/apache2/htdocs/forums/');
I have checked and double checked all the templates are correct.
Any ideas why i dont get directed to the sponsors site when clickin on the link, I just get the URL above.
Deviation
12-07-2006, 12:37 AM
Add http:// in front of the sponsor URL.
jwhale
12-08-2006, 01:35 AM
Hi,
Duh! thanks heaps for your quick responce. really appreciate your mod and your help.
Rgds John
zkilzz
12-08-2006, 03:02 PM
How do i ad custom html text instead of a link and url? I want to add mye Google Adsense code there :)
Marius
Deviation
12-08-2006, 04:00 PM
How do i ad custom html text instead of a link and url? I want to add mye Google Adsense code there :)
Marius
You can't. Yet.
That feature is in the works.
scottreeve
01-11-2007, 12:17 AM
Hi,
I have installed and continue to get a page cannot be found error on the redirect to sponsor page.
The sponsor shows up correct in forum
(See screenshot)
The url displayed when clicking on the sponsor link is https://www.mumsgroup.com/forums/vB.Sponsors/link.php?f=7
I'm having this same link problem as jwhale... and I have put the http:// in front of the sponsor link. Any ideas?
Thanks
bada_bing
01-16-2007, 02:41 AM
Is there a 3.6.x version of this great hack?
ghostwave
01-23-2007, 04:41 PM
Hello, thanks for the great hack!
I was wondering if there is a way to show a banner on the sponsored forums but only a text link on the main forum page?
Thanks for any info on this,
MTVSlick
02-13-2007, 08:32 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,
BigJimTheLug
03-22-2007, 02:06 AM
You have to edit a file path in the "link.php" file.
Open it with notepad and look for where it tells you that you have to edit it.
Once you find it, enter your forum's parth.
Pretty easy.
I had the same problem as well, but fixed it.
Cheers.
Here is my demo
http://forums.puremarketprofits.com/paying-high-yield-investment-plans-hyips/
Look for "forum sponsored by: Happyshares.com
bryandailey
03-27-2007, 10:34 PM
Anyone know how to make just the small text that says "Sponsored By:" show up bold but not the rest of the forum description?
I tried book-ending $vboptions[sponsor_global_default_text] wiht a <strong></stong> tag but no luck. It seems that whatever the form description text size is, the "Sponsored by" text is the same.
sidewinder1965
03-30-2007, 07:53 PM
Is there a way to put the sponsor ad's between the forum catagories,instead of the bar's,and in the subforum forum?
I just want 1-3 banners in between forum catagories,like the picture of the big one at the top but in the main forums
Deviation
04-17-2007, 10:43 AM
Just wanted to post up the link to the documentation (lost my site the other day): http://www.digitaldeviation.com/documentation/vbsponsors
My license has expired for vbulletin. At some point I hope to renew it and add some updates.
Deviation
05-14-2007, 06:34 PM
Just got my new license. If there's still interest in a 3.5.x version, I'll see what I can do to get some features out.
bluegum
05-15-2007, 01:50 PM
:cool: Is there a way to put the sponsor ad's between the forum catagories,instead of the bar's,and in the subforum forum?
I just want 1-3 banners in between forum catagories,like the picture of the big one at the top but in the main forums
I would like to see them dropped under the forum name not to the right how can this be accomplished?
Deviation
05-15-2007, 04:46 PM
:cool: I would like to see them dropped under the forum name not to the right how can this be accomplished?
Placement of the "Forum sponsored by" text is at your control. Wherever you place the template changes is where the text will appear.
You could simply add a line break (<br/>) prior to the phrase. For example your forumhome_forumbit_level1_nopost template change is:
<!-- vBSponsors -->
<if condition="$forum[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1">
$vbphrase[sponsored_by] <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>
You could change that to:
<!-- vBSponsors -->
<if condition="$forum[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1">
<br/>
$vbphrase[sponsored_by] <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>
Note the line break after the first <if>. You really have a good bit of freedom with the template changes. The code above has to be in place, but you can add alignment & formatting as you choose. The example above was just on one bit of the template code to show you how you can modify it.
bluegum
05-15-2007, 04:49 PM
Placement of the "Forum sponsored by" text is at your control. Wherever you place the template changes is where the text will appear.
You could simply add a line break (<br/>) prior to the phrase. For example your forumhome_forumbit_level1_nopost template change is:
<!-- vBSponsors -->
<if condition="$forum[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1">
$vbphrase[sponsored_by] <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>
You could change that to:
<!-- vBSponsors -->
<if condition="$forum[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1">
<br/>
$vbphrase[sponsored_by] <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>
Note the line break after the first <if>. You really have a good bit of freedom with the template changes. The code above has to be in place, but you can add alignment & formatting as you choose. The example above was just on one bit of the template code to show you how you can modify it.
so what edits have to be made just to that one template?
Deviation
05-15-2007, 05:01 PM
so what edits have to be made just to that one template?
In your case, I think you'd be looking for the forumhome_forumbit_level1_post & forumhome_forumbit_level2_post.
In those templates you would make the change in between the for <if> and the <div> tags.
<!-- vBSponsors -->
<if condition="$forum[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1">
<div style="float:$stylevar[right]">
I'm at work right now so I can't verify that. I'm just going by what I have on the docs. You may also want to change the <div> to float:$stylevar[left] to align it left.
bluegum
05-15-2007, 06:05 PM
working good
now if i can move the text below we will be great
http://www.basslurereviews.com/bassforums/
so sponsored by then logo
this line logo text
instead of sponsored by logo logo text top right..
Deviation
05-16-2007, 12:36 AM
working good
now if i can move the text below we will be great
http://www.basslurereviews.com/bassforums/
so sponsored by then logo
this line logo text
instead of sponsored by logo logo text top right..
That last bit of text needs a line break BEFORE it.
Example is the Hookerz sponsor. You need a line break(<br/>) before you add the sponsor's name on that forum. That should knock it down to the next line.
bluegum
05-16-2007, 01:05 PM
That last bit of text needs a line break BEFORE it.
Example is the Hookerz sponsor. You need a line break(<br/>) before you add the sponsor's name on that forum. That should knock it down to the next line.
tried that in the forum manager no dice
Deviation
05-22-2007, 02:35 PM
Just updated vB.Sponsors to version 1.1.0. See the first post for details. :)
TheBlackPoet
05-22-2007, 09:18 PM
i would love to install this hack.... but i have a problem with overwriting my customized templates...... could you possibly streamline the template edits to specific code that need to be pasted at certain lines like most of the hack instructions have??
thanks
Deviation
05-23-2007, 06:36 PM
i would love to install this hack.... but i have a problem with overwriting my customized templates...... could you possibly streamline the template edits to specific code that need to be pasted at certain lines like most of the hack instructions have??
thanks
Check the installation documentation. It shows the code you need to add and where to add it. ;)
User's Guide -> http://www.digitaldeviation.com/node/6
Installation Guide -> http://www.digitaldeviation.com/node/5
aloha
05-24-2007, 10:21 PM
Sorry, but on your demo sites, this website http://forum.crookedh.com/ </=- how does he make that applet appear at top saying that it appears you have not registered for this website? ETC... ?
Sorry about being off topic, love this hack lol, but also like that on top. :D
Deviation
05-25-2007, 12:01 AM
Just added some example template code for SHOWTHREAD (and updated the installation documentation). This will display the large banner at the top of the thread in the forum that is sponsored. :) See the screenshot above.
bada_bing
07-03-2007, 05:30 PM
It was brought to my attention by one of my mods that only when using IE browser this happens but not Firefox. When viewing the forums in forumdisplay mode I am getting an empty box where it thinks there is suppose to be a banner but I have no banner specified. Again this only happens in IE, while in Firefox it shows correct where only the link shows. How do I fix this issue? Please look at the attached pics
ArchangelX
09-16-2007, 12:16 AM
Umm...the Digital site is down. I'd like to install this without overwriting my custom templates, too. Any ideas?
the link to the red me files installtions n read me is down :(
ArchangelX
09-17-2007, 01:22 AM
Nevermind...the readme included is good enough...thanks! It's pretty simple...I should have looked at it first. Great stuff, thanks all!
ArchangelX
09-17-2007, 04:36 AM
I'm not sure if this is being supported anymore, because the host site is down, and the Deviation hasn't been on since July...but I really would love to have this option:
-Stats viewable by the sponsors in the User CP of their account
Deviation
09-17-2007, 02:59 PM
Umm...the Digital site is down. I'd like to install this without overwriting my custom templates, too. Any ideas?
the link to the red me files installtions n read me is down :(
I'm not sure if this is being supported anymore, because the host site is down, and the Deviation hasn't been on since July...but I really would love to have this option:
-Stats viewable by the sponsors in the User CP of their account
I'm still here! Just moving to a new server. Unfortunately it hasn't gone as smooth as I had hoped. Give me a a day or so and the site & forums will be back up.
I plan on starting development again in the next month. So keep the suggestions coming.:)
ArchangelX
09-17-2007, 04:39 PM
Great to hear! Sorry for all the gloom and doom! :erm:
Good luck with your move! :up:
bada_bing
09-17-2007, 04:47 PM
It was brought to my attention by one of my mods that only when using IE browser this happens but not Firefox. When viewing the forums in forumdisplay mode I am getting an empty box where it thinks there is suppose to be a banner but I have no banner specified. Again this only happens in IE, while in Firefox it shows correct where only the link shows. How do I fix this issue? Please look at the attached pics
Deviation and help on this issue?
Deviation
09-18-2007, 12:18 PM
The web site, docs & forums are back up.
Docs: http://www.digitaldeviation.com/docu...ion/vbsponsors
Forums: http://www.digitaldeviation.com/forums/
bada_bing, what version are you using? I noticed you posted in both threads.
bada_bing
09-18-2007, 12:52 PM
I am using version 1.0.5 for VB 3.5.x I have not upgraded to version 1.1.0 becuase I am not sure what the proper upgrade process is and what file to modify as I dont want to break my working version. Please assist me..
bada_bing
09-18-2007, 02:40 PM
I just tried to upgrade to version 1.10 and I got this error when uploading the plugin Please Help
Invalid SQL:
INSERT INTO setting
(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
VALUES
(
'sponsor_global_enable_sponsorship',
'vbsponsorsgroup',
'1',
'1',
'boolean',
'yesno',
10,
0,
1,
'vB.Sponsors'
),
(
'sponsor_global_enable_banners',
'vbsponsorsgroup',
'1',
'1',
'boolean',
'yesno',
20,
0,
1,
'vB.Sponsors'
),
(
'sponsor_global_enable_big_banners',
'vbsponsorsgroup',
'1',
'1',
'boolean',
'yesno',
30,
0,
1,
'vB.Sponsors'
),
(
'sponsor_global_default_text',
'vbsponsorsgroup',
'<span class=\"smallfont\">Forum Sponsored By:</span>',
'<span class=\"smallfont\">Forum Sponsored By:</span>',
'free',
'',
40,
0,
1,
'vB.Sponsors'
);
MySQL Error : Duplicate entry 'sponsor_global_enable_sponsorship' for key 1
Error Number : 1062
Date : Tuesday, September 18th 2007 @ 10:41:23 AM
Script : http://www.mysite.com/forums/admincp/plugin.php
Referrer : http://www.mysite.com/forums/admincp/plugin.php?do=productadd
IP Address : 67.59.x.x
Username : Administrator
Classname : vb_database
bada_bing
09-18-2007, 06:37 PM
It was brought to my attention by one of my mods that only when using IE browser this happens but not Firefox. When viewing the forums in forumdisplay mode I am getting an empty box where it thinks there is suppose to be a banner but I have no banner specified. Again this only happens in IE, while in Firefox it shows correct where only the link shows. How do I fix this issue? Please look at the attached pics
Deviation,
I have decided to stay on version 1.0.5 because of the issues I had upgrading to the latest version. What I really would like to correct is this issue. I will PM you our site so you can take a look at what my forum display looks like when using IE only but looks good in Firefox
Lone Gunman
12-04-2008, 08:25 AM
i can get everything to work, adsense links work, but i can not get links i add to work. i click on banner and it goes to this link...
http://brianslawn.com/forum/vB.Sponsors/link.php?f=18
link.php file:
* Modify this to reflect the path to you forums*/
chdir('/path/to/forums/'); /hsphere/local/home/bwunsche/brianslawn.com/forum/
require_once('./global.php');
thats the path your check file gave me.
http://brianslawn.com/forum/index.php
v3.7.3
Definitly gonna use this one! :) Thanks
MGSteve
12-18-2008, 06:46 AM
Is this compatible with v3.8 yet (and yes I know 3.8 is in beta still!)
2k05gt
02-24-2009, 03:46 AM
Any Idea when this will be avalable for 3.8.1? or is there another add-on that does the same thing ?
Sulley007
06-22-2009, 07:29 PM
Will this work with vb 3.8.2?
useakme
06-24-2009, 01:35 AM
Do you install this for a fee? I'm somewhat computer handicapped.
bada_bing
08-12-2009, 05:49 PM
Does this work with vb 3.8.3 please
Deviation
07-02-2010, 02:32 AM
Version 2.0.7 has been released for vBulletin 3.8.x: https://vborg.vbsupport.ru/showthread.php?t=245691
:)
Deviation
02-27-2011, 12:04 AM
<a href="http://bit.ly/gH0bEO" target="_blank">http://bit.ly/gH0bEO</a>
bad2dbone
05-25-2011, 11:59 PM
love the mod just really confusing don't know the exact path to the forum any help?
duketxboy
08-06-2011, 10:57 PM
having trouble understanding this... on the adding your site name I've always got confused on those type of things doesn't explain any further where can anybody help
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.