Resource icon

XenMoods 1.1.3

No permission to download
I made a few changes to the TemplateHook.php file in this add-on.

The changes should allow you to avoid having to make manual edits to your templates. I kept the changes to a minimum so that if the add-on author decides to make changes / updates, this revised TemplateHook.php file should still work.

It works for me on v1.1 beta 4.

How to use the attachment:
  1. Save the file attached to this post
  2. Navigate to the following directory on your web server
  3. <forum-directory>/library/XenMoods/Listerner/
  4. Save a copy of the TemplateHook.php file that was included in the original add-on
  5. Copy the file attached to this post to the same directory listed in step 3
  6. Log on to your admin control panel
  7. Go to Appearance --> Templates
  8. In the search box type mood.css
  9. Adjust the mood.css template to suit your own needs.
  10. Remove the any manual edits you made to the templates.

Any questions / concerns, send me a note and I will try and help out. I am not the author of this add-on, but I understand it well enough, to try and help out.

Thanks to Dismounted and Shelly who made this add-on possible.
 

Attachments

Just to make life easier for others...
Here is the .css I'm using to make everything look ok on the site. YMMV.
Edit the template, mood_display.css

Hope this helps.

HTML:
.userMood
{
    padding-top: 1px;
}
 
.userMood img
{
    display: block;
}
 
.userInfo .userMood
{
    float: right;
    margin-top: -20px;
}
 
.profilePage .userMood
{
    margin-top: 1px;
}
 
.avatarHolder .userMood img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
Thanks to everyone for all of the help throughout this thread - 16 pages is a lot but recommend any new person coming here to check it all out definately worth it.
 
This minor issue was reported and made aware to us. The tooltip (visitorPanel) in chrome seems to offset to the left covering the avatar when it should be above the mood icon. :)

Issue present in 1.1.0 beta 4

xenmood-tooltip-offset.webp
 
So, do I have to add all these darn moods manually or is there some kind of importer I can use?
 
So, do I have to add all these darn moods manually or is there some kind of importer I can use?

The v1 mood icons are currently in the pack you shouldn't have to add anything. For now, currently, if your wanting to add the v2 mood icons then use the following guide to import the appropriate table http://xenforo.com/community/threads/bbsmiley-com-mood-icon-pack-v2.14710/#post-193397

If they don't show up after the import go into your admincp listings edit a moodicon but don't do anything and save that will display them straight away.
 
Is there a list of mood icons somewhere so I can see different styles? Need to find one that fits my community's design and color scheme etc.
 
Is there a list of mood icons somewhere so I can see different styles? Need to find one that fits my community's design and color scheme etc.
It's just a mood icon pack, you can download it and delete/remove the icons you don't require. There are not different niche specific moods :)
 
Back
Top Bottom