River
MVPRiver MVP
Reactions
-
Re: Toggle Verified Flag by code
if you want to do something outside vanilla. you probably need to update the sql database for the proper user ID. verify is the column in the user table. verified is 1 http://www.w3schools.com/sql/sq… (View Post)2 -
Re: Sketchfab icon not appearing
check your console for errors and see if the css file is being read. then fix it in the plugin if the plugin css is not found. /plugins/....... in the add css has to match the case exactly or of the … (View Post)1 -
Re: Unanswered button gives error
ok - all you need to do is reread this comment. https://vanillaforums.org/discussion/comment/242922/#Comment_242922 return Anchor(T('Ask a Question'), '/post/question', 'Button BigButton NewQuestion'… (View Post)1 -
Re: Does not work when Advance Editor is set to BBcode
very clean if you don't use emojis as you said, <3 <3 which will lead to 404 for image. alternatively a big kludge here.. assumptions the bbcode and markdown are the ones that automatically occ… (View Post)3 -
Re: Invitation email body just contans "EmailInvitation"
if you don't have $Configuration['Garden']['Locale'] in config.php it defaults to $Configuration['Garden']['Locale'] = 'en'; because it gets the info from config-defaults.php. you don't need en-CA fo… (View Post)2