Hi guys is there anyway to make a link in my navbar so when people are on the Home page (vBAdvanced) it says "Forum" and links to it but when you are on the forum the link says "Home" and links you there?
I was thinking something like (Pseudocode):
if url =
http://www.britishroguewarriors.com/index.php then
<a href="/forum/">Forum</a>
else
<a href="../index.php">Home</a>
end if