View Full Version : Want to make on site like this
deepmob
08-10-2008, 12:12 PM
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/images/u9lordxby2gkrqvh4hvt.jpg
Please I want to this, in separate box like this.
thanks
Attitude5ire
08-11-2008, 11:54 AM
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.
Lohgan
08-11-2008, 04:47 PM
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
<form action="$vboptions[forumhome].php" method="get">
Above it Add
<!-- 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 -->
Hope this helps!
PM me if you need any help.
deepmob
08-14-2008, 12:54 AM
thanks bro.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.