Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
I haven't really looked into this issue but I figured someone else has come across it.

I've been updating a few themes but noticed that they all suffer from the same issue. The users "My Account" page has a problem. The tabs don't work and generate a javascript error when pressed. It is telling me that 'profilepanels' is undefined.

I've copied over the users template files from the professional theme. What else should I be looking at?

Thanks
One of the Geeklog Core Developers.

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
'profilepanels' only occurs in public_html/javascript/profile_editor.js and public_html/layout/professional/preferences/profile.thtml (in 1.5.1) so make sure you've updated those.

bye, Dirk

Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
Thanks Dirk,

I had checked the javascript file before but didn't know about the files in the preferences folder. That did the trick.

Tom
One of the Geeklog Core Developers.

ironmax

Anonymous
Quote by: Laugh

I haven't really looked into this issue but I figured someone else has come across it.

I've been updating a few themes but noticed that they all suffer from the same issue. The users "My Account" page has a problem. The tabs don't work and generate a javascript error when pressed. It is telling me that 'profilepanels' is undefined.

I've copied over the users template files from the professional theme. What else should I be looking at?

Thanks



Usually when I update a theme, I usually copy over all the sub directories of the professional theme to the theme I'm updating. Then there are only a few files to touch after that in the main theme directory...then its done.

Michael

Status: offline

Pushkar

Forum User
Regular Poster
Registered: 04/14/09
Posts: 99
please help me. I have the same situation. after updating 1.4.1 themes to 1.7.0 links in profile doesn't working.
profile_editor.js and profile.thtml I have replaced and still not working

me theme is refresh-f

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Hello,

Check (view source) if your site use the javascript/profile_editor.js

::Ben
I'm available to customise your themes or plugins for your Geeklog CMS

Status: offline

Pushkar

Forum User
Regular Poster
Registered: 04/14/09
Posts: 99
I guess that it is using

Text Formatted Code
<!-- START OF CONTENT AREA -->

<noscript><div class="pluginAlert" style="padding:10px;">Warning: Javascript recommended for enhanced functionality</div></noscript>
<script type="text/JavaScript" src="http://ebpo.com.ua/javascript/profile_editor.js"></script>

<div id="pe_navbar" class="jsenabled_show" style="display:none"><table width="100%" cellpadding="0" cellspacing="0" border="0">
    <tr>
        <td>
            <div id="navcontainer">

                <ul id="navlist" style="padding-left:15px;">
                            <li><a  href="#" onclick='showhideProfileEditorDiv("pe_preview",0);return false;'><span style="padding-top:5px;">Preview</span></a></li>
                <li><a  id="current" href="#" onclick='showhideProfileEditorDiv("pe_namepass",1);return false;'><span style="padding-top:5px;">Username &amp; Password</span></a></li>
                <li><a  href="#" onclick='showhideProfileEditorDiv("pe_userinfo",2);return false;'><span style="padding-top:5px;">About You</span></a></li>
                <li><a  href="#" onclick='showhideProfileEditorDiv("pe_layout",3);return false;'><span style="padding-top:5px;">Layout &amp; Language</span></a></li>

                <li><a  href="#" onclick='showhideProfileEditorDiv("pe_content",4);return false;'><span style="padding-top:5px;">Content</span></a></li>
                <li><a  href="#" onclick='showhideProfileEditorDiv("pe_privacy",5);return false;'><span style="padding-top:5px;">Privacy</span></a></li>
       
                </ul>
            </div>
        </td>
    </tr>
</table></div>
<form action="http://ebpo.com.ua/usersettings.php" method="POST" enctype="multipart/form-data">
<div id="pe_preview" style="display:none;">

    <fieldset style="margin-top:10px;">
        <legend>Your Public Profile</legend>
        <script type="text/javascript" src="http://ebpo.com.ua/javascript/profile_editor.js"></script>

 

Quote by: cordiste

Hello,

Check (view source) if your site use the javascript/profile_editor.js

::Ben


Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Try to replace the public_html/layout/your_layout/navbar folder (from the professional theme).

::Ben
I'm available to customise your themes or plugins for your Geeklog CMS

Status: offline

Pushkar

Forum User
Regular Poster
Registered: 04/14/09
Posts: 99
Quote by: cordiste

Try to replace the public_html/layout/your_layout/navbar folder (from the professional theme).

::Ben

Cry still not working

Status: offline

Pushkar

Forum User
Regular Poster
Registered: 04/14/09
Posts: 99
Hooray! happened!
I replaced public_html / layout / professional / users / profile.thtml.
But it was necessary public_html / layout / professional / preferences / profile.thtml