Scootro
03-13-2006, 07:32 AM
Hi there. This is my first post.
I finally made it here. I've been meaning to get permissions to post for a while, but I've read a fair bit of the forums in the meantime.
I'm pretty much a noob when it comes to vBulletin, but I believe what I'm trying to do involves making a 'phrase'.
At the bottom of the forum index page, you can display your homepage URL by modifying the site options in the vBulletin options; although, it only allows you to display one URL. What I'm trying to do is have 2 URLs be displayed in that bottom right footer section.
Can anyone point me in the right direction? Thanks in advance.
EDIT: Nevermind. I got it. I can't believe how big of a noob I am. I had to edit the footer template and replace this:
<a href="$vboptions[homeurl]">$vboptions[hometitle]</a>
with this:
<a href="http://www.site1.com">Site 1</a> & <a href="http://www.site2.com">Site 2</a>
I finally made it here. I've been meaning to get permissions to post for a while, but I've read a fair bit of the forums in the meantime.
I'm pretty much a noob when it comes to vBulletin, but I believe what I'm trying to do involves making a 'phrase'.
At the bottom of the forum index page, you can display your homepage URL by modifying the site options in the vBulletin options; although, it only allows you to display one URL. What I'm trying to do is have 2 URLs be displayed in that bottom right footer section.
Can anyone point me in the right direction? Thanks in advance.
EDIT: Nevermind. I got it. I can't believe how big of a noob I am. I had to edit the footer template and replace this:
<a href="$vboptions[homeurl]">$vboptions[hometitle]</a>
with this:
<a href="http://www.site1.com">Site 1</a> & <a href="http://www.site2.com">Site 2</a>