Resource icon

XenMoods 1.1.3

No permission to download

Sorry if this topic has already been covered I went through the first few pages and since XF doesnt have a search thread feature yet I am posting this. If you have usergroup ribbons installed moods shows up before the ribbons which does not look good at all. How do we get Moods to show up after ribbons?

Just a thought wouldn't it just be easier if you moved the usergroup ribbons?

Edit: It looks like you'll have to disable the template hook (as shown in the guide I wrote). I started tinkering around with it (with the template hook disable). if you like what you see in the example at my site I'll post the info on how to accomplish this (you probably know already) I decided to have the mood under the username and usertitle rather than just under the ribbon. Preview here - http://www.bbsmiley.com/threads/mood-icon-discussion-thread.19/page-2#post-94
 
Shelly,

I havent had time to move the code around to find the right placement. Your demo is perfect for placement under the ribbon. What did you change in the install doc?

-Stan
 
Looking for some help with the moods add-on. I've got it installed and it works like a charm but when you click the "No Mood" icon to update your mood it does pull up all of the moods. Members have to CTRL+click to get it to work.
 
Looking for some help with the moods add-on. I've got it installed and it works like a charm but when you click the "No Mood" icon to update your mood it does pull up all of the moods. Members have to CTRL+click to get it to work.
Not getting that issue.
A simple click should launch the mood overlay, whereas a CTRL+click launches it in a separate window.
I'd check for any conflicting mods myself. But if it works ok for you, it should be fine for others.
Set yourself up a basic test account with the relevant permissions and try to see it from their point of view.
 
I see your messageUserBlock area is different that that of a standard installation, so my best guess is a template oddity?

If you want, drop me a PC with a test account login which the allow permissions for:
View Moods
Have Moods

Once solved, or not, you can delete me :)
 
I'm not experiencing this problem. Try (as suggested above) disabling any add-ons one by one to check if there's any conflicts.

To both experiencing this issue, which add-ons have you got installed?
 
I see your messageUserBlock area is different that that of a standard installation, so my best guess is a template oddity?

If you want, drop me a PC with a test account login which the allow permissions for:
View Moods
Have Moods

Once solved, or not, you can delete me :)

Okay, I'm going to try a few things but if I can't figure anything out I will get that set up.

I'm not experiencing this problem. Try (as suggested above) disabling any add-ons one by one to check if there's any conflicts.

To both experiencing this issue, which add-ons have you got installed?

Trying this now, thanks for the suggestion.
 
Shelly,

I havent had time to move the code around to find the right placement. Your demo is perfect for placement under the ribbon. What did you change in the install doc?

-Stan

I disabled the hook >>> guide howto

Then go into the member_user_info template

find:
Code:
<!-- slot: message_user_info_avatar -->
        </div>
    </xen:hook>

Place the following after (below) it:
Code:
<!-- slot: message_user_info_avatar -->
        </div>
    </xen:hook>

find:
Code:
<!-- slot: message_user_info_text -->
        </h3>
    </xen:hook>

place the following below:

Code:
<xen:if is="@threadShowMood">
    <xen:include template="mood_display" />
</xen:if>

I'm quite sure I had to make some css edits in the extra css associated with the ribbon mod, mainly spacing (margin) adjustments which takes but a second.
 
I disabled all the mods and none of them fixed the issue. Any other suggestions?

And yes, I myself, and my members are all experiencing this issue.

Edit- Is spacing a factor in the code? Would that cause it not to work right?
 
I disabled all the mods and none of them fixed the issue. Any other suggestions?

And yes, I myself, and my members are all experiencing this issue.

Edit- Is spacing a factor in the code? Would that cause it not to work right?

It might be best posting a link to your site and temporary allow guests to view moods so people bumping into this thread can isolated the problem a little faster.
 
Use the default style with zero template edits/mods.
Then enable just the Mood Mod on that style with its required templates obviously.

Re: spacing, more than likely.
 
Any other ideas anybody? Can somebody tell me how I can make the moods add on just open in a new window?
Users could manually open a new tab/window and use the direct link:
Code:
http://yourdomain.com/community/moods/mood-chooser
Not ideal granted. But would help in the meantime until you find a cure for the template/overlay problem you're having.
 
This is a rough draft (pending you think it's worthwhile) and I'm sure it can be refined further with more complete ideas/suggestions etc. I'm sure the Add Category should be added in the backend as only the admin would be able to create categories.

View attachment 8423
Thinking further down the line on this, if every user could have their own custom set taken from the Master List...
e.g. Where you've got the button "Add Category", next to it, a button called "My Moods" (which are assigned to their userid) - that would be awesome! :)
 
Hopefully somebody will know how to resolve this but thanks for the help plus suggestions guys. I just made a link under the "Forum" tab for now.
 
Back
Top Bottom