Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Posting a new discussion with data from a form
If he wants to use an external form though, directly inserting a discussion into the database should work. That's also how the embedded comments create the initial discussion post: https://github.com… (View Post)1 -
Re: Posting a new discussion with data from a form
You're right. DiscussionModel->Save is better. (View Post)1 -
Re: Adding category to notification email subject or body
You are looking for the activity headline formats: https://github.com/vanilla/locales/blob/master/tx-source/site_core.php#L574-L576 The category is in the data portion of the activity, so you should … (View Post)1 -
Re: Page not found.
does /plugin/MembersListEnh work? (View Post)2 -
Re: Do the new line breaks have to stay?
These changes are only in 2.2 right now. If you are using non-stable releases, things like this are to be expected. Looks like this is not configurable yet: https://github.com/vanilla/vanilla/blob/fd… (View Post)2