Txanny
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Page hierarchy in menu with alkivia-chameleonThis has been included in Chameleon 1.5. A new drop down menu to show 1 level chlid pages has been added. You will be able to download the new release as soon as WP folks move it to download area.
Forum: Themes and Templates
In reply to: How to change background color in Chameleon theme?Well, the fresh style has no border, so you cannot change the color on this style as there is no border for it.
Forum: Themes and Templates
In reply to: Colors won’t changHow did you try to change the colors? Have you done it by selecting a new palette, by editing a CSS file?
Well, if the capability is unchecked the user does not have it. If the user can do that action, could be caused boy another WordPress capability allowing it.
I would ask this on the general forum, as it is a WordPress issue. The plugin only sets/unsets capabilities and does nothing else.
[Duplicate deleted]
The plugin only sets/unsets capabilities, don’t changes how they work.
What you ask for, is a WordPress behavior and the plugin can do nothing with this.There are no new rows. WordPress saves all capabilities are saved on the same entry on the options table. The plugin does not change this and check for duplicates.
I could not reproduce this behavior in none of my sites and it is working as expected for me.
Forum: Plugins
In reply to: [Plugin: Capability Manager] Use with WPMU?Yes it is. But capabilities are set per blog. This is that way because WordPress saves capabilities in per blog basis (in different tables for each blog).
Forum: Fixing WordPress
In reply to: [Plugin: User Community] Long user url’s are possibleIn the provided sample from cde10, just add the dots before the closing :
echo '<a href="'. $user['user_url'] .'">' . substr($user['user_url'], 7, 24) . '...</a>';Forum: Plugins
In reply to: [Plugin: Alkivia Open Community] “Cannot modify header information…” errorLooks like when editing a template file, you introduced a blank space after the closing or before the opening PHP tags. <?php ?>
I would recommend to never use the closing tag at the end of file, as it is not required and avoiding it would prevent some problems. Some editors introduce a line break at the end of the file witch causes this.
No, it’s not dead. I’m sorry I’m a bit busy nowadays and can follow the support forum as often as I would like.
This is an included plugin feature. Just have to activate it on plugin settings.
Forum: Plugins
In reply to: [Plugin: Alkivia Open Community] Automatic update issueYou have to move your custom templates anywhere outside the plugin folder and follow this instructions http://alkivia.org/community/aoc-styling-your-pages/
There are no update cycles defined. As I develop this plugins on my free time, I cannot have a timing plan. I just spend some time to improve the plugins when I have it available 😉
pik256, many thanks for this. I will take it into consideration to implement in a next plugin version.
I submitted it to the tracker and can follow this issue at http://tracker.alkivia.org/view.php?id=181