Txanny
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Capability Manager] Capsman ErrorAs said in documentation: “Capability manager has been tested to support only one role per user.” http://wiki.alkivia.org/capsman/using
Multi-role users are not supported as probably this will not be supported in next WordPress versions. http://core.trac.wordpress.org/ticket/10201
I don’t understand German, but probably is because you have open_basedir an don’t allow to check if a file exists inside the plugins folder.
As Sideposts 3.0 uses templates, first checks if the template exists. To know which of both plugins fails, load one by one to see if them work on their own or if it is a compatibility between both.
Nice to see it is working now. And many thanks for your (received) donation!
As I am migrating all plugins to the new framework used, I forgot to note that can be some incompatibilities with old versions. I’m sorry for the inconvenience this has caused to you.
Have you any other of my the plugins installed? PHP 5.2 is supposed to be running on your server.
I mean, any of this: http://wordpress.org/extend/plugins/profile/txanny
If yes, try to disable one by one to see if some of them has any incompatibility. If no, there is no reason to have the same function declared anywhere else.A Quick way, you can go back to the previous version than can be downloaded at http://code.alkivia.org/wsvn/gpl/plugins/sideposts/tags/2.5.2/?op=dl&rev=0&isdir=1
Another way, is go to the code and delete that function… It’s a brutal hack, but should work.
Forum: Plugins
In reply to: [Plugin: Capability Manager] Cannot Modify Administrator CapabilitiesHave you reset from WP defaults with the backup tool ? I don’t mean restoring them, I mean reseting to WP defaults.
Yes, you should have more than that on the wp_capabilities meta key. For this I say to reset to defaults instead restoring them.
Reset calls the default WP function which sets the roles and capabilities at install time. Restore just brings a backup copy that can be wrong.
Forum: Plugins
In reply to: [Plugin: Capability Manager] Cannot Modify Administrator CapabilitiesAdministrators always have access to administer all capabilities. And cannot see why you can access subscriber role and no other roles.
I’ve been trying and cannot reproduce this on any site. I would do this:
1. Go to the plugin backup tool and backup your current roles and capabilities.
2. Reset them to WordPress defaults. (Don’t restore yours, set roles and capabilities to WordPress defaults).Let see if this works. If not, have you any other plugin related to roles and/or capabilities?
Solved and released 1.3.1 with the bug fixes.
No, you’re not missing anything. Seems to be a bug in the plugin.
I submitted a bug and will solve this asap. Can follow the bug at http://tracker.alkivia.org/view.php?id=213As Workaround until solved, have to disable the plugin to create new administrators.
Forum: Themes and Templates
In reply to: Header bachground image doesn’t show upPlease, start a new topic if you’re talking about a different theme. As I see, this is not Alkivia Chameleon theme we where talking about here.
Forum: Plugins
In reply to: [Plugin: Alkivia PageList] Bug in ‘ipagelist_show_category()’?Really can be a bug. Will test it and try to find a solution.
Forum: Plugins
In reply to: [Plugin: Capability Manager] Custom Role for use Site Wide in MUIt’s a solution when creating a new blog. But if you change the roles and capabilities on the first blog, they don’t be updated on all others.
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] Remove [Archive for] and RSS iconThis has been submitted today as a feature request at http://tracker.alkivia.org/view.php?id=212
Will be available on next version.
Forum: Installing WordPress
In reply to: comment numbering?On file ‘comments.php’
Forum: Plugins
In reply to: [Plugin: Alkivia Sideposts] How to change sideposts-title CSSUse the ‘sideposts-title’ CSS class. http://alkivia.org/sideposts/sideposts-2-4-2/
.sideposts-title { font-size: 20px; font-style: italic; }Forum: Plugins
In reply to: [Plugin: SidePosts Widget] Disable default styleJust to note that this hook has been deprecated. Now have to use ‘ak_sideposts_style_url’ as the old one will desapear on some future release.
Or also you can create a file named ‘alkivia.ini’ on wp-content and write this on it:
[sideposts] disable-module-styles = On