Jump to content

Martin A.

Clients
  • Posts

    4,230
  • Joined

  • Last visited

  • Days Won

    21

 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 Martin A.

  1. http://community.invisionpower.com/index.php?app=tracker&showissue=19614
  2. You can not have both enabled on conf_global.php. IP.Board will only use one them to store the cache. And it's prioritized like this: EAccelerator > Memcached > XCache > APC > Diskcache > DB. Not sure if XCache also cooperate directly with the PHP process when added, so you may gain something there, but IP.Board will not store its cache there.
  3. It doesn't work here either, so it's obviously a bug. Report it in the Bug Tracker. And btw, you can make the list manually, if you want: Item 1 Item 2 [list=1] [*]Item 1 [*]Item 2 [/list] EDIT: Already reported: http://community.invisionpower.com/index.php?app=tracker&showissue=19347&hl=list
  4. That is not how this hook works. This let the user have his Twitter account in your forum. If you want to show your last tweets to your users, you'll have to look for a different modification. I think there is one called "weTweet", by Sacred, available here.
  5. IPS Staff has also said that an upgrade pack will make the Version Checker tool go bananas, since the unaffected files still have the old version number in it. I don't know how many users actually use it, but the way I see it, it is a great tool to ensure that all files you have is the most recent, in case you encounter issues that should have been fixed.
  6. IPS do not support use of modifications. All edits made to the code is your responsibility, and if you submit a ticket with a problem that could be related to a modification, they will either refuse to help you, or upload unedited files. But they've done a great job with the new hook system, which allow 3rd developers to do almost everything without the need to edit files. And as they continue to improve the system, it is likely that you wont have to do any edits, ever.
  7. As it is now, everything in public_forums_moderate_moderate is marked as private (except doExecute), making it impossible for 3rd parties to hook into it. That will result in file edits, which all of us are trying to avoid, and probably one of the main reasons you made it. So I'm requesting that either some (or all) of the methods are set to public, or protected (if that allows a child class to call it).
  8. http://community.invisionpower.com/forum/320-ips-customer-lounge/ Look at the bottom of that page
  9. http://www.invisionmodding.com/index.php?autocom=blog&blogid=&showentry=178
  10. To be able to access the resources, and write in the restricted forums, you have to log in with the same email address used when purchasing the license. (Not sure if alternate contacts can access downloads)
  11. File Name: [Unsupported] (IM) Twitter Sidebar v0.9.9 File Submitter: Martin A File Submitted: 30 Apr 2009 File Updated: 08 Jul 2011 File Category: Hooks and Plugins Due to Twitters rapid development, and my limited time, I'm afraid I can't continue the development nor support of this modifications. File Information Compatibility: IP.Board 3.0 & IP.Board 3.1 Description (IM) Twitter Sidebar is a hook that implements most important and popular twitter.com features to your board index sidebar. Including replies (mentions), search, showing a specific users tweets and single tweet popup. Change log v0.9.9 - Compatibility release for IP.Board 3.1 v0.9.8 - Issues with IP.Board v3.0.2 has been addressed. It also includes a set of default API keys for you to use, so you don't have to make your own application More screenshots Click here to download this file
  12. File Name: (IM) IRC-Chat [3.1] File Submitter: Martin A. File Submitted: 15 Mar 2009 File Updated: 23 Oct 2011 File Category: Applications IP.Board 3.2 version is available here File Information Resource Type: Application Version: 1.0 (10000) Compatibility: IP.Board 3.0 & IP.Board 3.1 Description This application implements "PJIRC" in to your current forum layout. Most of the settings are controllable trough your ACP Update 5. December '09: Fixed an issue with emoticons. Also added a way to strip out all non-alphanumeric characters. Click here to download this file
  13. File Name: (IM) Empty Forum v1.0 (Shell script) File Submitter: m4rtin File Submitted: 28 Feb 2009 File Category: IPB 2.2.x / 2.3.x Tools File Information Resource Type: Shell script Version: 1.0 (10000) Compatibility: IP.Board 2.2 & 2.3 Description This tool is run via command line to prevent the usual PHP timeout errors. It is also significantly quicker to run as it's capable of deleting several thousand topics pr minute. Very useful if you have a need of truncating big forums, when using the built-in tool will cause PHP timeout errors. Click here to download this file
  14. File Name: [MA23] Topic Moderator File Submitter: m4rtin File Submitted: 11 Oct 2008 File Category: Modifications Allows you (or any other groups you give access) to add a moderator to a single topic. This moderator have the ability to close, open, pin, unpin, delete posts, edit posts and/or edit topic title. Compatibility: This mod is compatible with the IP.Board 2.3.x series (May work with 2.2, haven't tested) Requirements: This mod was designed to be installed using the Universal Mod Installer, available from IPS Resources or Invision Modding. Files Affected: index.php./sources/action_public/forums.php./sources/action_public/moderate.php./sources/action_public/topics.php./sources/classes/post/class_post.php Click here to download this file
  15. File Name: [MA23] Language File Comparison Tool File Submitter: m4rtin File Submitted: 07 Sep 2008 File Category: IPB 2.2.x / 2.3.x Tools /* * @DESC: * This is a tool for comparing your custom IP.Board language files, with the default files. * During upgrading, or other things, new language strings aren't added to these files, causing empty fields around the board. * * This tool will scan trough the default language folder (./cache/lang_cache/en), then the other language folder. * If there are files in the default folder, that arne't in the other, it will be copied. * It does not work the other way, as many language packs may contain irrelevant language files that you don't need. * When the scanning is done, it will go trough each and every file to see if the language keys (the one used on the IP.Board template) * are in both files. If some are missing, it will be printed in the result page. * * Due to the way lang_email_content.php is built up, I were not able to compare that file. * You either have to do it manually, or just use the standard English version. * * @USAGE: * Save this file as "langdiff.php", then change the two paths below this comment (in the php file), then upload it to your forums root folder. * Then access it using your web browser. When it's done, it should either show you a list of all the differences, * or a page showing you that everything is up-to-date. * * @DISCLAIMER * I do not take any responsibility for use of this tool. * You should always take backups before installing or using 3rd party applications. * In this case, you should back up "cache/lang_cache", just in case something should go wrong. * * @author: Martin Aronsen * @web: http://www.invisionmodding.com */ There are no requirements for any installers, and it is compatible with all IPB versions as far as I know. The instructions are found on the top of the file (langdiff.php), or here. What's new? v1.1 - Made it compatible with PHP4. Click here to download this file
  16. It's 128MB pr thread/execution, if I've understood it right. And even if you set it to 128MB, it doesn't mean that it will grab everything it can. Plus, how often do you have several executions simultaneously? If each execution takes 0.5 sec, and you get 32 requests in a second, and they all max out the memory, that sums up to 2048MB. But how often does that happen? Ignore this post if I've completely misunderstood how memory handling etc works.
  17. This is probably how it's intended to work, which is why I didn't place this in the tracker. When you choose to upgrade your application(s) from ACP, you are redirected back to the public side when it's completed. I request that you're redirected back to ACP, or at least get the option to do so.
  18. If you believe you've found bugs in the software, post it in the bug tracker[/url}. The issue with being a paying customer, but not marked as one has been taken hundreds, if not thousand, times. In short, you have to log in with the same details as you use in your client area. And if you are, all you need to do is log out, and log back in again. If that doesn't solve your issue, file a ticket to account assistance.
  19. If you find untranslatable text, report it in the bug tracker.
  20. Wont MySQL use the cache automatically? Think I read somewhere that if the query is exactly the same as a previous query, it will use the results from the old one instead.
  21. Submit a ticket to account assistance.
  22. Off-topic: Safari and Chrome (and every other browser that use Webkit) use -webkit-border-* ;)
  23. I am aware of that, but it's a bit annoying if you've already composed the message, and realize you need to add an attachment, or invite someone else to the conversation.
×
×
  • Create New...