Jump to content

Jaggi

Members
  • Posts

    4,244
  • Joined

  • Last visited

  • Days Won

    1

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Jaggi

  1. *bump* after bugging bfarber more and i think josh is working on ipb 3.1 hooks so get on it :P.
  2. you lot need to install nexus, it's ticketing system had weighting :P.
  3. i think for an extra fee you can get business support service which give you 24/7 web/phone support.
  4. no0ne wants encoded source tho, its seriously alienates you from the product.
  5. maybe but i've never in my entire programming life had a page that runs 75 db queries (cept for db updating scripts/cronjobs, but speaking pages accesible by webserver). The thought of having that many just gives me chills and would keep me up at night. to put that into context if you website had about 100 users online all running 75 queries each = 7500, i think for any webserver thats quite a few. Might not bring it down but enough to make you worry. (oh ipb has summit like 600 online atm).
  6. just a note that facebook's live chat feature is based on comet so if your still looking into comet you might find that interesting.
  7. just looked at this and you seem right, looking at the queries it seems to run this query again and again: SELECT * FROM ibf_skin_cache WHERE cache_set_id=1 AND cache_value_1='skin_1' looks like some of the code needs to be refactored as it seems to be caught in a loop somewhere. 75 queries is alot on any server even if they are cached. It should probably be looked into.
  8. it kinda makes sense i'm not sure if this is a feature at the moment but would be cool to have a feature where if a post/topic is reported it is automatically hidden etc. Another thing i was thinking about was that if a topic/post were to drop below a certain amount on reputation points it could go through a similar process.
  9. nexus was great and the ticketing system was probably one of the best i've used/seen even though it was in its infancy. From a corporate point of view i can see that supporting something link nexus which is a new product line not an extension to an existing one would be very very resource intensive. Remember at the moment they have ipb3, blog/gallery/downloads upgrades, ip.content, ip.chat all bubbling and site updates like resources going on.
  10. i'm not for removing any of the options as i like having what we have now your idea is valid though and i agree with bfarber a new icon would make it more confusing it. maybe link the topic icon on the left? its a bit of an awkward one.
  11. no it would totally break the way the system works involving login credentials. I can see your dilema though but can't see an easy way of solving unless ips change their system to sell off individual licences under one account.
  12. yea your a graphics site, alot of people know about resolution and up theirs, i myself never use 1024 on any of my monitors but according to stats off the big sites include w3c alot of people still using 1024, don't think its time to ditch it yet, maybe not for a while either.
  13. yea its a great guide and was just a suggestion not a critism ;).
  14. yes thats what i meant, people don't necessarily know where they are/how to change them and what they're called in the images directory, i'm even sure people don't know where they are in the forum files.
  15. by images i meant a guide outlining all the images used on the board and how to replace them. Its a important part of the skinning process.
  16. no comment, you know how bad you broke it :P.
  17. very well made guide and very indepth. Might be nice to have a follow up one on images too tho.
  18. that is just basically the shoutbox then, i think ips want to keep these two things seperate in their true form. i would kinda agree with you there as it does do alot of requests. i'm not too sure about the comet technology or how easy it is to implement but might be worth a look.
  19. i think you'll find that most still use 1024 resolution though. i don't create sites for 800x600 anymore, not done it for a while now.
  20. this isn't a bump, :ph34r:*bump*:ph34r:
  21. Just writing some mods at the moment and come across a issue where'd i'd like to add some stuff to run at a top level when ipb is initialised. After bugging bfarber and looking around i see theres no real way to do this. So this is a request for a top level hook that we could add code to be initialised when the registry/controller is. Reason being we might want to setup some class to be part of ipb, do some includes and doing it in every little hook is a waste of time and not very OOP. It would need to be before any application is initialised (forums/members/blogs/mods) for it to be of use. thanks and anyone got anything to add please do.
  22. not to mention the shoutbox is free whereas the chat will have limitations and pricings, the shoutbox has no such thing.
×
×
  • Create New...