Resource icon

XenMoods 1.1.3

No permission to download
@Dismounted Why Thumbs image are missing and used styles/default/xenmoods/Thumbs.db extension?

8561531f74724117a9b3f767e07906bc.png
 
If you want a donation to do that, then please PM me and I'm happy to work something out if you can implement sprite use instead of the way it is.

For those wanting to fix the profile, it's just a simple change in mood_display_member_view template, change it to:

HTML:
<dl>
<dt>{xen:phrase mood}:</dt>
<dd><xen:include template="mood_display" /></dd>
</dl>

Member card can also be fixed by changing the CSS:

View attachment 52136
mood_display.css

Code:
.userInfo .userMood {
position: absolute;
top: -1px;
right: 45px;
}

Great, How to fixing Visitor Panel?

d1c20d9d669b4f1ebc57ba8994dc5ba0.png
 
Anyone able to do this?
I've done it... basically make a mood that is 90 pixels wide x 2 pixels tall (guessing on the pixels... it just needs to be small). It will appear like this then:
mood2.webp

My users just have to hover over that tiny area to activate it or deactivate it. It's a simple solution.

EDIT: Sorry, forgot to mention I made this in PS with a translucent BG and saved as .PNG / interlaced.
 
Back
Top Bottom