Tagged Questions
2
votes
0answers
90 views
Possible to create placeholder images in Wordpress editor that are clickable (should bring up uploader)?
Working on a project where I would like to have buttons within the actual visual editor area where the user can click on the placeholder image and it brings up the upload dialog.
I've seen that ...
5
votes
1answer
256 views
Hide “Add media”, html editor from tinymce
I have a custom post type which supports editor. (WordPress ver. 3.5)
I want to customize the editor for it.
Make it readonly
Hide "Add Media" button
Hide HTML editor
Remove status bar showing word ...
1
vote
0answers
198 views
Tinymce and uploading local pictures
I would like to extend the capabilities of the wordpress editor while keeping the option of uploading local pictures (in the simplest way possible:upload => insert).
I found a plugin which seems to ...
0
votes
1answer
173 views
Insert attachments from custom uploader into post (regular uploader style)
I recently started using this nifty meta box framework:
http://www.deluxeblogtips.com/meta-box-script-for-wordpress/
I really like the plupload meta box, however, I need to be able to add the ...
0
votes
2answers
561 views
Front-end image upload from TinyME
I'm trying to edit the Q&A Plugin (which for those of you that don't know it is a StackExchange-style plugin with Custom Post Types of Questions and Answers) to incorporate image uploads.
It ...
-2
votes
2answers
194 views
get backend to front end
im trying to mashup this german have gotten it to work with tinymce
im trying ti mash it up with this get posting from to the front end
would be glad if someone has done similar things or guide me ...
0
votes
1answer
937 views
Restrict file uploads by extension?
Is there a way in WordPress 3.1 to restrict allowed file uploads by extension (images only) and file size?
Bonus question: Can I limit users to only be able view files they have uploaded themselves?
0
votes
1answer
2k views
I'm using add_meta_box() but want to include TinyMCE editor *and* Media Uploads for each box
I'm using a very lightweight plugin called WPAlchemy that lets me rapidly create meta-boxes for posts and pages. I've ben able to convert <textarea>'s into rich, TinyMCE's editors just fine. ...