Bainternet
Forum Replies Created
-
@nvg,
Clear the text entry box when doing a Ctrl-F find. It leaves the last text in there so it would be nice to just be able to hit Ctrl-F and start typing your new search term.
It works that way since when you look for something you usually look for it again, what i can do is select the currently entered text when you hit CRTL+F (just like Firefox).
Hot keys for indenting code blocks
Add a few user preferences such as whether tabs are spaces or actual tab characters, how many spaces a tab equals, etcsound good, will look into it.
you can’t see the template name of the php page anymore
You can, just hover over the files.
In full screen mode, and actually just generally, it would be great if you could select the template from a drop down list in the tool bar.
Could easily implement this feature, but the whole point of full screen edit is less distractions, so maybe.
Another thing would be if you could select a global default theme
Its already Working like that but you need to have cookies enabled in your browser for that to work, but if I’ll implement some kind of options panel I’ll move it there and work with database saved options instead.
one click download of the entire theme compressed into a zip file
Already have that and for plugins as well with the ability to download a single file or entire theme/plugin.
Link in admin menu
nice but not safe so its a big no no and same goes for download link.
Sorry but no, its not possible but maybe a new plugin just for that …
Will do that, thanks.
marking as resolved
@maurixx
email me using the link in my profile and I’ll take a look.Glad you go it π
marking as resolved!
Forum: Plugins
In reply to: [Author Category] [Plugin: Author Category] Default setting for new users?I’d like to keep it simple as possible so i wont add any kind of admin option panel to it, but you can use the built in hooks to set the category for each new user ex:
add_action('user_register','set_default_cat_for_user'); function set_default_cat_for_user($user_id){ $default_category_id = 2; //change 2 with your default category id update_user_meta( $user_id, '_author_cat',$default_category_id); }That issue was fixed since version 1.8
thanksForum: Plugins
In reply to: [ShortCodes UI] [Plugin: ShortCodes UI] Re-Import just hangscheck if you have an JavaScript errors and post back , I’ll try to help.
can you explain what gallery and what version of WordPress are you running, and also if any other plugins then what are they?
since you can’t replicate the problem you describe.
Forum: Plugins
In reply to: [ShortCodes UI] [Plugin: ShortCodes UI] PHP shortcode@simon,
Glad you like, as for the documentation i simply don’t have the time to create a proper one but if you look at the help tab at the top of a shortcode edit panel you can see the included tutorial videos which cover all of what you pointed out here.Thanks fixed and updated!
Nope sorry, no easy way i can thing of.
in fact the only way would be using a custom a custom sql query.
like i said this plugin does NOT add anything to the files, check your setup.