The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
Works with vBulletin v2.2.0!
This hack will allow you to add banners to your categories row (like done on SitePointForum.com - use that as a demo ). You can add / remove sponsors for any category that exists and also on creation (of category) time. You can specify the name, banner url and the sponsor's site. Currently it only supports categories from level 1, and only on forum index. -if you want more please tell and I'll see what I can do. Umm, that's it I think. Installation is fairly easy (and the hack itself didn't take too much time ), so you shouldn't have any problems. Feedback from any kind is very appreciated! First of all, run the following query Code:
ALTER TABLE forum ADD sponsorname VARCHAR(100) not null AFTER cancontainthreads, ADD sponsorimg VARCHAR(100) not null AFTER sponsorname, ADD sponsorurl VARCHAR(255) not null AFTER sponsorimg Add a custom template, name it forumhome_forumbit_level1_nopost_sponsor and put the following in it: Code:
<tr id="cat"> <td bgcolor="{categorybackcolor}" colspan="2"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="{categoryfontcolor}"><b>$forum[title]</b></normalfont></a> <br><smallfont color="{categoryfontcolor}">$forum[description]</smallfont></td> <td bgcolor="{categorybackcolor}" colspan="4"><a href="$forum[sponsorurl]" target="_blank"><img src="{imagesfolder}/$forum[sponsorimg]" border="0" alt="Proudly sponsored by $forum[sponsorname]"></a></td> </tr> In forum.php (under your admin folder) add PHP Code:
PHP Code:
Still in forum.php, replace PHP Code:
PHP Code:
Still in forum.php, add PHP Code:
PHP Code:
Still in forum.php, replace PHP Code:
PHP Code:
Save and upload forum.php. In index.php (the main folder) replace this line PHP Code:
PHP Code:
Save and upload index.php. That's it. If you did everything correctly (it wasn't very hard, was it? ) and I didn't do any mistakes (it's tested alright!, but I might have forgot something to post), you can start adding sponsors to your forum! Show Your Support
|
Comments |
#42
|
|||
|
|||
What technique did they use on Sitepoint.com? I noticed they have some text, and an image over it. How can I achieve this setup?
|
#43
|
||||
|
||||
The text is just part of the image there.
But anyway, you can change the sponsor template, and add anything you want there. |
#44
|
|||
|
|||
|
#45
|
||||
|
||||
Use this as your template:
Code:
<tr id="cat"> <td bgcolor="{categorybackcolor}" colspan="2"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="{categoryfontcolor}"><b>$forum[title]</b></normalfont></a> <br><smallfont color="{categoryfontcolor}">$forum[description]</smallfont></td> <td bgcolor="{categorybackcolor}" colspan="4" align="right"><a href="$forum[sponsorurl]" target="_blank"><img src="{imagesfolder}/$forum[sponsorimg]" border="0" alt="Proudly sponsored by $forum[sponsorname]"></a></td> </tr> |
#46
|
|||
|
|||
Thanks again!
|
#47
|
||||
|
||||
I also added a text field to the database that allows me to put a description or lead-in text next to the forum sponsor image.
I am still playing with the aesthetics, but you can see what I am doing here: http://www.eaforums.com/forumdisplay.php?s=&forumid=38 Amy |
#48
|
|||
|
|||
I have test it . It looks like wounderful.
Just make it strong more ... |
#49
|
|||
|
|||
I've been lookig for a hack like this since I saw SPF.
Thanks FireFly. I just add some templates for it to show also the number of post in each category (needed if you want to set to 1 the depth of your forums and justify the prize you want they to pay to be anounced there). I just test it on my test forum: http://www.dondepuedo.com/prueba/ As soon as I finish my exams I will put it on the main forums (www.dondepuedo.com/foro) Thanks again. PS: Please, excuse my English (I'm from Spain) |
#50
|
||||
|
||||
Thanks a lot for the kind words Danielillo.
[QUOTE]Originally posted by DYer I have test it . It looks like wounderful. Just make it strong more ... |
#51
|
|||
|
|||
ahhhhhhhhh this is what I've been looking for
will let you know how it goes once I've installed it later |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|