XF 1.5 Miscellaneous improvements

Today we'll be talking about some smaller improvements that we have made in XF 1.5 which have been heavily requested.


Ability to disable trophies globally
upload_2015-6-16_12-57-13.webp

The above option appears below the Trophy list in the Admin CP and in the User Options option group which makes it easy to switch off the Trophy system.

When disabled, trophies will no longer be awarded, nor will the UI display anything that mentions trophy points. The "User Title Ladder Field" will automatically switch to "Messages" if trophies are disabled.

No "Most Points" tab on the Notable Members page.
upload_2015-6-16_12-57-24.webp


No Trophy Points stat on the visitor panel...
upload_2015-6-16_12-58-25.webp


...or the member card.
upload_2015-6-16_12-58-13.webp



Threads with the latest posts in the sidebar
In XenForo 1.4 we introduced the "New Profile Posts" sidebar block, this time around we're introducing something very similar in the form of a "New Posts" block:
upload_2015-6-16_12-58-43.webp


You can control the number of threads shown in the list with this (Node & Forum List) option:
upload_2015-6-16_12-58-54.webp


Setting it to 5 would display the 5 threads which have most recently been posted in ordered by last post date. Of course, should you not want to display this block, you can set this value to 0.

Clicking the thread title will take you to the first unread post in the thread. Clicking the date will take you to the latest post in the thread.


Independent language selector for the Admin CP
Should your forum have multiple languages installed, your admins will now be able to independently choose which language should be used in the Admin CP:
upload_2015-6-16_12-59-3.webp


The current language is displayed in the footer and clicking on the language name opens the language selector:
upload_2015-6-16_12-59-13.webp


Changing the language in the front end doesn't affect the choice you made in the back end and vice versa, though you can quickly revert to forum default by clicking "Use forum language preference".


Resend a user's email confirmation from the Admin CP
From the User edit page in the Admin CP if a user is awaiting email confirmation then you can resend that confirmation to them:
upload_2015-6-16_13-1-30.webp

upload_2015-6-16_13-1-45.webp


Once resent, any previous confirmation emails will become invalid and only the new one they receive will work. The user can already do this themselves from the front end but sometimes it is useful for us to be able to do it on their behalf.


Additional Moderator Log logging
upload_2015-6-16_13-1-56.webp


We now log a couple of additional actions in the Moderator Log. Specifically when a user is spam cleaned or when a user is warned.


Bulk add-on toggle
When things go wrong, a common troubleshooting step is to disable all add-ons. Up until now this has been done one of two ways. Either you disable each add-on one by one, or you disable event listeners in config.php.

Both methods are usually effective but disabling each add-on manually can take time and disabling event listeners doesn't actually disable things like template modifications.

So, we've added a Disable All Add-Ons button to the Add-on List:
upload_2015-6-16_13-2-16.webp


Notice that at least one add-on is already disabled, so when we click Disable All Add-ons we can disable the rest of them:
upload_2015-6-16_13-2-29.webp


When we do this we cache the list of add-ons which are currently enabled. This gives us the ability to be able to only re-enable the list of add-ons which were not already disabled (these are checked by default):
upload_2015-6-16_13-2-38.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.
 
@Chris D I just did the install routine on the console. it ended with
Running upgrade to 1.5.0 Beta 2, step 2... done.
Rebuilding / importing data...
Upgrade completed successfully!
but it's not beta, right? it says "1.5.0." on the ACP...
 
The upgrade script steps through the various releases as required.

The version will be 1.5.0 - you can check in the top left of the ACP.
 
Clicking the thread title will take you to the first unread post in the thread. Clicking the date will take you to the latest post in the thread.

Not quite?

Edit: ah, I see this is on the full page only, not on the forum list... but then, it's always been like that there, hasn't it?
 
My quote was talking about the New Posts block on the forum list, but we actually made some changes in the beta.

The thread title will take you to the first unread post of the thread, if it is a thread you have read before. If you've never read it before, it will take you to the latest post. The date is unlinked now.
 
I too have a question about the "new posts" block..
We used to use an add-on for this, and displayed it in widgets governed by display order priority but now is much lower, so is there a way where we can adjust the display priority?
As ours is quite low down, if not then I'm assuming it could be because of widgets we are using?

One less add-on used, more being removed as we work our way through everything! Thank you (y)
Again, amazing changes to the whole thing and the attention to detail speak volumes.... ;)
 
If you're using a widget system, you'll need to ask in that thread for guidance. Otherwise, the core system positioning is controlled by the forum_list template.
 
If you're using a widget system, you'll need to ask in that thread for guidance. Otherwise, the core system positioning is controlled by the forum_list template.
Yeah I know about the positioning for the widgets, however the latter part of your sentence is what I needed.. Thank you very much! ;)
 
Last edited:
Top Bottom