Tanger

Anonymous
Basically going to the usersettings.php aka "My Account" page users are unable to change tabs to modify their data. I have narrowed the problem down to the HTML for the usersettings.php file:

Text Formatted Code

<div id="navcontainer">

    <ul id="navlist">
        <li><a href="#">Preview</a></li>
        <li id="active"><a href="#" id="current">Username &amp; Password</a></li>
        <li><a href="#">About You</a></li>
        <li><a href="#">Layout &amp; Language</a></li>

        <li><a href="#">Content</a></li>
        <li><a href="#">Privacy</a></li>

    </ul>
</div>
 


It seems to be missing the Javascript onclick command. Any idea how I can fix this?

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Are you using the Professional theme?

If not, compare your theme's navbar/menuitem.thtml template file with the one from Professional.

bye, Dirk

tanger

Anonymous
That was it thanks for your help.