Jump to content

Adriano Faria

Clients
  • Posts

    31,857
  • Joined

  • Days Won

    475

 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 Adriano Faria

  1. Not sure how you're getting this error: public function execute() { $this->runUntilTimeout( function() { $sql = \IPS\Db::i()->select( '*', 'paytopintopics_topics', array( "pinned=1 AND ptpt_status=? AND ptpt_limit<?", 'pinned', time() ), 'tid DESC', 25 )->join( 'forums_topics', 'paytopintopics_topics.ptpt_topic_id=forums_topics.tid' ); if ( !$sql->count() ) { return FALSE; } There's only one ptpt_status column in the app and it's not duplicated in the query, etc. You probably still have these columns in your topics table from the old plugin; it should have been dropped. Make sure you don't have them in forums_topics table. If you have, drop them. Let me know if you need help to check and drop the columns.
  2. @HDiddy, fixed the group issue. Let me know if you have FTP access, so I can provide the fix while you wait the official version to be available in marketplace. Regarding the attachment issue reported by @OptimusBain, I still can't reproduce. Works fine to me, as admin (being the tutorial author or downloader) or as a regular member (also being the tutorial author or downloader). Technically speaking, all the columns are properly filled in the right columns of the attachments table. Feel free to PM to provide more info.
  3. Enable HTML posting for your group.
  4. What's New in Version 2.1.3 Fix: not restricting new topics when limit is reached
  5. What's New in Version 1.0.1 Add a new option to change prefix/add tags but keeping the current topic tags
  6. Do you have FTP access. I can provide a quick fix tomorrow. I’ll have to debug tomorrow. It won’t be surprising if they also removed this from the API. They already did with Biography.
  7. By RANK you mean group?
  8. I’ll check them both tomorrow.
  9. Not this one.
  10. Yes, of course. Administrator actions are logged in Admin Logs. Moderator CP, are actions performed by moderators, even if you're an admin. IPS4 defines ADMIN as someone that has ACP access/rights. Moderators perform actions in public side. You can be a moderator and not be an admin as you can also be an admin and not be a moderator, thus actions performed in ModCP are logged in in Moderator logs. It's easy to test. Perform any action in ModCP logged in as an admin. The action will show up in Moderator Logs, not in Administrators logs. I’ll take a look when I have to release a new version.
  11. I’ll take a look when I have to release a new version.
  12. I'm going to be AFK in a few minutes but still found some time to try it. It works fine to me. Both "group extensions" are totally independent from each other. They have to show up. Go to Support tab in your ACP and click in the Clear System Caches button and go to Groups again. I can't do much today. I'll be back on Wednesday. Leave the reply if it still doesn't work; I'll contact you when I get back.
  13. Went ahead and fixed it. Both places will use an existing language bit: Now you have to wait for the new version to be reviewed and approved.
  14. IPS 4.6 compatibility version submitted.
  15. Just a remind: this is NOT a bug. It's a DUMMY category; that is how it was designed. Sorry, this is not enough to release a new version now. I will wait a bit more.
  16. Made some changes: New version submitted . Now you have to wait for it to be available on marketplace.
  17. Working on this.
  18. Ok, on my PC now. Bookshelves is a dummy category. It's like a forum name; it doesn't show in translation. I can add it as a language bit but that's not enough to release a new version. I don't want to release a new version today (still it will take at least one week to be available) and then you find another issue in translation. Keep translating and let me know if you find something else. I'll release a new version later.
  19. I don’t think it’s hardcoded. Use this to translate:
  20. Can't reproduce; it's working fine: The error message will show up when the form is submitted.
  21. Will test it and release a fix, if necessary.
  22. Wrong, mate! You are trying to add books to a bookshelf, so obviously books are required. This app is like any other out there: to add books to the app, you need to create the category, give the groups the permission to add, then go to +Create menu or to the app itself and then you will see a SUBMIT NEW BOOK beside the one you clicked Bookshelves). 👍
  23. Submitted. Follow the file to get notified when It's avaialble, then we'll work in bugs.
  24. If you’re using this in 4.6, no. It isn’t 4.6 yet. Still not checked so you better disable it for now. Still working in other apps from TheJackal.
×
×
  • Create New...