Quote:
Originally Posted by Marky
Menu Control uses HTML - so just entering the URL including the session part should work...
|
Nope, didnt work..
"The document name you requested (/forums/memberlist.php$session[sessionurl_q]) could not be found on this server. However, we found documents with names similar to the one you requested."
Menu Control is gonna have to go.

I guess it's only good for having links to external sites. Because if you add any vbulletin related links, or even links that'll take you to vbulletin hacks like Arcade, you'll still experience login problems because of the lack of the session hash in the link.
If you look at all the links in the template, they have the session hash:
Code:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
It would be nice if you added a session hash feature. For example, "Would you like to add a session hash to the end of this link? (Yes/No)", then give an explanation why one would wanna do that. Just a suggestion...