Quote:
Originally Posted by Mukashi
I seem to be having that same error myself. Just installed the latest version on our test forum, and when I attempt to click that login button it just throws us back to the home page.
|
goto your style manager and edit microclassifieds_tabmenu
replace
Code:
<a href="">{vb:var vbphrase.microclassifieds_login_register}</a>
with
Code:
<a href="register.php">{vb:var vbphrase.microclassifieds_login_register}</a>