peregrine
MVPperegrine MVP
Thank you, Bleistivt and Vrijvlinder for letting me transfer ownership of my plugins to you both, You are the only two people I have given permission. over and out of here
Reactions
-
Re: Can I set up Users to be able to delete their comments but *not* anyone else's?
$Configuration['Vanilla']['Comments']['AllowSelfDelete'] = TRUE; Do not allow deletion for roles in Dashboard as this applies globally to all user comments and discussions, the config statement is fo… (View Post)3 -
Re: "Attach a file" link not displayed when editing a comment
thats a deficiency. As far as I can tell there is no easy way with edit comment, also difficult to attach anything to form view while editing comment without modifying core, or creating a plugin like… (View Post)1 -
Re: Unable to access dashboard after upgrade ! (ErrorPermission)
His problems will most likely go away, if he follows the installation instructions as suggested before he has skipped steps. then he needs to post his config.php after he has made the suggested chang… (View Post)1 -
Re: Time of comment,post,message half an hour behind the actual forum logged user time?
http://vanillaforums.org/discussion/comment/209903/#Comment_209903 thought it might be, I guess the last guy didn't care enough to file it as a bug, lets see if the next person cares enough to file i… (View Post)1 -
Re: I can't get PremHide to work
try adding (I haven't tested, but you can report back if it solved your issue)) :'( :'( :'( public function PostController_AfterCommentFormat_Handler($Sender) { $this->DiscussionController_AfterCo… (View Post)4
