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: I want to convert my WordPress( self hosted) blog in to Vanilla Forum.
probably need to get your hands dirty in the databases and experiment, possibly .... http://codex.wordpress.org/Database_Description http://codex.wordpress.org/Database_Description#Table:_wp_posts co… (View Post)1 -
Re: Adding "Options Gear" after Category in "Mixed" Category view
or a "model Questioner" badge. * you provided your version * you provided all the info requested of you to arrive at a workable solution. * you came back and mentioned what worked in a time… (View Post)2 -
Re: Looking for a way to hide the "Invitations" link on the Profile page
this was specifically designed for your circumstances, only the admin invites. However the routine as shown will not allow the admin to see the invitations page if they have 0 invitations and want to… (View Post)1 -
Re: Force text only signatures in 1.5.6?
replace if ($HideImages) $SigClasses .= 'HideImages ';with this if ($HideImages) $SigClasses .= 'HideImages '; $pattern = array('@<script[^>]*?>.*?</script>@si', '@<[\/\!]*?[^<&g… (View Post)4 -
Re: Looking for a way to hide the "Invitations" link on the Profile page
try this in a plugin or add it to your themehooks. either will work. set the invitations to 0 each role you don't want the Invitation link showing. public function ProfileController_AddProfileTabs_Ha… (View Post)4