The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Forum Sponsor Details »» | |||||||||||||||||||||||||
Forum Sponsor
Made by Adrian at Dreamit.co.uk Tested on 3.6.1 Hey, I seen a few people wanting a modification like this, this adds some fields in the Edit Forum Options, and allows you add a forum sponsor. It's a pritty basic mod'. I didn't want to spend alot of time on it, it does the functions people wanted. See the screenshots to get a better understanding. Installation Import product-sponsor.xml Done. Template Edit Open Forum Display templates > FORUMDISPLAY Find: HTML Code:
$navbar HTML Code:
<if condition="$foruminfo['sponsorenabled'] == 1"> <table width="100%" class="tborder" border="0" align="center"> <tr> <td class="alt1"><table width="100%" border="0" cellspacing="5"> <tr> <td width="10" rowspan="2" valign="middle"><div align="center"><a href="$foruminfo[sponsorlink]"><img src="$foruminfo[sponsorimage]" alt="$foruminfo[sponsorname] Image" border="0"></a></div></td> <td valign="top"><div align="left"><strong><a href="$foruminfo[sponsorlink]">$foruminfo[sponsorname]</a></strong></div></td> </tr> <tr> <td valign="top"><div align="left">$foruminfo[sponsordescription]</div></td> </tr> </table></td> </tr> </table> <br> </if> A quick install. If you use this, please click installed. Thanks. Adrian Show Your Support
|
Comments |
#52
|
|||
|
|||
This is a really nice mod thanks bro!
|
#53
|
|||
|
|||
Easy to install even with a cold - top work, this will be a great addition to my competition subforums in order to hook a sponsor.
|
#54
|
||||
|
||||
Quote:
This html options one would normally use are not permitted to be used in the url fields for this hack. I would imagine most people using this hack would ish the banner links to open in new windows rather than the parent one. Please dude can you make this small addition |
#55
|
||||
|
||||
Quote:
|
#56
|
|||
|
|||
Are you going to add extra features or is this it?
|
#57
|
||||
|
||||
Quote:
WOW SUPPORT SUCK on this mod! Asked the same question 3 times and no responce. |
#58
|
||||
|
||||
Sorry guys, my license expired recently, meaning i had no way of responding to this thread, or having PM access.
I will answer support soon, i am very busy. |
#59
|
||||
|
||||
Quote:
Additionally I, like many others have also used the TAG mod/hack. This is great for grouping items into use friendly areas. Unfortunatley your hack doesn't recognise this area as yet, e.g. the results page for a certain tag (see this as an example http://www.physiobob.com/forum/tags/...tag=/sciatica/ It would be awesome if we could add a sponsor in some way to each tag that we create? Perhaps by offering a default one and also by overwriting that with a specific one. Does anyone else think this would be an excellent addition? I'd make it myself if only I knew how |
#60
|
|||
|
|||
John1uk,
It's in the Forum & Moderator==>Forum Manager==> Pick a forum to edit and the new fields are there near the bottom. Thanks Adrian, very handy mod. Clicks Install |
#61
|
|||
|
|||
Quote:
Find: Code:
<tr> <td width="10" rowspan="2" valign="middle"><div align="center"><a href="$foruminfo[sponsorlink]"><img src="$foruminfo[sponsorimage]" alt="$foruminfo[sponsorname] Image" border="0"></a></div></td> <td valign="top"><div align="left"><strong><a href="$foruminfo[sponsorlink]">$foruminfo[sponsorname]</a></strong></div></td> </tr> Replace with: Code:
<tr> <td width="10" rowspan="2" valign="middle"><div align="center"><a target="_blank" href="$foruminfo[sponsorlink]"><img alt="$foruminfo[sponsorname]" src="$foruminfo[sponsorimage]" alt="$foruminfo[sponsorname] Image" border="0"></a></div></td> <td valign="top"><div align="left"><strong><a target="_blank" title="$foruminfo[sponsorname]" href="$foruminfo[sponsorlink]">$foruminfo[sponsorname]</a></strong></div></td> </tr> Enjoy Jaks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|