Quote:
Originally Posted by Magz
Just one slight issue at the moment, and im sure its something ive overlooked.
This displays fine on my vbadvanced home page, however, all links are missing the root/forum element, thus resulting in page not found message.
What do i need to change here ?
Thanks
|
you can fix that by editing the href and img tags in all the content files. Towards the end of the content files is the "// CONTENT OUTPUT (echos out each individual recent thread result into Tab Div Container)"
HREFs for example
Code:
<a href="showthread.php?t=
change to
Code:
<a href="/forum/showthread.php?t=
IMGs for example
Code:
<img border="0" src="images/buttons/lastpost.gif" title="Go To Last Post" />
Change to
Code:
<img border="0" src="/forum/images/buttons/lastpost.gif" title="Go To Last Post" />