Recent content by Liam C.

  1. Liam C.

    XF 2.3 <xf:editor Page COntainer

    This is what I ended up with: <head> <link rel="manifest" href="{{ base_url('webmanifest.php') }}"> <xf:macro template="helper_js_global" name="head" arg-app="public" /> </head> <div class="p-pageWrapper" id="top"> <xf:macro template="helper_js_global" name="body" arg-app="public"...
  2. Liam C.

    XF 2.3 <xf:editor Page COntainer

    That's what I was concerned about.. yeah I started doing that! Seems multiple elements is needed for it. Thank you though! I'll send back the results for anyone else who needs it too.
  3. Liam C.

    XF 2.3 <xf:editor Page COntainer

    I have started to use a custom page customer and it's amazing! Very useful, however I realise there are functions that I cannot use. One of the main ones is <xf:editor. It seems that it, almost, completely disappears during view. PAGE_CONTAINER: CUSTOM_PAGE_CONTAINER: What would I add...
  4. Liam C.

    XF 2.3 Securing an Addon

    Perfect! Thank you very much. I'll make sure to consider this whilst developing this addon. Appreciate it!
  5. Liam C.

    XF 2.3 Securing an Addon

    Hi there, I am currently creating an addon and I'm looking to try and ensure it's as secure as possible and would like to know either thoughts or suggestions on how to improve it. I'm currently defining each route's controller with hasPermission at the start before anything else, and returning...
  6. Liam C.

    XF 2.3 AJAX requests - Page Container

    Ah that's a shame! Thank you though, will go through a different UI method then
  7. Liam C.

    XF 2.3 AJAX requests - Page Container

    Hi there, I've started to create custom routes with Xenforo addons alongside a custom PAGE_CONTAINER. Though I've noticed that whenever I navigate with the page_container (during hyperlinks), it refreshes the page which yeah, that's expected. But is it possible to prevent page_container...
  8. Liam C.

    XF 2.3 Custom Layouts / Page_Containers

    This was perfect! Thank you very much.
  9. Liam C.

    XF 2.3 Custom Layouts / Page_Containers

    Hi there. I'm currently developing an XF Addon which creates custom routes. This is all going fine however I've removed the XF elements (top nav, staff nav, footer, etc) from those routes to input my own layout. I've made this layout and do not wish to keep updating the layout all across the...
  10. Liam C.

    [OzzModz] Advanced Forms [Paid]

    Hey there @Ozzy47 Regarding 2.2.6 Release Candidate 2, is that relating to the issue that I had posted up above?
  11. Liam C.

    [OzzModz] Advanced Forms [Paid]

    Not sure what you mean by "manually creating a thread". We use AdvancedForms quite often on our site, we've used it for a few years (and not long did a massive update, not sure if it worked before that or not. Currently on 2.2.3 on AdvancedForms). I haven't been able to test it myself either...
  12. Liam C.

    Give User an Option to self-delete their Account

    I like the idea of keeping it to an addon - I can understand this being useful on a number of aspects however for a small site, it's not a necessity whereas a larger one would be extremely useful. Following GDPR is essential for a business, and having an option for 'Delete account' may result...
  13. Liam C.

    Suggestion: Add Poll Option in Suggestion Threads

    I can see that being a nice feature, however do not think it's exactly a necessity with Xenforo. It feels that less than 5% of users would ever use this feature. Might be a good idea for an addon at most.
  14. Liam C.

    XF 2.2 Showing bans in Warnings tab

    Hey there, looking to include "Bans" in the "Warnings" tab on our Forums. This is so it is used as a "Punishment History" tab instead. Meaning any bans that are issued, show up in this tab too. I tried messing around with the template but cannot find any variable for bans. Any suggestions?
Back
Top Bottom