Recent content by Hambil

  1. Hambil

    [Paid] Needed ASAP - Allow members to remove selected forums from What's New

    I know you wanted this ASAP but at this point there is just no way I can get to this before the first of the year. There is a lot going on (and I mean a LOT) along with the holidays. If you haven't filled the order by then, I'll check in on this thread and go from there. Happy Holidays all!
  2. Hambil

    Project Tool

    It won't keep me from buying a using xenForo, but I just wanted to know if one existed or was planned - since I believe the same developers wrote the vBulletin one :)
  3. Hambil

    Project Tool

    Yes. This is one of the features that I would pay (have in the past in fact) to have done professionally by xenForo and maintained. For the types of sites I run (software development sites) it's a critical tool.
  4. Hambil

    Project Tool

    Along with my original (now expired) vb 3.8 licence, I payed for the Project Tools. They are now pretty much dead and useless to me, but I wonder what xenForo has in mind (if anything) to replace this?
  5. Hambil

    XF 1.1 Importing phpBB problems

    I'd have to see the data structure then. Obviously, there must be a way to link them together :) In fact, shouldn't even need the data, and the board is free, so when I have time I'll just peek myself. Edited: Well, according to this...
  6. Hambil

    XF 1.1 Importing phpBB problems

    They are stored by id, I believe. If I recall correctly the attachments will actually be saved to an attachment directory as 1.jpg (or whatever) 2.jpg, 3.jpg, etc.
  7. Hambil

    Addon Model, conflict and cooperation

    It depends. If you have a new addon developer with OO experience, it will confuse them as it did me. Perhaps just a better explanation (or link to one) when you actually create a new listener?
  8. Hambil

    Addon Model, conflict and cooperation

    It's a clever system. Conflicts can still occur, but my main confusion/concern (that conflicts where inevitable) was based on a lack of understanding of how the addon system dynamically extends classes, which in my defense is somewhat unique :)
  9. Hambil

    Addon Model, conflict and cooperation

    Okay, let me ask it another way. If two addons extend the XenForo_ControllerPublic_FindNew the base class will get run twice, so the query gets run twice, and no matter what I or they do one of the addons will not work. Again, unless I'm missing something.
  10. Hambil

    Ajax Alerts

    Excellent! Thank you. Another good reason to ask :) I did a search if Ajax and/or Alert and found nothing.
  11. Hambil

    Ajax Alerts

    After having been off forums for a bit, and on Facebook, one thing I've really missed here is that I still need to refresh to see that I have an alert. This simple mod would use Ajax to refresh the state of teh alerts tab. In addition, it would change the browser tab to the number of active...
  12. Hambil

    Addon Model, conflict and cooperation

    Yes, and the samples are very much appreciated, as they save me some time. But I'm not really concerned about the specifics of the code. As you point out, there are a lot of addons and tutorials (plus just common sense) I can use for that. I've written plenty of code :) My concern is more with...
  13. Hambil

    Addon Model, conflict and cooperation

    I want to make the "What's New" filterable by forum per user. Right now it's just by forum, set in the admin cp. I thought about extending the model, but doesn't that have the same issue, and create more false positives? (the model listener would in theory be called far more than the view...
Top Bottom