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: Need help in embedding vanilla forum with a question2answer website
thx (View Post)1 -
Re: Any chance of adding screen shots
what's curious to me is how did anybody of the 90+ downloads get this plugin to work, without mentioning that it didn't work (without the change below), or is it OS or mysql specific. prese… (View Post)1 -
Re: abbreviate usernames in discussions overview so they don't exceed 6 characters (e.g. 'Userna...')
@fh111 said: this is for last - (do the same thing for first replacing Last with First). $short = $Last->Name; if (strlen($short) > 6 ) $short = substr($short,0,6) . '...'; $newanchor… (View Post)1 -
Re: abbreviate usernames in discussions overview so they don't exceed 6 characters (e.g. 'Userna...')
left out $Userid - the above will work because it doesn't matter if id is blank but below with userid corrected. $UserID = $Last->UserID; $short = $Last->Name; if (strlen($short) > 6 ) … (View Post)1 -
Re: New Poll addon would be great. Anybody willing to do one?
I guess I meant a mockup of an image of what you want for each feature circled in the image. I posted what I think will fix the security problem with poll here. If anybody else has further suggestion… (View Post)1
