The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello friends,
you see this following image and help me that how I can make this type of thing in my site http://image.symbiansector.net/image...gkrqvh4hvt.jpg Please I want to this, in separate box like this. thanks |
|
#2
|
||||
|
||||
|
This is just a custom footer template modification.
use list to add affiliates. Just edit footer template and add a table with what ever number of affiliates u want. |
|
#3
|
|||
|
|||
|
I made one I thought looked better and one similar to what you had screenshoted.
Text files contain just a copy and paste of the Affiliates block within the footer. If you have customized your footer or using a different vB here's some instructions. (This will make it how you wanted it to look )----------------------------------------- Go into your Admin CP > Styles & Templates > Style Manager then Find your style then press "Go" Look for the 3rd block down "Footer" Go down the code and look for Code:
<form action="$vboptions[forumhome].php" method="get"> Above it Add Code:
<!-- Affiliates -->
<table width="100%" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]">
<tr>
<td class="tcat" colspan="4">Affiliates</td>
</tr>
<tr>
<td class="alt1"><a href="http://www.REPLACEMEWITHALINK.com">Your Site Here</a></td>
<td class="alt2"><a href="http://www.REPLACEMEWITHALINK.com">Your Site Here</a></td>
<td class="alt1"><a href="http://www.REPLACEMEWITHALINK.com">Your Site Here</a></td>
<td class="alt2"><a href="http://www.REPLACEMEWITHALINK.com">Your Site Here</a></td>
</tr>
<tr>
<td class="alt1"><a href="http://www.REPLACEMEWITHALINK.com">Your Site Here</a></td>
<td class="alt2"><a href="http://www.REPLACEMEWITHALINK.com">Your Site Here</a></td>
<td class="alt1"><a href="http://www.REPLACEMEWITHALINK.com">Your Site Here</a></td>
<td class="alt2"><a href="http://www.REPLACEMEWITHALINK.com">Your Site Here</a></td>
</tr>
<tr>
<td class="alt1"><a href="http://www.REPLACEMEWITHALINK.com">Your Site Here</a></td>
<td class="alt2"><a href="http://www.REPLACEMEWITHALINK.com">Your Site Here</a></td>
<td class="alt1"><a href="http://www.REPLACEMEWITHALINK.com">Your Site Here</a></td>
<td class="alt2"><a href="http://www.REPLACEMEWITHALINK.com">Your Site Here</a></td>
</tr>
<tr>
<td class="alt1"><a href="http://www.REPLACEMEWITHALINK.com">Your Site Here</a></td>
<td class="alt2"><a href="http://www.REPLACEMEWITHALINK.com">Your Site Here</a></td>
<td class="alt1"><a href="http://www.REPLACEMEWITHALINK.com">Your Site Here</a></td>
<td class="alt2"><a href="http://www.REPLACEMEWITHALINK.com">Your Site Here</a></td>
</tr>
</table>
<!-- /Affiliates -->
PM me if you need any help. |
|
#4
|
|||
|
|||
|
thanks bro.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|