XF 1.4 Miscellaneous Improvements

Today, we have some more improvements coming in XenForo 1.4. Individually, these features are not big enough to dedicate an entire HYS thread, but some of them have been heavily requested nonetheless.

Limiting watched content notifications to active users
ss-2014-07-16_11-54-51.webp

As you can probably work out from the screenshot, if this option is enabled, users that have not visited recently will not receive (or be considered for) alerts and emails from content they watch. This is mostly done for performance reasons. However, you can probably assume that if a user doesn't visit your forum for a long period of time, they aren't interested in the content they're watching and are unlikely to return. Stopping emails to them may prevent an invalid spam report.

While this situation can happen with watched threads (such as a long dead thread being updated), the situation more likely comes up with watched forums -- especially if you actively encourage watching a particular forum (or even use an add-on to automatically watch that forum).

The performance benefit comes from two parts: these users will not be selected when checking who to notify (reducing memory usage) and simply not notifying someone (reducing the amount of work necessary).

Limit auto-complete and birthday lists to active users
Similar to the previous option, username auto-complete and birthday lists are now limited to only showing users that have been active (somewhat) recently. The goal in both cases is to filter out users that are unlikely to be contacted or sought out.

As it stands, this is not option controlled and defaults to users active in the last 180 days.

Member list viewing permission
A very common suggestion, a new "View member lists" permission has been created to cover a number of places, including:
  • Online user lists
  • Notable members list
  • Full members list
  • Full recent activity list (see below)

If a user does not have this permission, they will not see the members tab but it doesn't necessarily control 100% of the content within that. The permission does limit access to the full "recent activity" page as well, partially for technical reasons and partially because it can "surface" users that may not have been obviously active otherwise.

This permission does not control access to the full profile pages itself and the content on those pages; you should use the existing "View member profiles" permission for that. If a user without the "View member lists" permission but with the "View member profiles" permission sees a post by a user, they can get to the poster's profile. In normal cases, you would likely disable access to profiles if you disable access to member lists but the permission doesn't mandate it.

User title ladder flexibility
Until XenForo 1.4, user titles were based only on trophy points. If you didn't have a specific user title, as you got more trophy points, you worked your way up a "ladder" of user titles.

The point of using trophy points for this was to make it much more flexible than just a simple value based on the number of posts you've made. Trophy points can be awarded for a range of behaviors and actions, so this would indirectly allow you to attach titles to these behaviors (such as maintaining a good like-to-post ratio over a length of time, etc).

However, we often received feedback that this was too complex. Now, you can define your user title ladder based on one of several fields:
ss-2014-07-16_12-19-54.webp

While trophy points is still the default, "messages" allows you to use a simple message count-based ladder. Similarly, "likes" is based on the number of likes a user has received.

Online status indicator on messages
Another very common suggestion was to indicate if a user is online right now when you view a message. This can now be seen in the upper right corner of the user's avatar:
ss-2014-07-16_12-22-59.webp

When the user is not online (or invisible), no indicator is shown.

We've taken an understated approach to this as it's information that can be useful in specific situations but is not normally fundamental and we didn't want it to draw too much attention.

If you wish to customize the look of this, there is a new style property (Author Online Status Indicator) that controls the visual aspect of it. Additionally, the "messageUserBlock" HTML element also gains the "online" class which can be used to customize any element of it or within it.

As you can probably guess, there is an option to control whether this indicator is shown:
ss-2014-07-16_12-32-20.webp




That's all for today. Still plenty more to show though, so until next time... :)

Just a reminder: Please do not post suggestions in this thread (even if you feel they are related). Use the dedicated suggestion forum so they can be tracked; suggestions made in this thread are unlikely to be implemented.
 
Last edited:
Nice additions :)

Besides the online status class being added to the messageUserBlock are there others as well, such as offline and invisible?
 
I haven't seen the code so I can't answer for invisible, but presumably for offline you can just use !online (depending on how it has been implemented).
 
Great work again...Limited notifications, Member List permissions, User Title and Online Status will all be used.

Looking forward to the online status, been missing that since I uninstalled the addon for it.
 
It shouldn't be difficult to move, no, but I haven't seen the code to know for sure.

Why not offer a solution with a different color for invisible users?
Displaying no dot versus a gray dot display the same information, the user is not considered "online" and it indicates it as such. It shouldn't be difficult with some CSS and template edits.
 
It shouldn't be difficult to move, no, but I haven't seen the code to know for sure.


Displaying no dot versus a gray dot display the same information, the user is not considered "online" and it indicates it as such. It shouldn't be difficult with some CSS and template edits.
It would be better included in the original code still need to add-on or modification :cautious:
 
It would be better included in the original code still need to add-on or modification :cautious:

Then you should make a suggestion for that. I like and agree with how it is implemented now, so long as other classes are exposed to CSS which I'm sure they are and if not it should be a fairly simple template edit or template mod.
 
Yay, posts for user titles. I can finally uninstall the add-on that does this.

Also, yay for user online status. I'll probably end up moving it to the top right of the messageuserinfo instead of the avatar, but still a great addition!
 
It shouldn't be difficult to move, no, but I haven't seen the code to know for sure.


Displaying no dot versus a gray dot display the same information, the user is not considered "online" and it indicates it as such. It shouldn't be difficult with some CSS and template edits.
It's for me, better to put a gray color indicator if the user is offline.
 
Top Bottom