0
votes
0answers
13 views

Strange behavior when I insert XML code snippet into articles using SyntaxHighlighter Evolved Plugin

I am using WordPress for a technical developing blog. I am using the base WordPress editor to write my articles (not using other plugin) I am using the SyntaxHighlighter Evolved Plugin to enter code ...
0
votes
0answers
28 views

How can I make a plugin available for the editor profile users?

I have the Bliss Gallery installed on my Wordpress 3.3.1, but I can't seem to activate it for other profiles. I want my 'Editor' to be able to add pictures and categories and what not to the gallery. ...
0
votes
1answer
80 views

Role based permission edit for plugins

I have TheThe Fly Image slider installed on my website which has multiple users. I wish to hide the settings from contributors and authors, but allow editors and admin roles to be able to amend the ...
0
votes
1answer
54 views

Check if post was modified by editor different than post author

Is there a way to check if a post written by user X is modified by a different user (for example admin, or an editor)? What I want to achieve: I have a site where posts are submitted for publication ...
1
vote
1answer
407 views

Drag-and-drop “Panels”-style editor?

I'm a combination Drupal and WordPress developer and have recently started playing with Drupal's Panels module -- which allows you to create flexible layouts and drop content blocks (The Drupal ...
5
votes
3answers
349 views

How to add “Stick this post to the front page” to front end?

I have a baseball related website with multiple authors. I use the "Stick this post to the front page" to denote an "Editor's Pick" on an article. I would like to add a link/button to allow editor to ...
1
vote
2answers
105 views

Is there a plugin to insert pre-defined link into editor?

After searching several hours, I've decided to crowd-source this one. I have a client who uses Wordpress very frequently, they often have to create a link to a certain page for collecting donations - ...
0
votes
0answers
81 views

Wordpress visual editor broke [closed]

I wanted to add some features to my wordpress text editor and i installed a tinymce type of plugin and everything broke :( This is how my editor looks now, can you help me repair it? ...
0
votes
1answer
26 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
103 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 ...
1
vote
1answer
50 views

How do you remove plugin edit option?

I would like to remove the edit option for all plugins on a wordpress site. Is there a hook/filter for doing this? It would be preferred to do it from the theme's functions file, rather than try to ...
20
votes
1answer
1k views

Is there a plugin that provides a stackoverflow style editor for wordpress?

I am tired of the tinymce editor in wordpress and I really love the stackoverflow editor which allows me to write with markdown grammar. So I want to write blog with markdown in wordpress. Now I am ...
0
votes
1answer
174 views

Is there a syntax highlighting plugin for HTML View? [duplicate]

Possible Duplicate: Syntax highlighting for post/page editor I've googled this already to no avail, all I'm finding are syntax highlighting plugins to post actual code to the front-end of ...
4
votes
2answers
321 views

use Wordpress theme / plugin editor in my plugin

Is there a way to use the wordpress theme / plugin editor inside my plugin to give the user the ability to edit the css file of my plugin ? Im building a plugin that gives the user an option to add ...
1
vote
0answers
97 views

Visual editor broken after upgrade [closed]

Yesterday a colleague updated WordPress and a number of plugins on our site. Since then, the visual editor displays the contents of pages and posts as HTML, it is also white, whereby we first thought ...
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?
4
votes
1answer
761 views

Get a button for <hr> in the Editor

Somehow the WordPress editor doesn't have a button to insert a horizontal line (<hr /> in html). Is there a plugin that adds this button? Or an easy way to add such a button myself?