mercuryfenix
Forum Replies Created
-
Forum: Plugins
In reply to: Posting (the method) values to Edit Post FormAny ideas?
Forum: Plugins
In reply to: sortable post menusThanks, those links help. Trick is to use the add_meta_box instead of what I was using:
// incorrect add_action('edit_form_advanced', 'myplugin_post_options');
Forum: Fixing WordPress
In reply to: Actions: can’t find them all in the codexI tried that site. They aren’t listed.
Forum: Fixing WordPress
In reply to: Admin QuestionsPersonally, I think wordpress can be used for any type of site. An intranet site would benefit from wordpress. There is a way to do just about anything. I’m sure you could achieve custom roles for editing as you are saying. To some extent it can be done with the default installation. Otherwise, there are thousands of plugins available to achieve extra functionality.
Forum: Fixing WordPress
In reply to: Plugin options on add/edit post pageThat didn’t help. I still need help with this.
Forum: Fixing WordPress
In reply to: Plugin options on add/edit post pageForum: Fixing WordPress
In reply to: Plugin options on add/edit post pageI’ve seen this done with other plugins like Twitter Tools so I know it can be done.
Anybody know of a codex example/tutorial/documentation?
Forum: Fixing WordPress
In reply to: Admin Menus (question on an example from the codex)Ahh I see. Thanks!
Forum: Fixing WordPress
In reply to: log user outthat will have to do. its not too hard. it would be ideal to make a parameter in the loginout function to send it to this…
Forum: Fixing WordPress
In reply to: plug installeryou cant ftp to the directory and remove the files? use an ftp client…
Forum: Fixing WordPress
In reply to: plug installerwhy cant you access the directory?
Forum: Fixing WordPress
In reply to: log user outbump
Forum: Fixing WordPress
In reply to: Creating a Login “Widget”Ah I see. I couldn’t find any documentation on anything like this.
Forum: Fixing WordPress
In reply to: Creating a Login “Widget”Right, I would create the form. Ideally, my own code would show the form, then upon submission via Ajax (or page refresh), it would log the user in.
I wanted to leave the code hijacking to a last resort but it might have to do.
Is there anything you can tell me about the wp function wp_signon?
Forum: Fixing WordPress
In reply to: Creating a Login “Widget”I was hoping there is a simple procedure, maybe make the form and submit it to a function. I am hoping to learn the procedure for use with my themes instead of relying on other plugins.