ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,058
- Points
- 823
Reputation:
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
Continue reading...
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...