The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||
CP_Affiliates - An affiliates box for your forum!
![]() Developer Last Online: Apr 2011 ![]() ![]()
Basic affiliates box plugin for vbulletin 3.6,
simply upload the plugin and edit to insert your own html. Further installation instructions and information on how to move it below "What's Going On" provided in the readme. Enjoy, and hit install if you use. ![]() Tip: How to add link images. To make an image link to a site like this: Insert the html into the plugin: HTML Code:
<a href='http://google.com/'><img border='0' src='http://www.hybridsoft.net/images/affiliates/cp.gif' alt='' /></a> Be careful using double-quotations in the html, remember to use either single-quotations or put a backslash before each double-quotation ( \" ). Previews of it in use on my forum below. Show Your Support
|
Comments |
#12
|
||||
|
||||
![]()
what is we have about 20 banners, are they willing to fix in there? How to have them running to the right?
|
#13
|
||||
|
||||
![]() Quote:
<marquee> Your html links </marquee> This will make them slide from the right side off the left, so it fits. Otherwise if you exceed the width of the box some of the content will go onto a second line. |
#14
|
||||
|
||||
![]()
2 questions.
How can I move it so that it sits at the top of the forums just below the navbar? How can I have more links without it going off the edge of the screen? |
#15
|
|||
|
|||
![]()
not bad, how ever i made mine some how different to do 3 things like marq news and affialates and more, here is a photo
|
#16
|
||||
|
||||
![]() Quote:
Nevertheless, try changing "$navbar" to "<!-- main -->". Use <marquee> to make them slide across, or <br /> to linebreak. |
#17
|
||||
|
||||
![]() ![]() This is what I mean, I wanted to add more banners but it's not working, I added the same code right after the first one and this happened, how do I add more banners so they are placed right next to each other. |
#18
|
||||
|
||||
![]()
Show me the code from the plugin (all of it).
|
#19
|
||||
|
||||
![]() Code:
$affiliates = "<!-- Affiliates --> <table class='tborder' cellpadding='$stylevar[cellpadding]' cellspacing='$stylevar[cellspacing]' border='0' width='100%' align='center'> <td class='tcat' align='center' width='100%'><a href='http://cyber-phreaks.net/links.php' target='_self'>Affiliates</a></td> <tr> <div class='fieldset' style='margin:0px'> <td class='alt1' align='center'> <a href='http://google.com/'><img border='0' src='http://www.xleagues.net/test.jpg' alt='' /></a><div class='fieldset' style='margin:0px'> <td class='alt1' align='center'> <a href='http://google.com/'><img border='0' src='http://www.xleagues.net/test.jpg' alt='' /></a> </td> </div> </tr> </table> <!-- / Affiliates --> <br />"; $Position = '<!-- end what\'s going on box -->'; $vbulletin->templatecache['FORUMHOME'] = str_replace($Position, $Position . ' $affiliates', $vbulletin->templatecache['FORUMHOME']); |
#20
|
||||
|
||||
![]()
Yes, you coded it to show like that.
You need to remove the extra td & div tags. Edit it like this: Code:
$affiliates = "<!-- Affiliates --> <table class='tborder' cellpadding='$stylevar[cellpadding]' cellspacing='$stylevar[cellspacing]' border='0' width='100%' align='center'> <td class='tcat' align='center' width='100%'>Affiliates</td> <tr> <div class='fieldset' style='margin:0px'> <td class='alt1' align='center'> <a href='http://google.com/'><img border='0' src='http://www.xleagues.net/test.jpg' alt='' /></a> <a href='http://google.com/'><img border='0' src='http://www.xleagues.net/test.jpg' alt='' /></a> </td> </div> </tr> </table> <!-- / Affiliates --> <br />"; $Position = '$navbar'; $vbulletin->templatecache['FORUMHOME'] = str_replace($Position, $Position . ' $affiliates', $vbulletin->templatecache['FORUMHOME']); |
#21
|
|||
|
|||
![]()
This is Fantastic..thanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|