Recent content by ghiboz

  1. ghiboz

    first steps to create a new addon

    thanks, but this modification and the .less file where is put?
  2. ghiboz

    first steps to create a new addon

    thanks, but for example, I need to add a file called ‘foo.less’, that should be loaded in the frontend, where I put it? cheers
  3. ghiboz

    first steps to create a new addon

    I tried to add the `_data` folder with template.xml and template_modifications.xml, but when I use the command `build-release` this folder is deleted I need to set somewhere which files needs to be added?
  4. ghiboz

    first steps to create a new addon

    thank you @HWS I'll try!
  5. ghiboz

    first steps to create a new addon

    hi all! where I can find a guide on how build an addon? my idea is to build one that basically contains a .less file to load in the frontend page (I can edit the extra.less, but I prefer have an addon)... thanks
  6. ghiboz

    licence extension

    thank you @Chris D (y)
  7. ghiboz

    licence extension

    hi all! i have the 1.4 xenforo license: now I wish upgrade my board: the extension is ok to migrate from a xenforo 1 to 2? thanks in advance
  8. ghiboz

    db changes in v2

    hi all! i purchased time ago xenforo1 and I made some php pages to interact into xenforo db (most of them linked to the user fields).. in v2 the db is totally different or not? I also use https://github.com/VinceG/xenforo-sdk to get user info etc... is there something similar or I need to do all...
  9. ghiboz

    XF 1.1 custom avatar management

    thanks... I'm a programmer, I know php, but the add-ons structure is dark for my mind
  10. ghiboz

    XF 1.1 custom avatar management

    thanks, and where I can understand how to do this?
  11. ghiboz

    XF 1.1 custom avatar management

    thanks Jake, so I need to modify brutally a file, no chance to build some plugin or similar ;)
  12. ghiboz

    XF 1.1 custom avatar management

    thanks Chris, but I need exactly the inverse thing: I wish that the user must not be able to select a personal avatar, 'cause is took by default from an url as shown above; for simply the thing: suppose that you have a folder into a website with a .png file with the name equal to the id: for...
  13. ghiboz

    XF 1.1 custom avatar management

    hi all! I have this thing to do: I wish that the avatar of my forum users was not availabe to modifying and point to a specific url like this: http://myWebsite.com/avatars.php?uid=123 where uid is the user id from the forum.. how can I do this? thanks in advance!
  14. ghiboz

    Aurora - ThemesCorp.com [Deleted]

    good... how can you added the avatar on the latest message of the forum? :)
  15. ghiboz

    update avatar by external system

    looking in depth i've seen in XenForo\ControllerPublic\Account.php the function actionAvatarUpload, that seems the function that upload the avatar, update the db... how can I call this function? thanks again ;)
Top Bottom