[SOLVED] Forms get duplicated with jQueryAdmin

BlackBird

[url=http://wbaddons.webbird.de]http://wbaddons.webbird.de[/url] [url=http://www.WebsiteBaker.org/forum/index.php/topic,27476.msg189845.html#msg189845]Don't miss this[/url]

BlackBird

I found that this problem is caused by inline CSS created by the Form module when register_frontend_modfiles() is missing in the template. So please add the register_frontend_modfiles() calls to the template to fix this issue.

Anyway, it seems to be a bug in jQueryAdmin I will try to fix.

But adding the register_frontend_modfiles() calls to the template should help.
[url=http://wbaddons.webbird.de]http://wbaddons.webbird.de[/url] [url=http://www.WebsiteBaker.org/forum/index.php/topic,27476.msg189845.html#msg189845]Don't miss this[/url]

BlackBird

[url=http://wbaddons.webbird.de]http://wbaddons.webbird.de[/url] [url=http://www.WebsiteBaker.org/forum/index.php/topic,27476.msg189845.html#msg189845]Don't miss this[/url]

pieterb

I've just sent you a PM with login details. Thanks for your help!

BlackBird

Sorry, but there's no way to analyze this issue without backend access. :roll:
[url=http://wbaddons.webbird.de]http://wbaddons.webbird.de[/url] [url=http://www.WebsiteBaker.org/forum/index.php/topic,27476.msg189845.html#msg189845]Don't miss this[/url]

pieterb

Hmm, when I overwrite the PHP files, no jQuery plugins are loaded. I do see in the source that jQuery itself is loaded, but not the modules that I've installed. So now i've put back the 1.2 files.

BlackBird

First, try to go back to v1.0, which you said worked fine. (Just replace the *.php files in the jqueryadmin folder. Leave presets and plugins intact.) If possible, let me take a look into the backend for analysis.
[url=http://wbaddons.webbird.de]http://wbaddons.webbird.de[/url] [url=http://www.WebsiteBaker.org/forum/index.php/topic,27476.msg189845.html#msg189845]Don't miss this[/url]

pieterb

Sorry, I forgot to mention that on my live site, I have 1.2 running. You can take a look at www.conceptversie.nl. The homepage is fine (it doesn't contain any forms) but any other page is messed up.

BlackBird

Try upgrading to v1.2. If the problem persists, let me take a look.
[url=http://wbaddons.webbird.de]http://wbaddons.webbird.de[/url] [url=http://www.WebsiteBaker.org/forum/index.php/topic,27476.msg189845.html#msg189845]Don't miss this[/url]

pieterb

#1
Hi everybody,

I'm working on a new website where I have included the featurelist and the prettyphoto scripts as part of the jQuery Admin framework. On my local system with jQueryAdmin v1.0 everything works fine, but now I've uploaded everything to my host, all forms on all pages get duplicated a couple of times. When I remove the calls to the jQueryAdmin objects (e.g. [[jQueryInclude?preset=featureList]]) everything works fine again, but of course, I don't have the jQuery effects anymore. Very strange behavior... Does anyone know why it's doing this?