template modification

  1. justin kane

    XF 2.2 Customize breadcrumb Location

    I am trying to move the breadcrumbs from the bottom of the page to move them above the "similar threads" container. It seems as though when I move them around within the page container they either move all the way to the top or all the way to the bottom. My site is here: MY SITE as an...
  2. FoxSecrets

    XF 2.2 How to modify template with html that changes

    I need to implement template modification just before login block but the div changes due some other add-on and because of that my modification doesn't work, the div is never found. <div class="p-navgroup p-account {{ $xf.visitor.user_id ? 'p-navgroup--member' : 'p-navgroup--guest' }}"...
  3. Orit

    Unmaintained Make collapsible sub-forums of a forum with no parent in forum list

    This is something I've been trying to gain for quite some time. It works with my forum: In the forum list, When you have a long list of sub forums, you'd often like them to collapse into a sub-forum list. However, by default they'd collapse only when they are on third level...
  4. ⭐ Alex ⭐

    Lack of interest Side-by-side comparison option for Template Merging

    It would be nice if the "Merge" button on templates had an option for "Side by Side" merging. I find the all in one difficult to understand. As you can see here is a photo of the current all in one merger for the update to XF 2.2: There isn't a clear sign of what was added in 2.2 and what...
  5. frm

    Unmaintained Clean 3 Column Custom Field Lists

    Want clean 1-3 columns for different devices? Display one on smaller devices: Two on medium: And three on large: Add this code to extra.less .listInline--customField { @media only screen and (max-width: 600px) { columns: 1; -webkit-columns: 1; -moz-columns: 1...
  6. Slion

    XF 2.1 Template modification not applied

    I created a core.less template modification for my add-on but it looks like it's not applied for some reason. I created it based on a similar one from XFRM. The only difference I could spot is the apply count and those numbers on the side. What am I missing?
  7. Ozzy47

    [Xenbros] Grid layout for node without addon

    Hemant here again with Node grid layout without Addon. Well after Developing some addon i really like to go back to learn and play with css but this time with flex instead of grid so here a quick mod for you. so here it is. So here a simple CSS that you need to place it in Extra.less that will...
  8. GERINO

    [SC] Support Us Widget

    GERINO submitted a new resource: [SC] Support Us Widget in SideBar - Add Support Us Widget in SideBar Read more about this resource...
  9. SyTry

    [SC] Support Us Widget 2.0.0

    Description : This add-on allow you to add a Support Us widget in the sidebar. Feature summary : Options : Enable Text Link Overlay Style properties : Enable icon Icon Branding : This add-on does not include branding. Installation : Download and unzip it. Copy the...
  10. SyTry

    [SC] Online Status Indicator 2.0.0

    Description : This add-on allow you to add a online/offline status indicator. Feature summary : Style properties : Online Icon Offline Icon Hide on mobile : Hide Show Online Indicator Offline Indicator Online Indicator - Responsive Offline Indicator - Responsive Branding : This add-on...
  11. caino79

    XF 2.0 Rebuild templates hourly

    Hello, I have an external python function that write hourly directly on xf_template_modification table. How can I created an entry on Xenforo Cron and rebuild the templates hourly too? Is not important the contemporaneity of the events. Thanks.
  12. L

    <select> inside a <xen:option>

    I'm trying to create a template modification that adds a new option to a radio unit in an admin template. This existing radio unit looks like so: <xen:radiounit label="..." name="..."> <xen:option value="...">...</xen:option> ... </xen:radiounit> I want my new option to contain a...
  13. CyberAP

    Lack of interest Self-required css templates or an easy alternative to include css with 0 TM or direct edits

    It is a minor feature request and it's based on some of the add-ons I already made that have no actual .php files and only contain a single XML. For example I want to create an add-on that changes the look of editor or any other element. To do that I'll have to: Create a template; Create a new...
  14. Soul Fighters Academy

    XF 1.5 Edit Display of Tags (template?) the right way

    Hello, I am new to Xenforo, but have a decent development background. I'm looking to modify the display of the tag results (see screenshot below) for my site. http://soulfightersacademy.com/network/index.php?tags/ I am assuming that I would edit the a "tag" template or something. But is that...
  15. Mr Lucky

    XF 1.5 Why doesn't this template modification work?

    I want to replace the default phrase here (can't do it in phrases as I only want it in this one position) However it doesn't seem to work, ie the default phrase remains. Find: <a href="{xen:link account/alerts}" rel="Menu" class="navLink NoPopupGadget">{xen:phrase alerts} Replace: <a...
  16. R

    Prevent template modifications?

    I can select this options in the templates for the addons I created: There are no more details. So I wonder what effects are when I enable this. In what cases should/may you enable this option?
  17. Freelancer

    XF 1.5 Add Stats to Sidebar Visitor Panel – Best Practice?

    I want to add third party add-on statistics, taken from the user's personal profile page sidebar "info block" to the forum home page "sidebar visitor panel" – using template modifications. How to do it and what's the best practice (as "hooks" are depreciated)? Thanks in advance.
  18. DevTech

    Learn Theme Editing Xenforo

    As I a checking the demo version of the Xenforo found templates and view something new to me. As from past few months am working on mybb, so just very habitual of it. But now me and my team is planning to shift our forum on XF. Used demo and many things in ACP, everything we want and more will...
  19. agison

    Implemented Notices for Un-Applied Template Modifications

    Hi! Sometime we modify templates or update Addons, some Template Modifications would not be applied. Could we have some notices for this issue (may be an option to turn it on or off)? Thank you.
  20. Sim

    Testing template modifications when upgrading XenForo

    When upgrading to a new version of XenForo (particularly a 2nd dot level release where there are potentially quite a few changes, eg 1.5) is there an easy way to identify which template modifications may no longer work as expected? If the assumptions we've made about the template that is being...
Top Bottom