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: Have plugin appear on 'discussionscontroller' as well
nice job @kirkpa and @vrijvlinder for the css tips. (View Post)2 -
Re: Wrong Error with Member Registration ??
if you are using this, remove the space then '/^([\d\w_ ]{3,40})?$/si' // JDJ Allow spaces and 40 char lengthto: '/^([\d\w_]{3,40})?$/si' // no spaces, from 3 - 40 letters and num… (View Post)2 -
Re: Have plugin appear on 'discussionscontroller' as well
@kirkpa31 - undo the changes I gave you previously and add this function (and the voting should work, no need to change the js as far as I can see. and all you need is V to help with css, and you sho… (View Post)1 -
Re: Have plugin appear on 'discussionscontroller' as well
@kirkpa31 did you see the changes above. (View Post)2 -
Re: Have plugin appear on 'discussionscontroller' as well
change public function DiscussionController_BeforeCommentMeta_Handler($Sender) { to public function attach_votelink($Sender) { ok. next add these lines above it. public function DiscussionController_… (View Post)1
