Description:
Add different thread information blocks to the thread view's sidebar. These blocks give you a brief overview of some important information about the thread starter and the thread itself. This can be useful if you are using it in a private support node. I use this add-on at...
If all page elements / blocks would be widgets, then we would be able to order all page elements in any position we like. Not just sidebar blocks, but any page element.
This will allow us to place any block anywhere.
We could reorder page elements to our liking and easily create unique pages...
Requirements
XenForo > 1.4.x
Description
With Thread Footer Blocks a whole new level of customization is brought to your forum threads.
Kinda working like widgets, it allows you to configure blocks to be displayed at the bottom of threads of defined forums either in 1, 2 or 3 blocks layout...
This smiley pack adds all the building blocks from Minecraft 1.8 into your forum smilies. Each smiley uses the item ID as the shortcode so players can type :1: for stone blocks.
I made this pack so I could easily make a server price list, and so players could map redstone recipes in forum posts...
Hello.
I want to change the order of the blocks but after looking in the forum and reverting forum_list template, I can't find the New Resources block in forum_list.
I'm running RC2.
I'd like to request a "random" option for the resources displayed in the new Resources sidebar block.
The reason is that there's not enough activity in my resources section to warrant having a sidebar block that pretty much always display the same "recent" entries. However, a sidebar block...
Couple of questions about the New Resources sidebar block.
First, I can't seem to get this to display at all. Is there perhaps a conflict with the widget framework?
Second, is there a way to get the sidebar block to display random resources rather than just new ones?
Thanks!
Only for XenForo 1.5.x
Hide "New Resources", "New Posts" and "New Profile Posts" Blocks in sidebar on forum List.
For hide "New Resources" Block, add this in EXTRA.css:
.sidebar .miniResourceList {
display: none;
}
For hide "New Posts" Block, add this in EXTRA.css:
.sidebar .threadList {...