Recent content by CipherX

  1. C

    [xF-addons] Text Logo [Deleted]

    This resource has been removed and is no longer available.
  2. C

    [xF-addons] Board Title 1.0.0 [Deleted]

    This resource has been removed and is no longer available.
  3. C

    XF 2.3 Add the editor to a template

    Goes in the Template?
  4. C

    XF 2.3 Add the editor to a template

    @Jeremy P When using the editor to change the color of the text I get this output form the editor: Is there another step to include in the controller for it to spit out the text in color? Thanks, CipherX
  5. C

    XF 2.3 Add the editor to a template

    That was it. Much appreciation for taking the time to help me through this. Still learning. CipherX
  6. C

    XF 2.3 Add the editor to a template

    Here is the error message: This is line 68 $this->noteSaveProcess($note)->run();
  7. C

    XF 2.3 Add the editor to a template

    Does this look correct? It doesn't like this piece of code:
  8. C

    XF 2.3 Add the editor to a template

    @Jeremy P I tried several different options for 'your input name' and none of them worked. At a loss. Thanks, CipherX
  9. C

    XF 2.3 Add the editor to a template

    Here is the controller: <?php
  10. C

    XF 2.3 Add the editor to a template

    ? Thanks for your help CipherX
  11. C

    XF 2.3 Add the editor to a template

    @Jeremy P Here is my Entity file: The message is set to required. Any help would be much appreciated. Thank, CipherX
  12. C

    XF 2.3 Add the editor to a template

    @Jeremy P I get the editor to show in the template. But I get this error message when hitting submit: Oops! We ran into some problems. Please enter a value for the required field 'message'. What required field is it looking for? Thanks, CipherX
  13. C

    XF 2.3 Add the editor to a template

    @Jeremy P Can you also show how to add a title row and the save function? Thanks, CipherX
  14. C

    XF 2.3 Add the editor to a template

    Is there an easy way to add the editor to the template? Thanks, CipherX
  15. C

    XF 2.3 Need help with some code

    I am building an addon that uses widgets. I have my admin page pulling all the widgets. Now I want to just get the custom widgets to display. Where in my code did I got wrong? public function actionIndex($positions) { $widgetRepo = $this->getWidgetRepo(); $widgetsFinder =...
Back
Top Bottom