[AddonFlare] XF2 Moods [Deleted]

Love this mod and about to give it a review. Only thing I'd like to be able to do would be to have the 'mood' menu (when 'mood' drop-down clicked) be more 'wide' than 'long'. It's a little awkward scrolling and sometimes having to move the page further down to be able to see all of the mood choices. Would be good to have an option to make the list 4-6 columns wide instead of just 2 so you could see most if not all the choices without having to scroll the page. Any chance someone could share a code snippet and template name to accomplish that?
We'll add more style options in a future release, for now this can be accomplished by making a few template changes:

In template: af_moods_mood_menu
--- Change listColumns--2 to listColumns--4

In template: af_moods_member_macros
--- Change menu--medium to menu--veryWide
(there should be 2 instances)

End Result:
Screen Shot 2020-02-06 at 11.45.42 PM.webp
 
@AddonFlare Tool-tip missing for Show mood as an icon? Please can you give hot fix update for this issue? Add Tool-tip text Update Your Mood?


View attachment 214504

That would be awesome, as just now users have to click and then select a mood and it's kinda hidden whereas users will be more nosy as to what the icon is and click on it making the moods easier to find :)

Or is this icon already present? I have just installed this add on.
 
We'll add more style options in a future release, for now this can be accomplished by making a few template changes:

In template: af_moods_mood_menu
--- Change listColumns--2 to listColumns--4

In template: af_moods_member_macros
--- Change menu--medium to menu--veryWide
(there should be 2 instances)

End Result:
View attachment 217986
Superb, how do you change for responsive view, above for me only worked on pc 🧐
 
These will be addressed in the next release

Please do you have any update for this issue?

One more bug, Mood are not showing in center from mobile browser in profile view.

ScreenshotCapture_2020_03_28_10_30_58_228.jpg


@AddonFlare When happen fix update for this issue? Bug fix update should be give a hotfix.



So we have paid $89,97 USD for this addon with (Extra) Branding Free $74,97 USD then can we get refund?

View attachment 217235

Please make under consideration for refund the Extra amount?
 
@AddonFlare Template modification are not applying in Xenforo 2.2, Please give compatible update for XF 2.2. Also Please use regex replacement for template modifications compatible with all style? Also add Description for Template modifications about what function applied?

ScreenShot00052.webp
 
AddonFlare updated [AddonFlare] XF2 Moods with a new update entry:

XF 2.2 Compatibility + More

Main Changes:
  • XF 2.2 Compatibility
Other Changes:
  • Improved style compatibility for postbit display
  • Added new postbit positions:
    • After username
    • Before custom fields
  • User mood changes log, view in AdminCP -> Edit user -> "Change log" tab
  • Added mood chooser "menu width" style property, two options:
    • Wide (4 columns / 3 columns on mobile) [default]
    • Narrow (2 columns)
  • Minor style bug fixes
  • Moved default mood...

Read the rest of this update entry...
 
@AddonFlare This issue not fixed with 1.1.0 because old user does not show Default Mood.
That wasn't part of this update, the default mood will only apply for new users. We may introduce this in the future.

If you want to set the mood for all existing users that haven't set one yet, you can use this query:

SQL:
UPDATE xf_user
SET
    af_moods_mood_id = X
WHERE
    af_moods_mood_id = 0

Replace X with the mood ID
 
Top Bottom