Caylus
✭✭Caylus ✭✭
Reactions
-
Re: Feed Discussions 1.2.1
Hey Vrijvlinder, The links to the settings in your plugin point to /dashboard/settings/magpierss, and should point to /plugin/magpierss. Also, if you log out you can still go to /plugin/magpierss/ an… (View Post)3 -
Re: How can I hide my forum as well as possible?
https://vanillaforums.org/addon/forceredirect-plugin https://vanillaforums.org/addon/privatecommunity-plugin Would possibly suit your needs? (View Post)1 -
Re: Messages AfterFormatBody
This works: Nice. Bit of an ugly hack, but at least it works without having to edit core files. Thanks R_J! And thanks hgtonight for the github tutorial! (View Post)1 -
Re: Create Vanilla Forum Discussions Programmatically
Yes it's possible! $DiscussionModel = new DiscussionModel();$DiscussionModel->SpamCheck = FALSE;$DiscussionData = array( 'Name' => $StoryTitle, 'Body' => $StoryBody, 'CategoryID' => $Cate… (View Post)2 -
Plugin security
Hey all, A while back I found my first XSS vulnerability in a plugin (I was so proud of my L33t H4ck0r skillz!), and after notifying the creator it was fixed immidiately. However, that got me thinkin… (View Post)2