Quote:
Originally Posted by tbworld
I am not sure I understand your question, it is a bit unclear.
When forum.php is executed it loads template FORUMHOME. So you could place an anchor in "FORUMHOME right above the footer template variable. You could also place your anchor in the "footer template" directly, thus making it available on all pages.
Not sure if this is what you are looking for.
Code:
<a href="#footer"></a>
{vb:raw footer} <!-- footer template variable -->
|
If I can link to that and it loads the page and takes the user to the footer part that is what I want. so the URL to the bbs would be
www.mydomain.com/bbsfolder/forum.php#footer
That would load the footer part of the page if one would follow that link. That is what I am trying to do. Sorry to be confusing.