XF 1.2 Even More New Stuff

Even a Sunday doesn't stop the new features coming in 1.2. However, this is likely to be the last HYS for XF 1.2, so take that as you wish. :)

User preference to disable Flash uploader
Some users have run into problems where Flash is enabled but Flash-based uploads would fail. Individual users can now turn off the Flash uploader even if the admin has enabled it.

Robot identification in online visitors
The online visitors lists now distinguishes guests from robots based on user agent and counts them separately.

When viewing the list of online users, robots will be displayed differently, showing you a bit of information about the robot. The online users list can now be filtered to just members, guests, or robots.

Command-line upgrader
For larger forums, particularly ones concerned with time outs from modifications to large tables, 1.2 adds a simple command-line-based upgrade system (library/XenForo/Install/run-upgrade.php).

Note that this doesn't handle replacing files. It simply substitutes running the <url>/install/ portion.

Attachment thumbnail rebuild
Attachment thumbnails can now be rebuild via Tools > Rebuild Caches. This is generally only needed if you change the attachment thumb size.

Per forum option to require a prefix
Individual forums can now require a prefix to be selected before a thread can be created. Note that this (intentionally) only applies to threads being created there. Moderators moving threads or taking similar actions are exempt.

Page nodes are searchable
If you have page nodes with content in them, they will now be indexed and displayed in search results. (Note that if you are upgrading, you will need to rebuild the page search index for them to become searchable.)

Sub-forum popup menu can be disabled
You can now use a style property to disable the sub-forum popup menu and simply display the forums in a small list below the forum.

ss-2013-06-02_10-25-30.webp


Quote height limited
There is now default CSS to prevent quotes from dominating messages by setting a max-height. Embedded media and images with the quotes will be further shrunk as well. Quoted images can still be clicked to be viewed full size.

Support for tabs on new content pages
For add-on developers, there is now a new system to add tabs to the top of new content pages (such as "new threads"). This will make it easier for users to find updates to non-thread/post content.
 
Even a Sunday doesn't stop the new features coming in 1.2. However, this is likely to be the last HYS for XF 1.2, so take that as you wish. :)

User preference to disable Flash uploader
Some users have run into problems where Flash is enabled but Flash-based uploads would fail. Individual users can now turn off the Flash uploader even if the admin has enabled it.

Robot identification in online visitors
The online visitors lists now distinguishes guests from robots based on user agent and counts them separately.

When viewing the list of online users, robots will be displayed differently, showing you a bit of information about the robot. The online users list can now be filtered to just members, guests, or robots.

Command-line upgrader
For larger forums, particularly ones concerned with time outs from modifications to large tables, 1.2 adds a simple command-line-based upgrade system (library/XenForo/Install/run-upgrade.php).

Note that this doesn't handle replacing files. It simply substitutes running the <url>/install/ portion.

Attachment thumbnail rebuild
Attachment thumbnails can now be rebuild via Tools > Rebuild Caches. This is generally only needed if you change the attachment thumb size.

Per forum option to require a prefix
Individual forums can now require a prefix to be selected before a thread can be created. Note that this (intentionally) only applies to threads being created there. Moderators moving threads or taking similar actions are exempt.

Page nodes are searchable
If you have page nodes with content in them, they will now be indexed and displayed in search results. (Note that if you are upgrading, you will need to rebuild the page search index for them to become searchable.)

Sub-forum popup menu can be disabled
You can now use a style property to disable the sub-forum popup menu and simply display the forums in a small list below the forum.

View attachment 47365

Quote height limited
There is now default CSS to prevent quotes from dominating messages by setting a max-height. Embedded media and images with the quotes will be further shrunk as well. Quoted images can still be clicked to be viewed full size.

Support for tabs on new content pages
For add-on developers, there is now a new system to add tabs to the top of new content pages (such as "new threads"). This will make it easier for users to find updates to non-thread/post content.

Does the new 1.2 version have a Tags feature with a tag cloud? If so, please direct me where to activate it. Thanks.
 
Sub-forum popup menu can be disabled
You can now use a style property to disable the sub-forum popup menu and simply display the forums in a small list below the forum.

View attachment 47365

How can I do that?

I have tried this so far with no success
Code:
.nodeList .node .subForumList li { width: 250px; }
.nodeList .node .subForumList {width: 50%;}
 
Support for tabs on new content pages
For add-on developers, there is now a new system to add tabs to the top of new content pages (such as "new threads"). This will make it easier for users to find updates to non-thread/post content.
Could you post some more information on this system? How does this work? What is needed for an addon to show new content on a new tab?
 
Xen Media Gallery does this.

You need to extend the controller, add the PHP code for the tab, create a template, and write a load of code to fetch the newest content.

It's not difficult for an add on developer to do.
 
Even a Sunday doesn't stop the new features coming in 1.2. However, this is likely to be the last HYS for XF 1.2, so take that as you wish. :)

User preference to disable Flash uploader
Some users have run into problems where Flash is enabled but Flash-based uploads would fail. Individual users can now turn off the Flash uploader even if the admin has enabled it.

Robot identification in online visitors
The online visitors lists now distinguishes guests from robots based on user agent and counts them separately.

When viewing the list of online users, robots will be displayed differently, showing you a bit of information about the robot. The online users list can now be filtered to just members, guests, or robots.

Command-line upgrader
For larger forums, particularly ones concerned with time outs from modifications to large tables, 1.2 adds a simple command-line-based upgrade system (library/XenForo/Install/run-upgrade.php).

Note that this doesn't handle replacing files. It simply substitutes running the <url>/install/ portion.

Attachment thumbnail rebuild
Attachment thumbnails can now be rebuild via Tools > Rebuild Caches. This is generally only needed if you change the attachment thumb size.

Per forum option to require a prefix
Individual forums can now require a prefix to be selected before a thread can be created. Note that this (intentionally) only applies to threads being created there. Moderators moving threads or taking similar actions are exempt.

Page nodes are searchable
If you have page nodes with content in them, they will now be indexed and displayed in search results. (Note that if you are upgrading, you will need to rebuild the page search index for them to become searchable.)

Sub-forum popup menu can be disabled
You can now use a style property to disable the sub-forum popup menu and simply display the forums in a small list below the forum.

View attachment 47365

Quote height limited
There is now default CSS to prevent quotes from dominating messages by setting a max-height. Embedded media and images with the quotes will be further shrunk as well. Quoted images can still be clicked to be viewed full size.

Support for tabs on new content pages
For add-on developers, there is now a new system to add tabs to the top of new content pages (such as "new threads"). This will make it easier for users to find updates to non-thread/post content.
Yes, these are great!
 
Top Bottom