hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: How can i include thread body in Notification mails ?
What version number of Vanilla are you running? In 2.1, you can show the body of discussions and comments using the configuration items Vanilla.Activity.ShowDiscussionBody and Vanilla.Activity.ShowCo… (View Post)1 -
Re: Problem with links in comments section (version 2.1)
@warzyd There is an event hook right there for you to make use of. So let's do it. Step 1 make a plugin. * Create a new folder in /plugins called 'SignInForAnswer' * Inside that folde… (View Post)3 -
Re: IPB 3.4.5 to Vanilla 2.1 - No Posts
Could you share the database table schema for your IPB board? If you don't know what that is, I would like the output of the mysqldump database_name --compact --no-data command. (View Post)1 -
Re: How did you make the Vanilla Addon theme/application?
You need to enable debugging to get the real error message. Add $Configuration['Debug'] = TRUE; to your /conf/config.php file. You should rename the folder VanillaAddonsApp-master to addons. (View Post)4 -
Re: How to show Points with Author Meta?
Nice! My suggestions include adding Yaga to the required applications list and using the Plural translate function. Something like echo Anchor(Plural($Author->Points, '%s Point', '%… (View Post)3
