Tagged Questions
2
votes
1answer
65 views
Restrict access to post if it is currently being edited
On a platform with many Editors, the problem that I am experiencing is that two editors proofread the same post simultaneously (and disregarding the warning notice about someone else currently editing ...
0
votes
0answers
78 views
Strange problems when I try to insert HTML\XML code snippet in my posts
I am experiencing some problems while trying to insert XML code snippet into my WordPress articles.
I have just read this tutorial: http://codex.wordpress.org/Writing_Code_in_Your_Posts
I am using ...
5
votes
1answer
73 views
Listen to Post action
I am writing a plugin that adds a custom metabox to the post page. I would like to trigger an event when the user navigates away from the edit post page or when a user stops editing a specific post. ...
2
votes
1answer
98 views
add image map script to post
when i add this script to my post html editor :
<div style="text-align:center; width:1100px; margin-left:auto; margin-right:auto;">
<img id="wordlmap" ...
0
votes
1answer
25 views
Edit part of a post
In some wikis (e.g., mediawiki), if you want to edit part of a page, you can either click an edit link that lets you edit the entire page -- or, if you just want to edit a single section of the page, ...
0
votes
1answer
101 views
Support for simultaneous editing
I'd like to allow multiple authors/editors to simultaneously edit a single page. Each author should immediately see any changes made by any other users concurrently editing the page (just like ...
0
votes
2answers
169 views
WP text styles not coming through to actual post
So Long story short, im working on a custom theme and wrapping the WP hooks onto said theme etc and i noticed that, When writing a post/page etc, that say for example i want to make a word bold/italic ...
1
vote
2answers
183 views
How can I allow editors to leave comments on posts that have not yet been published?
On my NFL football blog all users are allowed to make blog posts. New registrants are given contributor status. When users make a post it is reviewed by an editor, then the editor schedules the post ...
1
vote
1answer
191 views
How can I add a meta-box to the posts editor containing all items of a custom taxonomy as checkbox?
I have a custom hierarchical taxonomy containing only two levels of items. First Level the title, second level items of the taxonomy.
Is it possible to add a "meta box" to the posts editor of ...
0
votes
1answer
71 views
Keyboard shortcut for headings on safari
When I use wordpress on PC, I can simply press ctrl+1 for Heading1 and ctrl+2 for heading 2... But when I use my mac it doesn't work. What are the shortcuts for heading styles on safari?
2
votes
0answers
230 views
Customizing HTML Editor Quicktags button to open a dialog for choosing insert options
I am looking for adding custom quicktag buttons,that would allow me to display a intermediary dialog before inserting the code.
Situation
1) Clicking a quicktag button opens a dialog or thickbox ...
2
votes
1answer
189 views
2nd button row from WP Super Edit or TinyMCE Advanced doesn't show to 2nd admin
I'm currently using WP Super Edit. But the same problem persists with TinyMCE Advanced.
This is how it is configured:
http://i.imgur.com/4PyXi.png
http://i.imgur.com/YniBi.png
...
0
votes
1answer
199 views
Plugin for visitors to edit content without logging in?
I have a company catalog and want visitors to edit the information without logging in. I have tried TDO Mini Forms and it almost worked, too many bugs.
Is there any other good plugin for this?
0
votes
2answers
272 views
any way to access variables from within post editor?
I am trying to assign a variable either from my template file or otherwise which I can then access within the post editor.
Any ideas?
0
votes
3answers
448 views
How to retrieve the postID in a “image_send_to_editor” hook function?
Here is my function:
function insert_img_rel_attrib( $html, $id, $caption, $title, $align, $url )
{
$postID = ???
$rel = "<a rel='shadowbox[".$postID."]'";
if ($url) {$html = ...
0
votes
3answers
1k views
Automatically added brs and paragraphs?
Here's my very simple shortcode:
function box_shortcode( $atts, $content = null ) {
extract( shortcode_atts( array(
'width' => 'auto',
'height' => 'auto',
...
0
votes
1answer
1k views
Front end post editing using a form
I have a custom-post type with the standard meta boxes and some custom fields. How could I edit a post through a form in the frontend?
0
votes
2answers
175 views
Wordpress.com post editor replacement
I love Wordpress, and I keep a blog on a domain hosted at wordpress.com. However, it's so damn slow! (Blogger wasn't much better.) Are there any full-featured substitutes available?
I use several ...
13
votes
9answers
7k views
Stop Wordpress Wrapping Images In A “P” Tag
I have searched high and low for a simple solution to this, but to no avail. Wordpress keeps on wrapping my images in p tags and because of the eccentric nature of the layout for a site I am working ...
0
votes
3answers
247 views
Visual / HTML tabs vanished on editor
The Visual / HTML tabs have vanished on the editor on posts and pages. I'm not sure when this happened, but I've tried deactivating my plugins with no joy. Any ideas?
Thanks,
Lucy
2
votes
1answer
234 views
Want to have the Post editor remembering the last editing position
As you probably know the WordPress theme editor remembers its last editing position, but I want my post editor to do the same (it jumps to the top if you save a post/page).... Any tips/hacks how to ...
1
vote
2answers
1k views
How can I pass $post object to 'save_post' add_action?
I have several functions that are called from inside a save_post function. However, all of the functions that use the $post object are returning incorrect values because it appears that the default ...
1
vote
1answer
534 views
Retrieving and Storing Images Linked from Other Domains on Local Server?
(Moderator's note: The original title was "Copy and Paste picture in post without linking to original")
When I copy and paste a picture from another editor window it appears nicely but it links to ...
