Jump to content

teraßyte

Clients
  • Posts

    33,811
  • Joined

  • Last visited

  • Days Won

    55

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by teraßyte

  1. Changelog from 1.0.0 Beta 1 to 1.0.0 RC 1: IP.Board 3.0.4 (or above) is now required instead of 3.0.2 due to some new functions being available only from this version Added back the functionality to see the number of unread tickets (can be disabled by disabling the hook) New setting to update with ajax the unread tickets count only to members of the staff rather than everyone Added a new option to let members in certain groups start a ticket as another member (doesn't apply to edits or replies) Added back the conversion script from the old "Help Desk" modification Added all the error codes missing Fixed some errors for mysql running in STRICT mode Fixed all the other reported bugs in the bug tracker Other minor enhancements Originally I planned to add more things and release a Beta 2 but since IPB 3.1 is already at a beta stage I want to get this version stable as soon as possible and then I'll see to add some more features in the new one using some new things available in 3.1 only.
  2. The modification has been updated to version 2.1.0, here you go the changelog: Added new readme files for the new versions of the IPS addons: IP.Blog 2.1.0, IP.Downloads 2.1.0, IP.Gallery 3.1.0 Fixed a display error in the status updates hook, warn panel and member list if the group suffix/prefix had an image Fixed a typo in the Unreal Portal readme causing a bug in the latest posts block Updated the (IM) Tutorials version to 1.0.2 (edits are still the same anyway) A file is included with the upgrade steps from 2.0.0 to 2.1.0 for IP.Board, for the addons simply re-apply from scratch all the edits as they are different for the new versions. About Unreal Portal I have fixed an error in the readme (as the changelog says), the edit in question is the second one that should have been "s.member_group_id," instead of "m.member_group_id,".
  3. Since the arcade mod is a paid&encoded mod I cannot really help with it. About the change you need to use something like that: IPSLib::makeNameFormatted( $name, $group );
  4. You need to assign yourself as staff for the departments and then the moderation dropdown will show up at the bottom of the ticket and also in the tickets list (same menu as the one in the forum view for moderators)
  5. I haven't had much free time lately, however apart from some minor bug the current release is quite stable even if it has "beta" in the name.
  6. I don't recall specifically which language string is being used but most likely your string is being overwritten by another word pack from another app.. In the next version I'm going to set a default string in the global file to fix any issue reported so far.
  7. Sorry for the late reply, I've been quite busy lately and I haven't checked much the topics on here. The error has nothing to do with this modification itself actually; 59244544bytes= 56,5M of memory_limit while IPB 3 requires PHP 5 and the default memory_limit for it is 128M. You need to increase that limit in your PHP configuration file or ask your host to do it for you.
  8. I'll have a look again on my board, I tested this mod in every area on FF 3.5 before releasing it so not sure.. I'll try to check again also with IE and Safari.
  9. Have you done all the skin edits in the readme? Also is your skin updated to 3.0.5? In earlier versions there were a couple of name bugs in the templates that were fixed around 3.0.3 and 3.0.4 so if your custom skin is not updated with them this is a part of the issue.
  10. Have you done all the skin edits in the readme?
  11. If the name doesn't show up at all in the list something else is going on since the mod only adds the image :unsure:
  12. Ops sorry, my mistake there >_< You have to replace the code and not "add below", as I said above I shouldn't edit the files at 2AM.. :P EDIT: I've updated the download here to fix the typo in the readme, will update the download later also on my site ;)
  13. Double check the edits you made in that file and be sure they are exactly the same. EDIT: Yes you have to uninstall the old hook and install the new one (install it only if you want the group format in the status updates hook in the sidebar however)
  14. Are you using IPB 3.0.5, looks like you are using an earlier version. If I don't mistake the edit you posted is for one of the sidebar hooks on the board index that were moved in that file around 3.0.4 or 3.0.5.
  15. Nope but I wanted to be sure before making brandon happy: http://community.invisionpower.com/index.php?app=tracker&showissue=20462 :P
  16. Nope I do not have that char in my keyboard :P EDIT: Dawpi can you confirm me if you added the quote in your post after replying with an edit or if it was there from the start? (I might have found a bug in IPB >.<)
  17. Fixed a typo in the second edit for the messengerFunctions.php file (really, I shouldn't edit the readme of a mod at 2 AM...)
  18. There was a small edit missing in the package, I have updated it and fixed also a typo. The edit missing was in the messengerFunctions.php file (on a fresh install it is the second edit, for the upgrade file it was both edits instead)
  19. Yes, 2.0.0 has been tested only on IP.Board 3.0.5. It is a real pain to support this modification (currently ~110 file edits) and I have decided to support only and always the latest version of IP.Board for it.
  20. The mod has been upgraded to version 2.0.0 and supports IP.Board 3.0.5, however, if you have any issues with it I would prefer if you posted over at my forum in the dedicated forum I made as it is hard to keep track of everything in one topic with such big modification (with all the addons the file edits are something like 110!) (T30) Group Format 2.0.0 Support Forum
  21. I'm not aware of any change in 3.0.5 that might break this mod but I'll have a look :) Unless the proxy changes the user agent you will still see firefox.
  22. It is a fake and they are also using a nulled board most likely (look at the copyright).
  23. No, lately I've had less free time than usual and the next version will be for sure Beta 2 and not the final one however.
  24. It is a limitation of the current system, it is not possible to extend the same class 2 times or PHP will return a fatal error. There might be a way to run them chained but it is a bit tricky and for sure that won't change before 3.1 at least (if the developers can find a way to change it).
  25. There you go, the skin overloader for the topic view of the award hook is run before this one and as I said above only the first one is actually run.
×
×
  • Create New...