Jump to content

Adriano Faria

Clients
  • Posts

    31,865
  • 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. Pages is always the answer if you want a basic CRUD (create, read, update and delete records); easily achievable with Pages. If you want something else and it can be a lot of stuff, then an app is the best solution.
  2. Using a 3rd-party resource, yes:
  3. No problem. I'll send a message later. 👍
  4. New plays. The score is stored when the game is finished. If these people has a screenshot or something or if you trust enough in them, I can provide a query to update their score.
  5. Could it be hidden/unapproved questions? Check Moderator CP. if it isn’t, then you will have to wait for the dev for assistance.
  6. Do you use the settings to hide completed/expired adverts? If so, these questions may be in these adverts. The stats widget probably just perform a count in the records of the questions table.
  7. There’s no undo for merge/split actions. You would need to move posts manually.
  8. They already did that by allowing you to choose the club type. (public, private, etc). I don’t think they will mix types in one club. You probably should try an addon: https://invisioncommunity.com/third-party/providers/ https://invisioncommunity.com/forums/forum/506-customization-requests/
  9. Unfortunately, no. I’m in process in see what’s done, what was requested, balance both and will reply in the topic on the development board to decide with the others the next step.
  10. I have 2 content item types in my app and one of them I don't need to send it to ModCP -> Deleted Content when a moderator deletes it; I want to delete it right away. Tried to return FALSE in logDelete() in this content item or even don't have a logDelete() method but both doesn't work. How can I do that? Thank you.
  11. Yes, I confirm this. Fixed. Yes, I confirm this. Fixed. Yes, weirdly I can confirm this one. It doesn't seem to make any sense. Will take a look on this and will release a new version until/during the weekend.
  12. I’ll test it out and will reply today later.
  13. I’ll take a look.
  14. I was speaking on contractual terms. "As a condition of using the marketplace, developer agrees insert terms here." This is entirely possible. Then I believe this marketplace would be abandoned in a not distant future. While not closed, prices would increase considerably. You wouldn’t see $10 resources anymore, as someone else can “take” resources ownership, people would try to earn the maximum they can while they have the ownership of their OWN work.
  15. You, me or even IPS can’t take ownership of other people's work. IPS is doing the only thing they can do: forbid the download and new purchases to try to minimize the damage for others. If this dev (or any other) wants to share in Github or wherever he wants, he will. But it’s only their call. No one else.
  16. I’m not sure that’s possible. It all goes to “profile update” method in MemberSynch extension, if I recall. Would need to make some tests. Will do (the tests) in a future version and id it goes well, which I double, I’ll add it. Anyway, it would be something like “John Doe updated profile field location” and not “John Doe updated profile field location from X to Y”.
  17. There are CKEditor plugins for this: https://ckeditor.com/cke4/addons/search/plugins/Table
  18. I have no idea what you mean with it.
  19. What's New in Version 1.0.4: Fix an error when someone choose to pin a topic for 90 days.
  20. If I submit a file in Downloads, for example, it creates a topic and the topic is unread. Since topic is created dynamically with the same title/content of the file, it should be marked as read so it doesn't show up in the unread stream for the file submitter. Tks.
  21. No. Yes, that's how it works. It stores only "one event" in the table.
  22. First make a backup of your database. In your SQL Toolbox (Admin CP) or PHPMyAdmin (host panel): alter table core_members drop column fav_games;
  23. I didn’t see the script as I don’t have it but it’s enough to use something like: if( ! \count( $topics ) ) { return “”; } Assuming it has a $topics variables array. Place this before the widget output.
  24. No, Paul. It adds the flag in all places that the user links shows up.
×
×
  • Create New...