vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vB.Sponsors - Forum and Category Sponsorship with Statistics (https://vborg.vbsupport.ru/showthread.php?t=103327)

mattyk72 07-04-2006 01:22 AM

Nice job, I was looking for something like this.

clicks install

mtha 07-04-2006 02:23 PM

Nice job.

FEATURE REQUEST:

01. In AdminCP, option to view statistic by sponsorshipID (with sponsor name)

02. Big sponsor banner (image and/or text) on top of sponsored forum (when view that forum), with option to turn on/off

sam anders 07-04-2006 05:01 PM

installed and working great thanks :)

BrandiDup 07-04-2006 06:02 PM

This would be absolutely perfect if I could turn it off for certain usergroups (my paid members). If that was possible, I'd definitely install asap!

BLazeD1 07-25-2006 11:04 PM

Quote:

Originally Posted by GrantHorizons
Hi,

Great hack, working well except for one glitch no one else seems to have, so I probably screwed up somewhere, but for the life of me can't figure it out.

When you click on the sponsors image, it goes to a redirect page, BUT the page says:

----------------------
Redirecting...

Can't find phrase ''

If your browser etc...
Proceed button
------------------------

and then redirects just fine.

err, what phrase? It works, but this looks bad!

any ideas?

Thanks, Grant

Ditto. Shame this isnt fixed.

jaymzz 07-28-2006 02:29 AM

Awsome hack. But when you click on the sponsors image, it brings up error 404 this page cannot be found. Did I do something wrong? As soon as this is fixxed, I will gladly click installed. :D

jaymzz 07-29-2006 12:50 AM

Anyone?

directprint 07-29-2006 01:13 AM

Quote:

Originally Posted by jaymzz
Awsome hack. But when you click on the sponsors image, it brings up error 404 this page cannot be found. Did I do something wrong? As soon as this is fixxed, I will gladly click installed. :D

I would say the link address that you have put in is incorrect.
It must be the full address http://www.domain_name.com


1. From the Admin CP -> Forums & Moderators -> Forum Manager
2. Choose Edit Forum next to the forum/category you wish to add a sponsor for
3. Under vB.Sponsors, choose Enable Sponsor YES
4. Enter the Sponsor's name
5. Choose whether or not to enable the sponsor's banner (a text link is displayed if set to NO)
6. Enter the path to the sponsor's banner
7. Enter the link to the sponsor's site

jaymzz 07-29-2006 03:37 AM

Thanks, but I did put in the full address. And I tried it a few different ways also. I am wondering if I did something wrong on the install.

Spika 07-29-2006 11:48 AM

Quote:

Originally Posted by designBox
Sorry for the double post but this is concerning another error.
It came to my attention that if the forum name had a ' in its name then vbSponsor is generating an error when clicking to the sponsor's link.

I pasted here this error:
Code:

Database error in vBulletin 3.5.3:

Invalid SQL:
INSERT INTO `vBSponsors` ( `id` , `sponsor_name` , `forum_id`, `forum`, `date` ) VALUES ( '', 'Your link here', '97', 'Programmer's Alley', '1140258987');

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's Alley', '1140258987')' at line 1
Error Number : 1064
Date                : Saturday, February 18th 2006 @ 11:36:27 AM
Script          : http://www.hostnode.com/vB.Sponsors/link.php?f=97
Referrer        : http://www.hostnode.com/forum.php
IP Address  : XXXXXXXXXXXXX
Username        : XXXXXXXXXXXXX
Classname        : vb_database

I changed the name of the forum, but i reported this error at it may help some others.


Hello I have similar error:

Database error in vBulletin 3.5.4:

Code:

Invalid SQL:
INSERT INTO `vbulletin_vBSponsors` ( `id` , `sponsor_name` , `forum_id`, `forum`, `date` ) VALUES ( '', 'Encuentro BMWRIDERS '06', '12', 'Kedadas', '1154175656');

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '06', '12', 'Kedadas', '1154175656')' at line 1
Error Number : 1064
Date        : Saturday, July 29th 2006 @ 12:20:56 PM
Script      : http://www.gstrail.es/foro/vB.Sponsors/link.php?f=12
Referrer    : http://www.gstrail.es/foro/forumdisplay.php?f=3
IP Address  : xxx.xxx.xxx.xxx
Username    : Nickname
Classname    : vb_database

I don?t have ' in the name of the forum, help please


Solved, Reinstalling

soletrader 08-03-2006 06:07 AM

Can anyone explain this:

Quote:

3. On line 27, enter the path to your forum (e.g. - /home/usr/EXAMPLE.COM/forum/). This is the physical path

Where do I put my URL?

carpzone 08-03-2006 11:35 AM

Very Great Addon guys,

Everyting works great on my vbulletin 3.5.4 , no problem at all

I only wondering if it was possible to add 2 sponsors in the same forum ??

This would be Super !

Thanks

butty 08-07-2006 03:44 AM

hi there, can anyone please confirm if this works with vb 3.6.0 gold or not before i upgrade?

cheers

Freakpyromaniac 08-07-2006 12:39 PM

Great Hack Everything is working but i like to know how i can get the banner and the word Sponsord by to the right. I had the banner on the right but the sentence on the left :D .. (It is for Category banner)

