If this link goes to the FAQ page:
<td width="78" height="34" class="css_nav"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a>
How would I edit that to make it link to this specific thread:
/forum/showthread.php?t=2
Do I just make it link to that page, or do I need to put the $session[sessionurl_q] or any other coding onto the URL?
Sorry to have not been specific enough in the first post, but if someone could straighten this question up it should give me a good enough understanding to finish it up.
Thanks!
--------------- Added [DATE]1222107163[/DATE] at [TIME]1222107163[/TIME] ---------------
I changed the links to the plain old URLs (example: showthread.php?t=2) but now my members are saying when they click the links they are sometimes forced to re-sign in.
Any ideas?
--------------- Added [DATE]1222126420[/DATE] at [TIME]1222126420[/TIME] ---------------
To clarify/simplify the question, when linking to specific threads within the forum, should I attach any extra coding with the links?
Which of the following two links would be appropriate?
/forum/showthread.php?t=2
/forum/showthread.php?t=2$session[sessionurl_q]
|