customizexf.com

  1. BassMan

    [cXF] Top Navigation 1.9.5

    FEATURES sticky or don't sticky top navigation to the top of your forum (separate option for mobile view) move elements to top navigation: Visitor Tabs only, Search Tab only, Visitor Tabs AND Search tab and up to 10 links to top navigation (title, URL, open in new tab, open in an overlay, link...
  2. BassMan

    [cXF] Cookie Notice 1.1.0

    Description: Customize the default XenForo cookie notice or make it float. It works also with advanced cookie consent notice (from XenForo 2.2.12). Demo on our site for floating cookie notice. for settings check Appearance > Style properties > [cXF] Cookie Notice < examples > ... this...
  3. BassMan

    [cXF] Logo in Navigation 1.2.1

    Description: With this add-on you can show your forum logo in different way in your default style. Features: show logo only in navigation show logo only in sticky navigation option to show different (smaller) logo in sticky navigation Example screens: < logo in navigation only > < logo...
  4. BassMan

    [cXF] Reply to User 1.1.1

    Description: Add post author username next to reply with quote. A new phrase added: reply_to Translate or edit it to suit your needs.
  5. BassMan

    [cXF] Spoiler Title 1.0.0

    Description: Replace spoiler phrase and change behaviour. if no spoiler title is entered the phrase See more will show instead of Spoiler if spoiler title is entered the phrase Spoiler is removed in front of it
  6. BassMan

    [cXF] Matomo Analytics 1.1.0

    With this simple template modification you can easily add your Matomo (formerly Piwik) tracking code in a template. You can do it all by yourself by directly editing the template or install this simple template modification. Set all your Matomo analytics settings in Matomo control panel and...
  7. BassMan

    [cXF] Coloured Node Icons

    How to change node icon colour to something like that? This is a DIY step-by-step tutorial. Before changing the code let's get prepared: To change the category block header see this guide. Be sure what type is your node you wish to change the icon for (Category, Forum, Link forum or Page)...
  8. BassMan

    [cXF] Hide forum title only on forum list

    To hide forum title only on forum list you can add this code to your extra.less template: /*** Hide forum title on forum list ***/ [data-template="forum_list"] { .p-title-value { display: none; } .p-title { float: right; } } /**********/ Result: To float the...
  9. BassMan

    [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 Forum list: SideNav Forum view...
  10. BassMan

    [cXF] Conversation Button 1.3.1

    Description: Some administrators want to highlight the talk button in order to make it easier to contact the user, so this add-on will add a button or conversation icon to the message block user. Features add conversation button above user details in the message block add conversation button...
  11. BassMan

    [cXF] Remove Location, Website and About you field 1.4.4

    Description: This add-on removes location and website fields from member profile and account details page based on usergroup permissions. Screens
  12. BassMan

    [cXF] Hide Spoiler/Code content 1.1.0

    Description: 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)...
  13. BassMan

    [cXF] Customize ads after first post 1.0.0

    You can easily customize your ads (for example AdSense) by adding some extra code to your HTML box when creating your ad. Example #1 ... and on mobile: As you can see in above screen the ad will show like post with avatar. The title below avatar is phrased so it's easy to translate it...
  14. BassMan

    [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). Additions for cXF Membership users With our Premium cXF DIY Customizations you can also customize...
  15. BassMan

    [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"]...
  16. BassMan

    [cXF] Remove Inbox and Alerts phrase 1.0.0

    Description: This add-on removes Inbox and Alerts phrase to show only icons. - without add-on - - with add-on -
  17. BassMan

    [cXF] Coloured Node Categories

    Add code to your extra.less template: /* Coloured Node Categories */ .block.block--category.block--categoryX .block-header { background: #009ACF; color: #ffffff; } /**********/ Change X to your node ID. How do I find node ID? It's simple to find it. Just hover on your Node Category...
  18. BassMan

    [cXF] Node description only on hover 2017-12-27

  19. BassMan

    [cXF] Icons for Login and Register buttons

    For XenForo 2.3 add below code to your extra.less template: /* Icons for Login and Register buttons */ .p-navgroup-link.p-navgroup-link--textual.p-navgroup-link--logIn:before, .p-offCanvasRegisterLink [href*="login"]:before { .m-faContent(@fa-var-sign-in); color: #E6BB5C; }...
  20. BassMan

    [cXF] Navigation tab icons 2.2

    Optionally you can edit icons for selected tabs: Icons are added only with Less code. You'll also get a simple guide how to add icons to any of your navigation tab.
Top Bottom