Recent content by Robin De Schepper

  1. Robin De Schepper

    Creating an admin panel

    What would be the best way to add an admin panel with settings and configuration to my addon? Is there a simple way to create your own tab in the admin panel (template hooks, ...) or should I create my own page for it?
  2. Robin De Schepper

    User Group questions

    1) Could you post a little example snippet? If it's too much I'll just try to figure it out myself. 3) Either inside a ControllerPublic action or View's renderHtml.
  3. Robin De Schepper

    User Group questions

    Hey, how can I let my addon; A) Create a new user group B) Assign users to it C) Check whether someone is in that user group?
  4. Robin De Schepper

    $_GET in the URL

    JulianD, what are the proper functions to build links?
  5. Robin De Schepper

    Post thread from ViewPublic extending class

    Hello, I just started developing add-ons for XenForo and I have a small question. I've been looking into the XenForo DataWriter class to write posts from my add-on but I need some kind of Forum class. Is there any way I can initialise a Forum class from the renderHtml environment in a...
Top Bottom