PDA

View Full Version : Is new vb.org footer a mod?


Bubble #5
01-14-2007, 04:24 PM
Is the section shown in the image below a new mod or part of 3.6.4? :confused:

If it's a mod, could someone please give us more information about it? Thanks :)

da420
01-14-2007, 04:34 PM
From what I can tell it's just a simple table... would be pretty easy to code with HTML...

Ntfu2
01-14-2007, 04:57 PM
At the top of your footer


<table class="tborder" style="table-layout: fixed;" align="center" border="0" cellpadding="4" cellspacing="1" width="100%">
<tbody><tr>
<td class="tcat">New To Site?</td>
<td class="tcat">Need Help?</td>
</tr>
<tr>
<td class="alt1">
<ul>

<li><a href="info.php?do=about">About vBulletin.org</a></li>


<li><a href="info.php?do=unlicensed">Are you "Showing up as unlicensed?"</a></li>

<li><a href="info.php?do=rules">Review Our Site Rules</a></li>
<li><a href="info.php?do=botm">What is Board Of The Month (BOTM)?</a></li>
<li><a href="info.php?do=motm">What is Modification Of The Month (MOTM)?</a></li>

<li><a href="info.php?do=staff" rel="nofollow">Meet Our Staff</a></li>

</ul>
</td>

<td class="alt1">
<ul>
<li><a href="forumdisplay.php?do=markread" rel="nofollow">Mark Forums Read</a></li>
<li><a href="showthread.php?t=113792">Do Your Research Before Hiring!</a></li>
<li><a href="info.php?do=sitemap">General Site Map</a></li>

<li><a href="login.php?do=lostpw">Did you forget your password?</a></li>
<li><a href="login.php?do=logout&amp;logouthash=c56c820718bc2ac4c76 cd32d41342f2e" onclick="return log_out()">Log Out Ntfu2</a></li>



</ul>
</td>
</tr>
</tbody></table>


Replace the text and links with what you want

Bubble #5
01-14-2007, 05:02 PM
Appreciate the help Ntfu2! :D

We will give it a try now, thanks again ;)

Shazz
01-14-2007, 05:11 PM
At the top of your footer


<table class="tborder" style="table-layout: fixed;" align="center" border="0" cellpadding="4" cellspacing="1" width="100%">
<tbody><tr>
<td class="tcat">New To Site?</td>
<td class="tcat">Need Help?</td>
</tr>
<tr>
<td class="alt1">
<ul>

<li><a href="info.php?do=about">About vBulletin.org</a></li>


<li><a href="info.php?do=unlicensed">Are you "Showing up as unlicensed?"</a></li>

<li><a href="info.php?do=rules">Review Our Site Rules</a></li>
<li><a href="info.php?do=botm">What is Board Of The Month (BOTM)?</a></li>
<li><a href="info.php?do=motm">What is Modification Of The Month (MOTM)?</a></li>

<li><a href="info.php?do=staff" rel="nofollow">Meet Our Staff</a></li>

</ul>
</td>

<td class="alt1">
<ul>
<li><a href="forumdisplay.php?do=markread" rel="nofollow">Mark Forums Read</a></li>
<li><a href="showthread.php?t=113792">Do Your Research Before Hiring!</a></li>
<li><a href="info.php?do=sitemap">General Site Map</a></li>

<li><a href="login.php?do=lostpw">Did you forget your password?</a></li>
<li><a href="login.php?do=logout&amp;logouthash=c56c820718bc2ac4c76 cd32d41342f2e" onclick="return log_out()">Log Out Ntfu2</a></li>



</ul>
</td>
</tr>
</tbody></table>


Replace the text and links with what you want

Did you just go to View>source?

WhaLberg
01-14-2007, 05:16 PM
Did you just go to View>source?

<li><a href="login.php?do=logout&amp;logouthash=c56c820718bc2ac4c76 cd32d41342f2e" onclick="return log_out()">Log Out Ntfu2</a></li>

Seems so. :D

Shazz
01-14-2007, 05:21 PM
<li><a href="login.php?do=logout&amp;logouthash=c56c820718bc2ac4c76 cd32d41342f2e" onclick="return log_out()">Log Out Ntfu2</a></li>

Seems so. :D

lol, I guess I didn't notice that part.
Well I guess that solves it