Txanny
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: [Plugin: Alkivia Open Community] Friends system requestThis is planned for the future. Can say when, but planned.
Forum: Fixing WordPress
In reply to: [Plugin: Alkivia Open Community] Title of the user’s profile pageLook at the plugin templates. There is some small instructions about available fields you can use there. User nickname is one of them.
Of course, you need minimum PHP knowledge to create your own template.
Forum: Plugins
In reply to: [Plugin: Alkivia Open Community] Profile page CommentsYes, this is has been suggested and it is planned for a future release.
Forum: Plugins
In reply to: [Plugin: User Community] Problem with link to member pageI think it is a failure on the widget you’re using. Or it is an incompatibility of this widget with this plugin. Can you tell me about this plugin to look what’s failing?
Forum: Plugins
In reply to: [Plugin: Capability Manager] How to add a capabilityI think ‘Edit Posts’ capability can do the job.
Contributors posts always need moderation, so if a user is contributor, all their posts will be held for moderation.
Did you test making this user a ‘Contributor’ ?
Thanks for let me know about this typo error. I will correct it on the repository and will be solved in next release.
For me, typos are bugs that need to be corrected in all distributed files.
Forum: Installing WordPress
In reply to: STOP PUTTING PLUGIN QUESTIONS HEREThis has been solved. Now should work as expected 😉
Forum: Plugins
In reply to: [Plugin: Capability Manager] Custom Role for use Site Wide in MUI’m setting up a sandbox for MU to test that and to find out the best way to manage it. I will come up with some comments (probably after some days as I will go on holidays soon).
And yes, now it’s time for a Panama summer hat 😉
Forum: Installing WordPress
In reply to: STOP PUTTING PLUGIN QUESTIONS HEREIt’s just so easy as some site developer add ?forum_id=10 to the link, and all posts coming from plugins pages will go to the plugins & hacks forum by default.
This selector was before in plugins and themes, but lately it disappeared. I think is because of that plugin posts come to this forum, as now it is the default.
Of course, it’s recommended to add the ?forum_id=10 part to anyone who want to link to a plugin tag.
Plugins use two kind of hooks to interact with WordPress : Filters and Actions. WordPress is plenty of this hooks and this is what developer use to add or change WordPress functionallity. This the WordPress API.
Plugins can also provide some hooks to allow other plugins to interact with a particular plugin or change functionallity or content. Alkivia provides some of this hooks to change some data before it is displayed. This is the Alkivia part for the API.
Hooks are intended only for developers and are fully documented on the codex http://codex.wordpress.org/Plugin_API
Alkivia hooks are just listed at http://alkivia.org/wordpress/community/filters-and-actions/ and them are still not documented.
So, if you are not a developer, I would recommend not to fight with actions and filters.
This button is not managed by Alkivia. Probably it is managed with a WordPress capability.
If I’m not wrong, the media access is managed with the ‘Upload Files’ capability. This is a WordPress capability not used by Alkivia.
Forum: Plugins
In reply to: [Plugin: Alkivia Open Community] English language problemCould be a server caching or a browser caching. Any way, this sentence has been changed on the current plugin version.
Forum: Plugins
In reply to: [Plugin: Alkivia Open Community] bbpress integrationThis two issues have been corrected.
The main plugin has been released as 0.9.1
bbPress plugin can be downloaded at http://wordpress.org/extend/plugins/alkivia/download/ as bbPress-0.9Forum: Plugins
In reply to: [Plugin: Capability Manager] Custom Role for use Site Wide in MUI’m sorry. I completely forgot about this issue. I promise I will check it again and will try to find out some way to do it.
Hope you can excuse me about forgetting this topic.
Forum: Plugins
In reply to: [Plugin: User Community] Problems with photo galleryI cannot reproduce this problem on any of my sites…
The problem is just trying to activate the gallery component inside the plugin? Or the whole plugin?