Editor Preview BbCode

Status
This content is read-only, or is not open for further replies.

Taylor J

Guest
offline
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:

Code:
public function actionBlogAddPreview(ParameterBag $params)
    {...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom