twalls
2nd December 2006, 02:55 AM
Hi, wondering were to get the mod for the site links and advertisements at the bottom of this forum, I really like it and want it for my forum. Will be asking on my other forums at vbulletin.org, but wondering if anybody has it linked here. Thanks
Alkah
12th December 2006, 10:19 PM
I am also interested in that!
twalls
13th December 2006, 12:02 AM
I am also interested in that!
Hi Alkah, I wrote and got what I wanted at the bottom my forums using my or any skin you want, go here to see what I have started with, more can be added in the box, and best of all it stays with every page u bring up.
http://www.mobildesigns.com (http://www.mobildesigns.com/), if you could be so kind as to register, then I can get at least the traffic, but you don't have to, just go to the forums area, and look at the bottom of the page. If your interested, I can show you the code and tell you how I did it. Theres 2 parts to it and you have to create a custompage to display within your skin, but it is very easy...cheers....Dragonhart
Alkah
13th December 2006, 03:17 AM
Awesome, thanks! I can register as soon as I get the chance. Just PM me the code or post it here when you can! THANKS!
twalls
13th December 2006, 10:18 PM
Awesome, thanks! I can register as soon as I get the chance. Just PM me the code or post it here when you can! THANKS!
Ok Alkah, I'm sure other people could do it better but here it is and it works great for me...here ya go two parts.
first use any editor you want and create an html page EG: "Links.html" without the quotes and insert the HTML code below. Be sure to change the
body "bgcolor" code to what ever your color of your page is going to be. I use
the background color code of my forums area so it matches the rest of the forums. Also in this code make sure your server path to the little bullet gif that sits beside each link has the correct path. The one here is called the last post.gif. Modify anything else you want add and take away. use as u like!!:)
--------------HTML CODE-----------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>YOUR TITLE GOES HERE!!</title>
</head>
<body bgcolor="#dae1e6">
<table width="100%" border="0" cellspacing="3" cellpadding="3">
<tr>
<td width="33%"><strong><div class="smallfont">VBulletin Links</div></td>
<td width="33%"><strong><div class="smallfont">Mobile Phone Links</div></td>
<td width="33%"><strong><div class="smallfont">Linux Related Links</div></td>
</strong>
</tr>
<tr>
<td width="33%" valign="top"><div class="smallfont">
<img class="inlineimg" src="lastpost.gif" alt="" border="0" /> <a href="http://www.vBulletin.com" target="_blank">VBulletin.com</a> <br />
<img class="inlineimg" src="lastpost.gif" alt="" border="0" /> <a href="http://www.vBulletin.org" target="_blank">VBulletin.org</a> <br />
<img class="inlineimg" src="lastpost.gif" alt="" border="0" /> <a href="http://www.bbpixel.com" target="_blank">BBPixel.com</a> <br />
<br />
</div></td>
<td width="33%" valign="top"><div class="smallfont">
<img class="inlineimg" src="lastpost.gif" alt="" border="0" /> <a href="http://www.comparecellular.com/ringtones.asp" target="_blank">CompareCellular.com</a> <br />
<img class="inlineimg" src="lastpost.gif" alt="" border="0" /> <a href="http://www.ringtonejukebox.com/" target="_blank">Ringtonejukebox.com</a> <br />
<img class="inlineimg" src="lastpost.gif" alt="" border="0" /> <a href="http://www.gsm-java.com" target="_blank">GSM-java.com</a> <br />
<br />
</div></td>
<td width="33%" valign="top"><div class="smallfont">
<img class="inlineimg" src="lastpost.gif" alt="" border="0" /> <a href="http://www.fedora.redhat.com" target="_blank">Fedora-Redhat.com</a><br />
<img class="inlineimg" src="lastpost.gif" alt="" border="0" /> <a href="http://www.php.net" target="_blank">PHP.net</a> <br />
<img class="inlineimg" src="lastpost.gif" alt="" border="0" /> <a href="http://www.sourceforge.net" target="_blank">SourceForge.net</a> <br />
<img class="inlineimg" src="lastpost.gif" alt="" border="0" /> <a href="http://www.mysql.com" target="_blank">MySQL.com</a><br />
<img class="inlineimg" src="lastpost.gif" alt="" border="0" /> <a href="http://www.apache.org" target="_blank">Apache.org</a>
<br />
</div></td>
</tr>
</table>
</td>
</tr>
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.com/custom" target="google_window">
<table border="0" bgcolor="#dae1e6">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25wht.gif"
border="0" alt="Google"></img></a>
</td>
<td nowrap="nowrap">
<input type="hidden" name="domains" value="WWW.YOURSITE.COM"></input>
<input type="text" name="q" size="31" maxlength="255" value=""></input>
<input type="submit" name="sa" value="Search"></input>
</td></tr>
<tr>
<td> </td>
<td nowrap="nowrap">
<font size="-1" color="#000000">
<input type="radio" name="sitesearch" value=""></input> Web
<input type="radio" name="sitesearch" value="WWW.YOURSITE.COM" checked="checked"></input>WWW.YOURSITE.COM</font>
<input type="hidden" name="client" value="pub-1185634157404086"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="channel" value="8239981232"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:FFFFFF;ALC:00 00FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:59;LW:143;L:https://www.google.com/adsense/images/google_sm.gif;S:http://www.google.com/;FORID:1;"></input>
<input type="hidden" name="hl" value="en"></input>
</td></tr></table>
</form>
<!-- SiteSearch Google -->
</body>
</html>
------END OF HTML CODE------
Ok, now save the HTML as a .html page anywhere you want in your server
as you will call up this page.
Next in your VB admin panel edit your particular skin you want this to show up in and edit the footer to that particular skin and insert this code anywhere you choose, I chose at the near the top of my footer code so all the Copyright stuff would be below. Make sure you put
your site URL to the where you put the HTML file. Ok here is the code:
<!--Custom Links Code --->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<thead>
<tr>
<td class="tcat" align="left">Links And Advertisements</td>
</tr>
<tr>
<td class="alt2" align="left">
<div class="normalfont">
<!-- Externeral HTML Code Page Starts Here -->
<center>
<iframe src="http://www.YOURSITE.com/forums/links.html" width="100%" height="260" frameborder="0">
</iframe>
</center>
<!-- Externeral HTML Code Page Ends here -->
$includedtemplate
</div>
</td>
</tr>
</thead>
</table>
</td>
</tr>
</table>
<!---End of Custom Links Code--->
-------End of Template Footer Code-------
Thats it hope this helps it works great for me, so good luck ...Cheers Dragonhart
Alkah
14th December 2006, 02:26 PM
Thanks ALOT That looks GREAT!
I threw you some karma!!
twalls
15th December 2006, 12:00 AM
:cool:Your quite welcome!!!