xfcp

  1. CStrategies

    XF 2.2 Help routing to XFCP extension

    I get most things in XenForo but routes drive me mad. I have added a custom action method to my extension of the XFRM resourceitem public controller. Here is the format of the extension: <?php namespace My\Addon\XFRM\Pub\Controller; use XF\Mvc\ParameterBag; use...
  2. jasculs

    XF 1.5 Cannot Load Class Using XFCP? Any easy solution

    I know for sure that I have a plugin conflict with another add-on but was just wondering if anyone knew if this was an easy fix? I have programmers that I work with but I they won't be available for a couple days. I know how to edit files and look for places in code so if it's an easy fix I can...
  3. Earl

    XF 2.0 Having trouble extending \XF\FileWrapper. Can anyone spot my problem?

    What I'm trying to do is: I wanna add some metadata to a file and modify it as soon as it uploads as an attachment. (before hash calculations etc) So I thought overriding beforeNewAttachment method in AbstractHandler would do the trick. XF\Attachment\AbstractHandler public function...
Top Bottom