Can somebody help me please.....

Here under is my code for level1_nopost

Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
        <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="$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>

                        <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
                </td>
        </tr>
</thead>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
        <tr align="center">
        <td class="thead" width="3%">&nbsp;</td>
        <td class="thead" width="57%" align="$stylevar[left]">$vbphrase[forum]</td>
        <td class="thead" with="30%">$vbphrase[last_post]</td>
        <td class="thead" width="5%">$vbphrase[threads]</td>
        <td class="thead" width="5%">$vbphrase[posts]</td>
        <if condition="$vboptions['showmoderatorcolumn']">
        <td class="thead">$vbphrase[moderator]</td>
        </if>
        </tr>
$childforumbits
<tr>
<td class="thead" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>" height="10"></td>
</tr>
</tbody>
</if>
</tbody>
</table>
<div style="padding: 10px 10px 10px 10px;"></div>


Freakpyromaniac 08-07-2006 01:52 PM

This is what i have now. How can i get the sentence Sponsord by: next to it or even above the banner ?

ka81 08-08-2006 02:45 PM

on mine - banner and sentence are on the left. :(

Freakpyromaniac 08-08-2006 06:26 PM

Quote:

Originally Posted by ka81
on mine - banner and sentence are on the left. :(

Yes that is regular but i like it more on the right. I have seen that in some forums but i dont know how to do this....

soletrader 08-09-2006 01:12 PM

freakpyromaniac.. did you get it to work? I am also looking for the same hack but need the sponsored by text next to the banner. Also what version of VB are u using?

Freakpyromaniac 08-09-2006 03:17 PM

Quote:

Originally Posted by soletrader
freakpyromaniac.. did you get it to work? I am also looking for the same hack but need the sponsored by text next to the banner. Also what version of VB are u using?

I have uninstalled it because i just upgraded to VB3.6 Rc3..
No i am waiting for this hack to fit in the 3.6 forums.

soletrader 08-10-2006 07:50 AM

Quote:

Originally Posted by Freakpyromaniac
I have uninstalled it because i just upgraded to VB3.6 Rc3..
No i am waiting for this hack to fit in the 3.6 forums.


yes same here.... i need this badly

ntock 08-11-2006 09:20 PM

Love the hack, anybody have an idea how I can bump this image up so that the category is more compact? Example of what I mean in the attachment:

Many many thanks in advance...

soletrader 08-12-2006 04:59 PM

anyone come up with a 3.6 gold version?

soletrader 08-14-2006 02:44 AM

bump

butty 08-16-2006 06:06 AM

anyone sorted a 3.6.0 version of this yet? i need it before i can upgrade. doh!

geevest.com 08-16-2006 10:46 AM

howto make sposor by : in top image?

Freakpyromaniac 08-16-2006 03:51 PM

Please make this for 3.6.0 i need it desperatly..

RZ500 08-16-2006 07:03 PM

I can't make it work onder 3.6 any idea?

soletrader 08-19-2006 05:32 AM

I want this hack badly for 3.6.

soletrader 08-21-2006 06:45 AM

bump

principino1984 08-21-2006 12:38 PM

anynews about the 3.6.0 edition? I'd like to use this hack...but I can't risk to screw up all my db for one hack....

Marco

butty 08-21-2006 03:28 PM

is anyone sorting this. i can upgrade to 3.6.0 till its available. doh!

soletrader 08-21-2006 09:03 PM

bump

forzablues 08-21-2006 10:09 PM

Great hack, :)

upsetter 08-26-2006 01:26 PM

how do I remove the Forum Sponsored By: text?... I just want the image to apear there... :surprised:

Spika 08-26-2006 03:51 PM

Don“t work in 3.6.0, I tested it

bashy 08-26-2006 09:52 PM

I too would like to try this, but its pointless asking all the time as the coder has not been online since April :(

marinefiend 08-26-2006 10:20 PM

Has anyone figure out what the Can't find phrase '' error is yet??

It installs in VB 3.6 fine, runs fine all but this one small error

Spika 08-28-2006 02:12 PM

I have uninstalled it in vbulletin 3.5.4 after I have updated to vbulletin 3.6.0 and I have reinstalled VBSponsors and works fine!

soletrader 08-28-2006 07:39 PM

Quote:

Originally Posted by Spika
I have uninstalled it in vbulletin 3.5.4 after I have updated to vbulletin 3.6.0 and I have reinstalled VBSponsors and works fine!

Coud you please tell us how you manage to get it to work in 3.6.0? Thank you

Spika 08-29-2006 02:15 PM

First sorry for my english, I am spanish.

When I had installed Vbulletin 3.5.4 with Wb.sponsors I followed this steps:

- Uninstall Vb.Sponsors.
- Upgrade Vbulletin 3.5.4. to 3.6.0
- Reinstall Vb. Sponsors
- No more changes.

And at the moment its works fine.
You can see it at : http://www.gstrail.es/foro/index.php


All times are GMT. The time now is 10:50 PM.

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.01584 seconds
  • Memory Usage 1,824KB
  • 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
  • (3)bbcode_code_printable
  • (8)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