cxf

  1. 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...
  2. 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...
  3. 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...
  4. 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
  5. 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)...
  6. 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...
  7. 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...
  8. 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"]...
  9. 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 -
  10. 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...
  11. BassMan

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

  12. 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 { .m-faContent(@fa-var-sign-in); color: #E6BB5C; }...
  13. 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.
  14. BassMan

    [cXF] Hide user extra info ...

    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; } /**********/
  15. BassMan

    [cXF] Welcome Notice Widget 1.1.1

    Description: This add-on will show a welcome notice as widget to guests on your forum. Features: add notice as a widget and position it almost anywhere highly customizable in style properties (change text color, background, icons, button color etc.) title and description are phrased for easy...
  16. BassMan

    [cXF] Advertisement Positions for XFRM 1.2.1

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

    [cXF] Slovenian translation for Resource Manager / Slovenski prevod za Resource Manager 20201216

    Slovenian translation for XenForo Resource Manager Front-end (user interface) is fully translated. It is possible that you will find a phrase untranslated. Let us know about it. Back-end (admin panel) is not translated. License: Distributed for non-commercial use only. Terms of use: you are...
  18. BassMan

    [cXF] Slovenian Translation for XenForo | Slovenski prevod za XenForo 20221211

    Slovenian translation for XenForo Front-end (user interface) is fully translated. It is possible that you will find a phrase untranslated. Let us know about it. Back-end (admin panel) is not translated. Branding: A branding removal license can be purchased for €30. Upgrade account with cXF...
  19. BassMan

    [cXF] Twitter Widget 1.1.1

    FEATURES add Twitter plugin to a widget (best in sidebar position, but you can choose any you want) adjust plugin language add any Twitter Page URL light or dark theme (this can be set for each style individually) hide footer in plugin remove borders in plugin (this can be set for each style...
  20. BassMan

    [cXF] Facebook Page Widget 1.1.2

    FEATURES add Facebook Page plugin to a widget (best in sidebar position, but you can choose any you want) adjust plugin language add any Facebook Page URL add tabs like timeline, events, messages use small header in plugin hide cover in plugin show facepile in plugin hide call-to-action button...
Top Bottom