I've been using the xBox theme for awhile now, including on a CVS
version of .722 for about the last month with no problem. Today I did
a new install of the .722 release, and now I'm having trouble with my
javascript menu in the header portion of the site.
This is how it goes: [TOPIC1] [TOPIC2][TOPIC3] thru TOPIC6
What PN is doing is replacing my defined 'topic1-4' with things such as 'submit news', 'advanced search', etc, but topics 5 and 6 are showing up as defined.
I've cleared cookies, cache, etc to no avail, reinstalling, etc...no go.
Any ideas??
Login
Donate to Zikula
Core Themes & Design
::
Javascript menu prob on .722
-
-
byzantine
I've been using the xBox theme for awhile now, including on a CVS
version of .722 for about the last month with no problem. Today I did
a new install of the .722 release, and now I'm having trouble with my
javascript menu in the header portion of the site.
This is how it goes: [TOPIC1] [TOPIC2][TOPIC3] thru TOPIC6
What PN is doing is replacing my defined 'topic1-4' with things such as 'submit news', 'advanced search', etc, but topics 5 and 6 are showing up as defined.
I've cleared cookies, cache, etc to no avail, reinstalling, etc...no go.
Any ideas??
Most probably that your text constants are being over-ridden. I haven't install 0722 yet but I've heard that they moved around where some text constants were defined... -
Thanks for the reply, CRS; I did end up figuring out how to fix this.
Just to update anyone who might be having a similar problem:
Updating to .723 did not solve the problem.
As CRS mentioned, the defines for the js menu in the theme were being (partially) overwritten.
The 'offending' file is located at /languages/eng/global.php, where it defines some _TOPLINKURL, etc, as many themes do. I simply commented out the offending lines and voila! All was well again.
