vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: How to show Points with Author Meta?
Don't use Photowrap class because that is only for the user image user link AuthorInfo is for the span that contains it. Then you can add css example. So it targets the right element .Item .Auth… (View Post)2 -
Re: How to show Points with Author Meta?
You could try changing the span class to AuthorInfo instead of Points Count and see if it lines up proper on it's own (View Post)1 -
Re: van2shout messages do not appear
I notice something maybe not important, but the last comma in the plugin description list should not be there. After author... and the closing php tag at the end should not be there either I don'… (View Post)1 -
Re: How to show Points with Author Meta?
Try this echo Wrap(T('Points'),$Author->Points,'span', array('class' => 'Points Count')); (View Post)1 -
Re: How to show Points with Author Meta?
You did not look at a plugin example close enough...don't know if this will work but it has the missing parts <?php if(!defined('APPLICATION')) { exit();//define plugin$PluginInfo[&… (View Post)1
