Resource icon

XenMoods 1.1.3

No permission to download
are the template-edits which are mentioned in the first post of this thread still the ones which are to be used to make this add-on work?
Appreciate your help.
 
Hi
I installed upgraded a new sytle but the XenMoods has disappeared from the front page. The add on is there in the back.
How can I get it back?
 
Liz, here's my entire template.
Code:
<xen:if is="{$visitor.user_id}">

<div class="section visitorPanel">
    <div class="secondaryContent">

        <xen:avatar user="$visitor" size="m" img="true" />

        <div class="visitorText">
            <h2>{xen:phrase signed_in_as_x_sidebar, 'name={xen:helper username, $visitor, 'NoOverlay'}'}</h2>
            <div class="stats">
            <xen:hook name="sidebar_visitor_panel_stats">
                <dl class="pairsJustified"><dt>{xen:phrase messages}:</dt> <dd>{xen:number $visitor.message_count}</dd></dl>
                <dl class="pairsJustified"><dt>{xen:phrase likes}:</dt> <dd>{xen:number $visitor.like_count}</dd></dl>
                <dl class="pairsJustified"><dt>{xen:phrase points}:</dt> <dd>{xen:number $visitor.trophy_points}</dd></dl>
            </div>
            </xen:hook>
<xen:if is="@sidebarShowMood">
    <xen:include template="mood_display">
        <xen:map from="$visitor" to="$user" />
    </xen:include>
</xen:if>
        </div>

    </div>
</div>

<xen:else />

<div class="section loginButton">
    <div class="secondaryContent">
        <label for="LoginControl" id="SignupButton"><a href="{xen:link login}" class="inner">{xen:if $xenOptions.registrationSetup.enabled, {xen:phrase sign_up_now}, {xen:phrase log_in}}</a></label>
    </div>
</div>

</xen:if>

<xen:include template="ad_sidebar_below_visitor_panel" />

So: revert yours and copy and paste this one *fingers crossed* :)
I've been trying this, but it keeps on giving me an error: The following templates contained errors and were not saved: sidebar_visitor_panel: 1) Line 17: Invalid condition expression

Line 17 is the one which has:

Code:
<xen:if is="@sidebarShowMood">

Can anyone help me out please? :)
 
What do you mean?

I haven't yet looked into the later versions of XF - I've just simply been too busy.
Kier has added the hook:-

Code:
<xen:hook name="sidebar_visitor_panel_stats">

which should, I'm told, mean you could update the mod to work without the template edit now? *flutters eyelashes at Dismounted*
 
Nice share! I have this mod installed on my vB forums - so it's nice to see this ported over to xenforo.
Thanks Dismounted and Shelley! :)

J.
 
I'm thinking of adding this to my forum...

Couple of questions:

Is it compatible with the latest xenforo upgrade, soon to be released?

When is Moods 2 going to be released, if ever?
 
Back
Top Bottom