Recent content by xf_phantom

  1. xf_phantom

    FAQ Manager by Iversia

    There's a small bug in your Iversia_FAQ_ModerationQueueHandler_Question class $alertModel = XenForo_DataWriter::create('XenForo_Model_Alert'); Model, not DW :)
  2. xf_phantom

    How to add some plugins or custom buttons to Redactor

    Would this be a good way to remove some buttons from the editor?
  3. xf_phantom

    How to add some plugins or custom buttons to Redactor

    yes. I've given it up to try to find a solution for the current problem and just removed $view->createOwnTemplateObject()->addRequiredExternal('js','js/core/editorplugins.js'); and replaced with an template edit inside the editor_js_setup template. Now the redactor exists when my code is...
  4. xf_phantom

    Extra Portal

    There's a max image width style property available
  5. xf_phantom

    How to add some plugins or custom buttons to Redactor

    It is there before the redactor.js i'm using $view->createOwnTemplateObject()->addRequiredExternal('js','js/core/editorplugins.js'); $editorOptions['json']['buttons']['insert'] = array( 'title' => 'insert', 'callback' => 'foo' ); inside the...
  6. xf_phantom

    How to add some plugins or custom buttons to Redactor

    Do i need to take care of the EditorInit event? $(window).on('EditorInit', function(editor, config,textarea) { this.redactor = editor; this.redactorOptions = config; if (typeof this.redactor != 'undefined') {...
  7. xf_phantom

    [oxy] News Portal [Paid] [Deleted]

    thx, it worked now
  8. xf_phantom

    [oxy] News Portal [Paid] [Deleted]

    Where can i get the newest version? I didn't get any notification
  9. xf_phantom

    Lack of interest Add the content type and content id to the bbCode States array

    It would be nice, if you would add the content type and content id to the bbCodeOptions States array. The problem with your current implemention is, that you're setting the contentType and contentIdKey in the extraOptions array, but they aren't available in the parser, only the states array...
  10. xf_phantom

    XenForo 1.3 General Discussion & Feedback

    I'm talking about something like http://xenforo.com/community/threads/1-2-beta-tips-tricks-faq.52836/#post-565939
  11. xf_phantom

    XenForo 1.3 General Discussion & Feedback

    Is a changelog(for 3rd party devs) available?
  12. xf_phantom

    Lack of interest Content attach_count rebuild

    Wouldn't it be better to use XenForo_Model_Attachment::countAttachments inside datawriters:.associateAttachments and after attachment deletion to rebuild the counter, instead of calling +1 / -1 queries (*). This would deliver the real values. I've just seen on another board with inconsistent...
  13. xf_phantom

    Embeddable Blog/Page Comments (like Disqus)

    Yea, would love to see something similar to IPS Remote Commenting http://www.invisionpower.com/services/enterprise/remote-commenting :)
  14. xf_phantom

    XF 1.3 [thread=xxx] and [post=xxx]

    http://xenforo.com/community/resources/digital-point-thread-post-bbcode.87/
  15. xf_phantom

    Xenforo 2 to 3 years behind vB??

    Something's broken on your forum! i'm getting this error http://baconforum.com/attachments/bacon-jpg.10/
Top Bottom