Log in

View Full Version : adding a simple link


edoplaza
09-10-2007, 03:18 AM
Hello everybody,

How can I add a simple link at the top of my forum page ? (could be just text or a small image)

Thanks

Dismounted
09-10-2007, 06:46 AM
Look in the header template.

edoplaza
09-10-2007, 11:01 AM
Yes, I know, this code:

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

But I don't know how to include a link in there.

falconKing
09-10-2007, 11:08 AM
:)

http://www.vbulletin.com/forum/showthread.php?t=196667

http://www.vbulletin.com/forum/showthread.php?t=222376

:)

edoplaza
09-11-2007, 02:51 AM
Thank you very much!!