Recent content by DKGE

  1. DKGE

    XF 2.2 Returning a File to the User and Implementing AJAX Form Action

    Hey I was wondering and struggling all day on how to make XenForo return a file to the user after a request. I managed to get it working on direct url access. /xxxx/download public function actionDownload(ParameterBag $params) { $visitor = \XF::visitor(); // Check if the...
  2. DKGE

    XF 2.2 Addon templates tags documentation

    Thanks for the info I have been trying the reverse engineer methode, that is how I got this far. I have the routes templates and controller setup already and can view the templates inside xenforo correctly. Just need to figure out how to use the template namespaces to start working with the...
  3. DKGE

    XF 2.2 Addon templates tags documentation

    Hello I am trying to learn how i build a addon. I followed the video playlist on YouTube and checked out the developer docs. At this point i have routes templates menus but i am not sure how to work with the ui element build in to XenForo. You can use bootstrap inside a addon but that is not...
  4. DKGE

    XF 2.1 Login to XF2 On Different SubDomian Via PHP

    Found a way :) Get the cookie using: $_COOKIE (I was using Laravel build in functions) :unsure:
  5. DKGE

    XF 2.1 Login to XF2 On Different SubDomian Via PHP

    I am also curious about that one Did you manage to find what he added ?
  6. DKGE

    XF 2.2 Where to find XF.php Documentation?

    Hello I would like to learn more about interacting with XF.php But so far i am unable to find documentation of what is available. For example once you have the user as $user what are the options you can use. (example: $user->username) I figured some stuff out by just testing and trying...
  7. DKGE

    Members map [Paid]

    Same forum as mentioned above The cron job takes way too long to complete so it times out Gateway Timeout The gateway did not receive a timely response from the upstream server or application. Edit: Issue has been solved thanks to AndyB :)
Top Bottom