Recent content by conditionzero

  1. conditionzero

    XF 2.2 Prefill message subject / body

    Is it possible to link to a PM with a user that has the subject and message prefilled with some boilerplate text?
  2. conditionzero

    XF 2.2 Contents of _output not written to _data on release?

    Thank you both @mattrogowski and @Kirby that seems to have fixed things. Not exactly clear to me in the docs, I apologize if I was running you in circles!
  3. conditionzero

    XF 2.2 Contents of _output not written to _data on release?

    Thanks for the reply. So say I have my add-on in source control with all of its files and the _output (_data ignored). If I was setting up a clean environment with a new database, are there steps for syncing the _output to the database? That way I can also think about how to get my add-on...
  4. conditionzero

    XF 2.2 Contents of _output not written to _data on release?

    Yeah, from the zip of the release. For example here is the contents of navigation.xml I wonder if there is a verbose mode that should show any errors, because the release and export commands are working without any errors. <?xml version="1.0" encoding="utf-8"?> <navigation/>
  5. conditionzero

    XF 2.2 Contents of _output not written to _data on release?

    I believe so, everything was added there when added from the dev server. Here is an example of one. This is a navigation item's json. I appreciate the help! { "parent_navigation_id": "", "display_order": 300, "navigation_type_id": "basic", "type_config": { "link"...
  6. conditionzero

    XF 2.2 Contents of _output not written to _data on release?

    Right, but all the XML in those files are blank. Nothing is being generated in them based off the _output.
  7. conditionzero

    XF 2.2 Contents of _output not written to _data on release?

    Is there something you need to do specifically to write the contents of _output to _data during release? I have several templates and permissions that need to be installed with my add-on that do not seem to be present in the release. Also, when installing the add-in in development mode after an...
  8. conditionzero

    XF 2.2 Xenforo Cloud Add-On Development

    Ok I will create a ticket, thank you.
  9. conditionzero

    XF 2.2 Xenforo Cloud Add-On Development

    I tried searching, but could not find anything. Forgive me if this has been discussed or is documented somewhere. When reading the documentation for add-on development, the php command is run from the Xenforo directory to create a new add-on. How does one go about developing an add-on if you...
Top Bottom