[cXF] Sidebar Extension

[cXF] Sidebar Extension [Paid] 1.5.8

No permission to buy ($15.00)

BassMan

Well-known member
BassMan submitted a new resource:

Sidebar Extension - Enhance your default sidebar with many features.

Description:
This add-on will enhance your default sidebar.

*If you want to use Font Awesome icons locally you need to install this add-on: https://xenforo.com/community/resources/font-awesome-local.4287/
If you're not using Font Awesome than you don't need this add-on.


Features:

  • login form in sidebar
  • remove visitor panel block
  • remove statistics block (or optional only for guests)
  • hide latest...

Read more about this resource...
 
@vij , it works with 1.4, but won't remove visitor panel. If you need this I can help you. Other options works fine, except those for 1.5, of course.
 
  • Like
Reactions: vij
@sami simo
Ok, this is what works with [cXF] Sidebar Extension and [bd] Widget Framework add-on;

  • remove visitor panel
  • login from sidebar
  • sidebar on left
  • sidebar width for mobiles
Icons won't work.
 
If you're using @Arty's Elegance 2 style and want New Posts block above forum list to look like that:

upload_2015-10-28_20-59-33.webp


... add this code to EXTRA.css template of that style:
Code:
/*** [cXF] Sidebar Extension - New Posts block above forum list ***/
.cxf_newposts {
    border: 1px solid #F9F9F9;
    border-radius: 3px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to bottom, #ECECEC 0%, #EAEAEA 10px, #F4F4F4 50px);
    box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.5) inset, 0px 0px 3px 1px rgba(128, 128, 128, 0.1) inset, 1px 1px 3px rgba(0, 0, 0, 0.15), 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
    padding: 3px 9px;
}
.cxf_newposts .nodeList.sectionMain {
    margin-top: 0;
}
.cxf_newposts .threadListItem:first-child {
    padding-top: 5px;
}
.cxf_newposts .threadListItem {
    padding: 5px;
}
.cxf_newposts .nodeList .categoryStrip .nodeTitle a {
    color: #fff;
}
/**********/
 
BassMan updated [cXF] Sidebar Extension with a new update entry:

1.4.0

What's new in version 1.4.0:
  • added option to set the icon for new posts in block above forum list (#1) and the "More" link at the end of block (#2) which points to New Posts page for users and Recent posts for guests:
se_new_posts_block_above.webp

The icon is from Font Awesome and it's changable in style properties.​


How to upgrade:
  • install the XML file

Read the rest of this update entry...
 
Top Bottom