For the blog addon I've found time to work on again I currently have a "editing" page that is really just the editor on a page with a title input, pretty much a post-thread action without all of the extra stuff like thread types and a few others.
I currently have the below function for the preview action that i ripped from conversations/post-thread/etc but so far nothing happens when I click on preview in the editor.
PHP:
Read more
Читать далее...
I currently have the below function for the preview action that i ripped from conversations/post-thread/etc but so far nothing happens when I click on preview in the editor.
PHP:
Код:
public function actionBlogAddPreview(ParameterBag $params)
{...
Read more
Читать далее...