PDA

View Full Version : webmail


soravok
01-28-2006, 11:28 PM
I have a webmail system setup off my board however I wanted to know how to put a link to it on the bottom of my message board in the same area as "Admin" and "Mod" or "Contact Us".

Any idea's on how I would accomplish this?

Moparx
01-29-2006, 03:08 AM
Hi. :)
You want to add your link within the footer template.

Guest210212002
01-29-2006, 03:49 PM
^^ What he said, right around:


<a href="$vboptions[homeurl]">$vboptions[hometitle]</a>

soravok
01-29-2006, 06:47 PM
<a href="$vboptions[homeurl]">$vboptions[hometitle]</a>

So <a href="$vboptions[http://www.webmail.com]">$vboptions[webmail]</a>

Or should I just add it as a standard link in form
<a href="http://www.webmail.com">webmail</a> ??

Moparx
01-29-2006, 06:54 PM
<a href="$vboptions[homeurl]">$vboptions[hometitle]</a>

So <a href="$vboptions[http://www.webmail.com]">$vboptions[webmail]</a>


Or should I just add it as a standard link in form
<a href="http://www.webmail.com">webmail</a> ??

a standard link.