Bradley Prout

Well-Known Member
Gemma tried helping me implement a change to the visitor panel but she could not get it to work, i would like this if possible?

Gemma response was
Weird, on my own site using the free FlatAwesome style I can create the sidebar no problem but using the exact same edits on your site has no effect at all :confused:

You might need to ask Russ or Steve to help you out here are see if someone else can help as I've not really got any free time to muck around with it. Here's how it looks on my site, I thought it would be a simple transfer of edits, replace the moods with staff badges and move it below the username but nothing seems to change when I add the template edits.
 

Attachments

  • Forums_General_Chatter_-_2017-06-27_21.01.55.png
    Forums_General_Chatter_-_2017-06-27_21.01.55.png
    32 KB · Views: 16
Code:
<xen:require css="dark_postrating.css" />
<dl class="pairsJustified">
<dt>{xen:phrase dark_ratings}:</dt>
    <dd><xen:if is="{$postrating_enabled_ratings.positive}"><span class="dark_postrating_positive">{$postrating_ratings_total.positive}</span><xen:if is="{$postrating_enabled_ratings.neutral} || {$postrating_enabled_ratings.negative}">/</xen:if></xen:if><xen:if is="{$postrating_enabled_ratings.neutral}"><span class="dark_postrating_neutral">{$postrating_ratings_total.neutral}</span><xen:if is="{$postrating_enabled_ratings.negative}">/</xen:if></xen:if><xen:if is="{$postrating_enabled_ratings.negative}"><span class="dark_postrating_negative">{$postrating_ratings_total.negative}</span></xen:if></dd></dl>

what code do i add in the above?
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back