cxf

  1. ENXF NET

    xF2 Add-on [cXF] Mark as Solution Notice 1.0.0

    Description: Notice is available on question type templates and visible only to thread starter when no solution is selected. The notice will show above quick reply box only if there is more than 1 reply in a thread. To change the text change phrase cxf_masn. Colors for notice are based on...
  2. ENXF NET

    xF2 Add-on [cXF] Back to top in post 1.3.0

    Description: Add an arrow to Go to top (of the page) in each post and optionally choose a position. Features show arrow to go to top on the left side of share icon in post or show arrow to go to top on the right side of post number arrow for Go to top will not show in first post Screens < on...
  3. ENXF NET

    xF2 Add-on [cXF] Add What's New beside Alerts tab 1.7.3

    Description: This add-on adds an icon (optional with text) with link to What's New page on the right side of Alerts tab or Search tab. Text beside icon is phrased so you can easily change it. It's not visible on mobile. * [cXF] Top Navigation add-on is supported Features show What's New icon...
  4. ENXF NET

    xF2 Add-on [cXF] Hide resource downloads and views count 1.0.1

    This add-on adds user group permissions to show/hide resource downloads or views count. *it's hidden by default to all user groups so check and set permissions Features show or hide resource downloads count show or hide resource views count (for XF 2.1 and above) Screens < show counts > <...
  5. ENXF NET

    xF2 Add-on [cXF] Search Widget 1.0.2

    With this add-on you can add a widget to almost any position with a search box. In style properties there are also some extra features (check screens below). Search functions as quick search on forum list (it always search everywhere on forum). Features: show search box as a widget show/hide...
  6. ENXF NET

    xF2 Add-on [cXF] Bookmark Post Bottom 1.0.1

    Add bookmark link to post bottom with some extra options. Features: show phrase only show phrase and icon show icon only hide bookmark link to menu when on mobile view Screens: or show bookmark link with icon: or only icon: show it on mobile: or hide it in mobile menu: style...
  7. ENXF NET

    xF2 Add-on [cXF] Hide Spoiler/Code content 1.1.0

    With this add-on you can hide the content of spoiler [SPOILER] or code [CODE] BBcode with permissions by user group. Features: hide spoiler content and show text (phrased for easy edit and translate) hide code content and show text (phrased for easy edit and translate) permissions by user...
  8. ENXF NET

    xF2 Add-on [cXF] Advertisement Positions for XFRM 1.2.1

    Add advertisements to predefined positions for XenForo Resource Manager. Simply choose position when adding advertisement in the Advertising menu in ACP. Features: above featured resources position (resource_overview) below features resources position (resource_overview) below resource list...
  9. ENXF NET

    xF2 Add-on [cXF] Add What's New beside Alerts tab 1.3.0

    This add-on adds an icon with link to What's New page on the right side of Alerts tab. It's not visible on mobile.
  10. ENXF NET

    XF 1 Tip [cXF] Transparent Code Background

    Instead of this: ... have this: Add code below to EXTRA.css template: .bbCodeBlock pre { line-height: 26px !important; padding: 0 10px 0 10px !important; background-image: -webkit-repeating-linear-gradient(top, rgba(0,0,0,.015) 0px, rgba(0,0,0,.015) 26px, rgba(0,0,0,.045) 26px...
  11. ENXF NET

    xF2 Add-on [cXF] Advertising position after first post 1.1.2

    Description: Show ads after first post only if there are any replies. Screens: How does is work? After installing go to Add advertisement and choose position Post: After first post (by cXF).
  12. ENXF NET

    xF2 Add-on [cXF] Sidebar Widget Positions 1.3.0

    Widget positions you get with this add-on: What's new posts: Sidebar What's new media: Sidebar What's new media comments: Sidebar What's new resources: Sidebar What's new profile posts: Sidebar What's new news feed: Sidebar What's new latest activity: Sidebar Screens
  13. ENXF NET

    Unmaintained [cXF] Download button always on right side

    - without code - - with code - As you can see the download button is always on the right side. To achieve this add this code to your extra.less template: /*** Download button always on right side ***/ @media (min-width: @xf-responsiveMedium) { [data-template="xfrm_resource_view"] .p-title...
  14. ENXF NET

    Xenforo 2.0 [cXF] Hide user extra info and show it on hover

    Add code to your extra.less template: /* Hide user extra info */ .message-userExtras { opacity: 0; max-height: 0px; overflow: hidden; transition: all 0.5s ease-in-out; } .message-cell.message-cell--user:hover .message-userExtras { opacity: 1; max-height: 300px; } /**********/
Top