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: How to show Points with Author Meta?
you can certainly learn this stuff by looking at a few other plugins (as well as code), and learning about Anchor links. reviewing other plugins and taking a php tutorial are the best ways to learn. … (View Post)1 -
Re: How to show Points with Author Meta?
or this should work with translations. echo Wrap($Author->Points . " " . T("Point") ,'span',array('class' => 'Points Count', 'title' => sprintf(T('Points description on h… (View Post)1 -
Re: How to show Points with Author Meta?
yes a T (good idea V) would be better if you are going to upload and make it translateable. if ($Author->Points == 1) { echo Wrap($Author->Points . " " . T("Point") ,'span',… (View Post)2 -
Re: How to show Points with Author Meta?
try this echo Wrap($Author->Points . " Points",'span', array('class' => 'Points Count')); (View Post)2 -
Re: van2shout messages do not appear
acutally @jackmaessen you altered my original plugin :) if you look at the original, it is not the same as what you posted. also you weren't using 2.0.18.9 when the plugin was made :) (View Post)1
