x00
MVPx00 MVP
Reactions
-
Re: Plugins can't be activated or deactivated.
It is not a permissions problem becuase Quick SaveToConfig() and other plug-ins are working. I will check for a conflict. (View Post)1 -
Re: Inserting an array of values into database
why would you want to insert like this? it is a recipe for disaster, like the bad old days of SQL spaghetti. the models are not quite ORM, but you want to specify what you want inserted in which colu… (View Post)1 -
Re: Post Textarea -- where is the code for this ?
in /vanilla /views/post/discussion.php /views/post/comment.php events: BeforeFormInputs BeforeBodyInput DiscussionFormOptions BeforeBodyField AfterBodyField BeforeFormButtons AfterFormButtons (View Post)1 -
Re: Can you delay a post/thread?
@Tim why not like a draft and a column with the future date in it? Then you just need the cron , Bob's your father's brother. (View Post)1 -
Re: BUG in Input Formatter - extra formatting cycles.
Since you have tried I will help you. A counter is not necessary your method is not very efficient. You chose the BeforeCommentBody hook so we will use that approach public function DiscussionControl… (View Post)1
