Recent content by bahram40

  1. B

    XF 2.2 Create add-on for 2.2.16 but not shows for install

    I found error, I have to copy the addons.json file locate in HolaMundo/_data to HolaMudno folder and not inside antoher folder, i don´t know why but doing this I could install it. Thx Team for help me and for your support :)
  2. B

    XF 2.2 Create add-on for 2.2.16 but not shows for install

    I tested with demo addon that I created and worked for me, it was a path problem, I removed src/addons and works but with the demo folder volvo4life@vl27187:~/www/dev$ php cmd.php xf-addon:build-release demo Performing add-on export. Exporting data for demo to...
  3. B

    XF 2.2 Create add-on for 2.2.16 but not shows for install

    Yes yes, when I run it I created the demo folder.
  4. B

    XF 2.2 Create add-on for 2.2.16 but not shows for install

    But the path that are the addons is src/addons/ volvo4life@vl27187:~/www/dev$ php cmd.php xf-addon:build-release addons/HolaMundo No add-on with ID 'addons/HolaMundo' could be found. volvo4life@vl27187:~/www/dev$
  5. B

    XF 2.2 Create add-on for 2.2.16 but not shows for install

    Yes I think that yes, this is a Xenforo version 2.2.16 that I upgraded last week from 2.0.7 to 2.2.16. By the other hand, I run the command create and create the folder again with Demo addon inside Addons folder.
  6. B

    XF 2.2 Create add-on for 2.2.16 but not shows for install

    I tried but I get the saem error. volvo4life@vl27187:~/www/dev$ php cmd.php xf-addon:build-release src/addons/HolaMundo No add-on with ID 'src/addons/HolaMundo' could be found.
  7. B

    XF 2.2 Create add-on for 2.2.16 but not shows for install

    the Xenforo addons, that I have active in my site.
  8. B

    XF 2.2 Create add-on for 2.2.16 but not shows for install

    In my Xenforo I have no addon folder in root.
  9. B

    XF 2.2 Create add-on for 2.2.16 but not shows for install

    Sorry Jeep but I can´t see it. This is what I have.
  10. B

    XF 2.2 Create add-on for 2.2.16 but not shows for install

    I am executinng directly in my host, and I don´t know where is locate the release directory.
  11. B

    XF 2.2 Create add-on for 2.2.16 but not shows for install

    I get this error on CLi when execute the command. php cmd.php xf-addon:build-release src/addons/HolaMundo No add-on with ID 'src/addons/HolaMundo' could be found.
  12. B

    XF 2.2 Create add-on for 2.2.16 but not shows for install

    Yes but I don´t know what is wrong, is basic addon for test by myself to how create addons.
  13. B

    XF 2.2 Create add-on for 2.2.16 but not shows for install

    No problem here is the code. src/ └── addons/ └── HolaMundo/ ├── _data/ │ └── addon.json ├── Setup.php ├── XF/ │ ├── Pub/ │ │ └── Controller/ │ │ └── Hola.php │ └── Template/ │ └──...
  14. B

    XF 2.2 Create add-on for 2.2.16 but not shows for install

    I have created this basic addon to test but when I upload it to the src/Addons folder, I can't see it in CPA to install it, and I have given 777 permission to all the folders. Please could someone check the addon to see if there is something wrong. Thx in advance.
  15. B

    XF 2.0 Force Miniature Attachment

    Hi to everbody ;) Please, how i can force users to only insert miniature image in the post. Now i can see that had 2 options, full image or miniature. Thnx for all ;)
Back
Top Bottom