Frontend Publisher Without Content – UserPro Forums https://forum.userproplugin.com/forums/topic/frontend-publisher-without-content/feed/ Sat, 18 May 2024 04:34:00 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/frontend-publisher-without-content/#post-20734 <![CDATA[Frontend Publisher Without Content]]> https://forum.userproplugin.com/forums/topic/frontend-publisher-without-content/#post-20734 Tue, 11 Feb 2014 12:55:26 +0000 test Hey,
I need some help customizing the front end publisher. I want to add it so that users can just pick a title and upload a featured image, but don’t have the content editor.
I managed to remove the editor, but the upload is not working, because theres content required somewhere I guess.
Anybody can help?
Best,
Jay

]]>
https://forum.userproplugin.com/forums/topic/frontend-publisher-without-content/#post-20735 <![CDATA[Reply To: Frontend Publisher Without Content]]> https://forum.userproplugin.com/forums/topic/frontend-publisher-without-content/#post-20735 Tue, 11 Feb 2014 12:57:17 +0000 TheBK Sorry I didn’t see I was logged in with the demo account, please forgive!

]]>
https://forum.userproplugin.com/forums/topic/frontend-publisher-without-content/#post-20751 <![CDATA[Reply To: Frontend Publisher Without Content]]> https://forum.userproplugin.com/forums/topic/frontend-publisher-without-content/#post-20751 Tue, 11 Feb 2014 15:33:35 +0000 andy999 I’d also like to see this feature added.

]]>
https://forum.userproplugin.com/forums/topic/frontend-publisher-without-content/#post-22342 <![CDATA[Reply To: Frontend Publisher Without Content]]> https://forum.userproplugin.com/forums/topic/frontend-publisher-without-content/#post-22342 Fri, 21 Feb 2014 17:01:28 +0000 TheBK Can nobody help me out with this? I just can’t figure out where I can fix this. Any hints would be much appreciated!!!

]]>
https://forum.userproplugin.com/forums/topic/frontend-publisher-without-content/#post-22432 <![CDATA[Reply To: Frontend Publisher Without Content]]> https://forum.userproplugin.com/forums/topic/frontend-publisher-without-content/#post-22432 Sat, 22 Feb 2014 00:34:48 +0000 admin You can remove the editor.

Then in ajax.php

Remove

‘post_content’ => @wp_kses($userpro_editor),

and

if (!$userpro_editor){
$output[‘error’][‘userpro_editor’] = __(‘You must enter some content.’,’userpro’);
}

now it works without editor.

]]>
https://forum.userproplugin.com/forums/topic/frontend-publisher-without-content/#post-22604 <![CDATA[Reply To: Frontend Publisher Without Content]]> https://forum.userproplugin.com/forums/topic/frontend-publisher-without-content/#post-22604 Sun, 23 Feb 2014 15:44:50 +0000 TheBK Hi Ahmed,
thank you for your response, but it still doesn’t work. When I hit the publish button it loads for a few seconds but nothing happens and no post is created sadly.

]]>
https://forum.userproplugin.com/forums/topic/frontend-publisher-without-content/#post-22845 <![CDATA[Reply To: Frontend Publisher Without Content]]> https://forum.userproplugin.com/forums/topic/frontend-publisher-without-content/#post-22845 Mon, 24 Feb 2014 15:11:24 +0000 TheBK Nevermind. I updated to the latest version repeated all the steps and it’s working now!
Thanks!

]]>
https://forum.userproplugin.com/forums/topic/frontend-publisher-without-content/#post-23067 <![CDATA[Reply To: Frontend Publisher Without Content]]> https://forum.userproplugin.com/forums/topic/frontend-publisher-without-content/#post-23067 Tue, 25 Feb 2014 04:41:27 +0000 admin Glad it works! 🙂

]]>