The plugin seems to construct a dom tree of links and
overrides style when page is load; making those links with
css backgrounds loose their design.
Yup, so that's why I fixed it so that it is applied only to contents within Xigg.
Apply only to #xigg content works perfectly ^^
Note: plugin is active but not manageable from admin!What do you actually mean? Did you check the second page of the installed plugin list?
We can see from Xigg Plugins administration , page 1
that the plugin "external link" is listed on "Installable Plugins"
and the plugin is listed on page 2 as already installed
still a strange behaviour making me ask, how it checks plugins
status ?
Front end is rendering nice now. I was thinking to change the theme but
apply the script to module content only, was a better solution. Great fix ^^
Yup, so that's why I fixed it so that it is applied only to contents within Xigg.
Note: plugin is active but not manageable from admin!
What do you actually mean? Did you check the second page of the installed plugin list?
]]>The look is not so good:
hmm.. I don't know why you have those icons not only on external but also on local links. I've modified the js code of the external link plugin. Could you check how it renders now?
The plugin seems to construct a dom tree of links and
overrides style when page is load; making those links with
css backgrounds loose their design.
Note: plugin is active but not manageable from admin!
PS: Editing comments on xc.org from frontend results in 1. view of content in cache 2. followed by a blank page submiting changes!
This was a bug in the akismet plugin. If you get the same error, you should either disable or uninstall the plugin. I will update this site later and maybe release 1.11 soon for these bugs so far..
I got the bug after migrate from bulletin to Xigg
XC.fr still running with only prototype installed
I'm facing other issues as editing articles and tags
- no error msg outpu!
The look is not so good:
http://www.nhatban.net/tmp/xcl02.png
hmm.. I don't know why you have those icons not only on external but also on local links. I've modified the js code of the external link plugin. Could you check how it renders now?
]]>This was a bug in the akismet plugin. If you get the same error, you should either disable or uninstall the plugin. I will update this site later and maybe release 1.11 soon for these bugs so far..
]]>I'm updating xoops.fr and after import articles from Bulletin, only got the following errors on admin side. But so far, so good !
:-D
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in file /mount/home/xoops_trust_path/PEAR/Sabai/Request/Web.php on line 216
Warning: implode() [function.implode]: Bad arguments. in file /mount/home/xoops_trust_path/PEAR/Sabai/Request/Web.php on line 229
I think this is already fixed on my local version, but to make sure, on which page do you get this error?
]]>:-D
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in file /mount/home/xoops_trust_path/PEAR/Sabai/Request/Web.php on line 216
Warning: implode() [function.implode]: Bad arguments. in file /mount/home/xoops_trust_path/PEAR/Sabai/Request/Web.php on line 229
file: xoops_trust_path/PEAR/Xigg/templates/xigg_admin_role_create.tpl line: 10
$this->HTML->formTag('post', $this->Request->createUri(array('base' => '/role/add')));
->
$this->HTML->formTag('post', array('base' => '/role/add'));
]]>