Txanny
Forum Replies Created
-
This have to be with the way WordPress manages Roles and Capabilities. If a user has the capability to create new users, can assign to them any role. I know this is a security issue, and will check with other developers if there is a way to manage it.
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] Remove “read full post”I will manage this for the next version. You can follow it at http://tracker.alkivia.org/view.php?id=172
Forum: Themes and Templates
In reply to: Removing the “Older Posts” Line?As CallUp said, you have to remove the first instance of the shown code in the file single.php and if you don’t want the top in the archives pages, remove it also from loop.php
I will get track of this to make it an option for the next them version. You can follow whats happening with this issue at http://tracker.alkivia.org/view.php?id=171
Forum: Plugins
In reply to: [Plugin: Capability Manager] Category Restrictions?I’m sorry, but no. This plugin only manages existing capabilities.
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] Images will not showAttached to the default WP gallery, not by using any custom field?
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] An Option for Thumbnail AlignmentYes it would be possible. Just have to change a class on the widget:
Just changing on this section of style CSS the float: left by float: right. This will change all widget images from left to right… I will see if there is a better solution.
#sidebar ul li.widget_sideposts ul li img.alignleft { float: left; margin: 5px; padding: 2px; border: 1px solid #ffde01; clear: both; }Forum: Plugins
In reply to: [Plugin: SidePosts Widget] No categories to choose?As answered before, WordPress only shows categories with posts. First add a post to a category and you will see it.
Before asking is recommended to search the forum. If your question has been already answered, it’s most likely nobody will answer it again.
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] Images will not showPlease, don’t bump if you don’t get an answer. I’ve just finished my holidays today and could not read the forums. Anyway nobody has obligation to answer your question when it has been already answered some times on this forum:
Only the first attached picture to the post gallery will work. No other picture is valid for widget thumbnails.
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] Sideposts plugin in Romanian languageMany thanks for your translation. I’ve been on holidays so I could not get this until now. This week I will add your translation to the plugin and make a new release.
To do that, you would have to check in your widgets for a particular capability. You have to create the capability on the widget and check for it on the widget.
This plugin only manages existing capabilities, using them is up to other plugins, widgets or WordPress.
Forum: Plugins
In reply to: [Plugin: Capability Manager] Option required for Read others postsI know about that. This is the WordPress behavior and I think it cannot be changed without hacking WordPress itself. Anyway, I will ask on the developers list to see if there is a way to do it.
Installing twice the plugin is not supported at this moment and it’s not planned in the future.
Any way, someone else asked before to have different pages for different roles, so I will consider this for the future.
Forum: Requests and Feedback
In reply to: [Plugin: Alkivia Open Community] Feature RequestYou can use the OpenID plugin for that. As there are solutions, integrating OpenID is not planed at this moment.
You can see about the OpenID plugin at http://wordpress.org/extend/plugins/openid/
I will test and look for this and will come with a solution. Sorry I’ve been on holidays and could not see this.
Forum: Plugins
In reply to: [Plugin: Alkivia Open Community] WP 2.8.4?Yes, it is tested and compatible with all 2.8.x releases. Normally, all plugins compatible with any 2.8 release, is compatible with all others as they are only bugfixing releases.