Forum
List Manager Support
List Manager supportForums
No se permite escribir sin estar logado. Por favor, login
List not appears in List manger 30.03.2012 15:59
We remove the container console error form the page and still we are facing issue on this page. Now we have still one console error on this page which is
$(“[seedif]_lisr_adminform”).task id undefined
This error is appear on line no. 1441 in modules/mod_listmanager/tmpl/content.php this files
Please help us to sort out this issue.
Thanks
$(“[seedif]_lisr_adminform”).task id undefined
This error is appear on line no. 1441 in modules/mod_listmanager/tmpl/content.php this files
Please help us to sort out this issue.
Thanks
Re: List not appears in List manger 31.03.2012 10:31
Hello,
checked again your site, and we see the previous errors have dissapeared, however, you still have any conflicting library added without using noconflict instruction. We see for ex at least these examples:
http://66.147.244.103/~easterv0/dev/components/com_cu3er/js/jquery.js
http://code.jquery.com/jquery-1.7.1.min.js
/~easterv0/dev/templates/ecu/javascript/jquery-1.3.2.js
Just below each import of jquery library, the noconflict line should be added, because jquery prevents joomla core library mootools from executing otherwise, and it's needed for listmanager functions.
You can try to include the lines for each jquery import you find. In order to locate extensions/plugins causing this issue, you can also try for a while to work with default template, disabling external plugins/modules, at this state the extension will work. If you enable some component, for ex, cu3er, and starts failing, then a noconflict line is missing at the code of that extension, you just have to look for the script import of jquery and add the noconflict line just below.
To follow up with this issue, please place a ticket at helpdesk, because it's easier to place code lines there.
Thank you, best regards
Moonsoft Team
www.moonsoft.es
checked again your site, and we see the previous errors have dissapeared, however, you still have any conflicting library added without using noconflict instruction. We see for ex at least these examples:
http://66.147.244.103/~easterv0/dev/components/com_cu3er/js/jquery.js
http://code.jquery.com/jquery-1.7.1.min.js
/~easterv0/dev/templates/ecu/javascript/jquery-1.3.2.js
Just below each import of jquery library, the noconflict line should be added, because jquery prevents joomla core library mootools from executing otherwise, and it's needed for listmanager functions.
You can try to include the lines for each jquery import you find. In order to locate extensions/plugins causing this issue, you can also try for a while to work with default template, disabling external plugins/modules, at this state the extension will work. If you enable some component, for ex, cu3er, and starts failing, then a noconflict line is missing at the code of that extension, you just have to look for the script import of jquery and add the noconflict line just below.
To follow up with this issue, please place a ticket at helpdesk, because it's easier to place code lines there.
Thank you, best regards
Moonsoft Team
www.moonsoft.es