mael
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Version 3.0 FeaturesPage reordering by drag and drop in the page editor, with a clearer vizualisation of sub pages. I think minor improvement are missing to usability.
I often miss ability to make my own page ui, as douglsmith says. The wysiwyg editor should not be always at first, and we should be able to make custom editors for pages or some articles that have all the same redaction rules.Forum: Fixing WordPress
In reply to: [Plugin: Custom Field Template] output of checkboxesFound !
The array can be returned with “get_post_custom_values“.
I used this within the loop :<?php $mykey_values = get_post_custom_values('Your-Key-Here'); foreach ( $mykey_values as $key => $value ) { echo "<li class=\"A -Class-Name\"> $value</li>"; } ?>I hope it can help Everyone 🙂 !
This plugin does it NKMImageField
Forum: Plugins
In reply to: GD Press Tools causes dashboard WarningI’m glad if I can help 😉
Forum: Plugins
In reply to: GD Press Tools causes dashboard WarningI tried with another installation, the problem appears when I active folder protection.
I work on a local windows server (Wamp server) on windows XP.
Disabling the plugin and deleting the new index.php files keep the warning :
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\test\wp-admin\admin-header.php:108) in C:\wamp\www\test\wp-content\plugins\index.php on line 1Forum: Plugins
In reply to: [Plugin: WYSIWYG Text Widget] doesn’t work in 2.71It worked for me.
Nice tip !
Did you send this to the plugin author ?