The span above should display the cooltip without any Dom error.
Local install of Xigg can't load prototype nor 'effects' library nor apply plugins after page is loaded? Xigg displays full open fields (without [+]) a separate page for comments and votes and not the smooth ajax clean request ?? All signs of some 'disorder'. I wonder what's the issue...
Is the prototype js library loaded properly? Can you check the HTML source and that the
]]>...
Seriously, i've tested Xigg's plugin after plugin, with prototype installed ;-) set priority, check rendered code. It seems everything is loaded but... something prevent to read dom tree to apply plugins class and effect. Or maybe prototype is not loading library effects !??XCL 2.15 and default theme
hmm.. can you try removing all the cache files under html/modules/xigg/cache/Cache_Lite/
Example, xc.org is running prototype + cooltips wich requires prototype to load 'effects' library.
Default header script only requires a span tag with a title value and class help ^^'
Hover here for a cool tip...
The span above should display the cooltip without any Dom error.
Local install of Xigg can't load prototype nor 'effects' library nor apply plugins after page is loaded? Xigg displays full open fields (without [+]) a separate page for comments and votes and not the smooth ajax clean request ?? All signs of some 'disorder'. I wonder what's the issue...
P.S.Checking Cache folder it seems there's maybe an issue the way links are built (virtualdrive/folder, slash/backslash). I'm going to test Xigg on a different environment since add apache modules and php extensions didn't resolve anything ^^
Thanks for the function, if user is Gigamaster run smoothly nice ^^ ... but without plugins.
Seriously, i've tested Xigg's plugin after plugin, with prototype installed ;-) set priority, check rendered code. It seems everything is loaded but... something prevent to read dom tree to apply plugins class and effect. Or maybe prototype is not loading library effects !??
XCL 2.15 and default theme
hmm.. can you try removing all the cache files under html/modules/xigg/cache/Cache_Lite/
]]>Seriously, i've tested Xigg's plugin after plugin, with prototype installed ;-) set priority, check rendered code. It seems everything is loaded but... something prevent to read dom tree to apply plugins class and effect. Or maybe prototype is not loading library effects !??
XCL 2.15 and default theme
]]>on line 9 of xoops_trust_path/modules/Xigg/admin_roles.php:
SabaiXOOPS::run($xigg, $controller, $module_dirname, 'Xigg', 'admin.html');
this line should be:
SabaiXOOPS::run($xigg, $controller, 'Xigg', $module_dirname, 'admin.html');
]]>