Bainternet
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Code Editor] [Plugin: Advanced Code Editor] no way to access?Open up your wp-config.php file and remove this line:
define('DISALLOW_FILE_EDIT', TRUE);It does, as far as i know, so unless you want to send me a snippet of code that shows other wise …. i can’t really do anything about it.
issue is local at your setup so try deactivating other plugins and clearing you browser’s cache.
Like i answered before, that’s another plugin just waiting to happen 🙂 but not in this one , Sorry.
thanks,
Issue should be fixed in 2.1.5
Forum: Plugins
In reply to: [Advanced Code Editor] [Plugin: Advanced Code Editor] Deactivate autoformatIssue should be fixed in 2.1.5
but no such option exists.Forum: Plugins
In reply to: [Advanced Code Editor] [Plugin: Advanced Code Editor] Two auto indent issuesThanks ,
Issue should be fixed in 2.1.5
Nope, No Idea,
I need more details …
Forum: Plugins
In reply to: [Advanced Code Editor] [Plugin: Advanced Code Editor] no way to access?Its the same native plugin /theme editor with a modified UI.
So if you don’t have the menu item under plugins it has nothing to do with this plugin and most like its been disabled in your WordPress installation.
It’s how it is but I’ve fixed it in version 0.5 which i’ll push later today.
Forum: Plugins
In reply to: [Author Category] [Plugin: Author Category] Restricting by roleNope, sorry
Forum: Plugins
In reply to: [Author Category] [Plugin: Author Category] on / off plugin for each user?i have no idea what you mean by:
users 2-> one cat
as I do when editing a user not apply the plugin in other words that the user can enter in all categories.
and multiple categories for each user is available since version 0.4
Yes you can 🙂
There is none but here is a quick one for you:
add_shortcode('USER','show_user_content'); add_shortcode('GUEST','show_guest_content'); function show_user_content($atts,$content = null){ if (!is_user_logged_in()){ return "this is for looged in users only"; } return $content; } function show_guest_content($atts,$content){ if (!is_user_logged_in()){ return $content; } }Forum: Plugins
In reply to: [Plugin: Advanced Code Editor] Theme Download not workingWell without more info there is nothing i can do 🙁