Recent content by Alexandre Góes

  1. Alexandre Góes

    XF 2.0 Continuous page loading with AJAX

    Hi, Is there any native feature or addon than makes forums and posts paging behave like Facebook, loading the next page with AJAX when the user reaches the bottom of the current page, so the page looks continuous?
  2. Alexandre Góes

    Getting child forum threads in parent forum

    Ok, ok... I choosed XenForo_Model_Thread::getThreadsInForum() to extend. I would still have the getThreads() unchanged, so it's still possible to retrieve only the parent forum threads if needed. If anyone think there is a better option or codding practice, please let me know!
  3. Alexandre Góes

    Getting child forum threads in parent forum

    Hi all, I'm trying to make and add-on to allow a parent forum to display also all threads of its child forums. I can do it in many ways, but I would like to do it the right way! :) At first, I thought about extending the prepareThreadConditions() of the Thread model so I can change the...
  4. Alexandre Góes

    1st addon

    Hi guys! Thank you very much for all replies! @Nobita.Kun, what is the "type of Code Listener"? I used the "load_class" listener. And I'm also not sure if it was the best listener to use... If there is a better option, please let me know! @Mr. Goodie2Shoes, I don't need a listener for that...
  5. Alexandre Góes

    1st addon

    Hi all, I'm trying to create my first addon after reading the Creating Addon post by Lawrence. My goal is implement a way to authenticate users without hashing the passwords... I know it is not a good practice, there are many security concerns, etc. But I'm doing it as an exercise and to...
  6. Alexandre Góes

    Moving from a very customized Snitz to xenForo.

    Hi D.O.A. and Andrej, Thank you very much! I think [InfisJSC] Topic starter's permissions will solve a lot of my problems. I'm also trying to understand the xenForo coding patterns so I can create/customize some of the addons. If anyone have any other suggestions, I would be happy to know...
  7. Alexandre Góes

    Moving from a very customized Snitz to xenForo.

    Hi Brogan, Thanks for your fast reply. I'm not concerned about the importer, as I'm doing it by myself. As you said "most", is there any above feature provided my standard xenForo? If so, which one? If anyone knows the addons that would provide the above features I would really like...
  8. Alexandre Góes

    Moving from a very customized Snitz to xenForo.

    Hi all, I have a very customized (by me, in the last 15 years) Snitz forum and I think it's time to change to a more robust system. A few customizations would be very important, so I would like to know if xenForo could provide this features natively (I didn't find them in the demo), or if...
Top Bottom