River
MVPRiver MVP
Reactions
-
Re: invite only
The plugin seems to have a Security Vulnerability and it does not look to be updated since the vulnerability has been found several years ago. https://vanillaforums.org/discussion/26973/remote-cross-… (View Post)1 -
Re: Typed comment disappears after member signs in. Comment has to be retyped to be posted.
try this in plugin class.commentbeforeregister.plugin.php change $StashComment = $Session->Stash('CommentForDiscussionID_' . $Discussion->DiscussionID, '', false); to $StashComment = $Session-&… (View Post)9 -
Re: "Sorry, permission denied." when signing in.
This seemed to be one of your problems in a plugin regarding the extra column in the permissions table that was labeled "1" The problem that was noted dealing with the "strange" c… (View Post)12 -
Re: Dashboard userlist shows no list by default
For anyone who wants to see the problem that is being described. you can simply temporarily change the $UserThreshold to a number lower than your user count. if you have the problem, and feel that yo… (View Post)8 -
Re: Updating MyAttachments from FileUpload to Advanced Editor Upload
copy the mediamodel from the uploader plugin or the fileupload plugin to the myattachments plugin if you are not using either of the those plugins. since myattachements depends on the mediamodel for … (View Post)2