Jump to content

Adriano Faria

Clients
  • Posts

    31,871
  • 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. Still not following, but I'll explain how the app works. If you enable the PAID SUBMISSIONS, you can choose a payment gateway: And then enable it per category basis: Then it will appear in the submission form: You can also exclude some groups from paying: So you can set one category as free and others as paid. It's up to you. If it's paid, then the user will have to pay in order to the record becomes alive/visible to all members.
  2. What's New in Version 1.2.7: Enhancement: Notification will be sent and topic will be created only after the quiz submitter allow people to play the quiz
  3. 1: No 2: Not sure what you mean.
  4. What's New in Version 1.0.1.1: - Fix: Fix a issue related to clubs task - Enhancements: Script optimization AFTER UPGRADE: if your task clubsrebuild is locked (you're seeing a waring on ACP Dashboard), then search for task on ACP search and find it then click to unlock it.
  5. Why overcomplicate things? User can reply to own topics. That’s all. That’s the goal of the plugin and that’s what it does.
  6. https://invisioncommunity.com/forums/forum/506-customization-requests/
  7. That can be done surely. It wouldn’t make any bad to anyone. I’ll add it in next version.
  8. That’s how it works. If only appears when you create the raffle. I didn’t show it in the edit because this obviously can bring some issues, like a user participating when shouldn’t be. I wouldn’t like to know, for example, that I was required to have 1000 posts and 100 rep points to participate while others managed to participate with less than that just because the raffle submitter wanted to accommodate some buddies or something like that, then he change, people gets in and then he goes back to original values. I would suggest you to copy everything and recreate it or even change it directly in your DB. I can also provide a file change tomorrow in the morning so you can make it work as you wish in your install. I’m not able to show you today, sorry. Post is a post. It is a content and can’t be translated. It should be done using default language since it is an automatic action fired by a task and not by a user. Is it not being created in the default language? If not, please submit a bug to my tracker on my support board.
  9. About This File This plugin will restrict the ability to users reply to topics in specific forums. Only topic author and staff (chosen groups or moderators of the forum) will be able to reply. The editor will not appear for those who cannot reply. Settings: Forums where the restriction will be applied Type of restriction: specific groups or moderators of the forum Enable message in topic Type of message Message content Compatible with Clubs.
  10. I’ll send a new version via PM in afew minutes then you test it today.
  11. Hi there. Just tested and I'm able to add my whole member group to a club. This field only makes a couple of checkings: foreach( $user as $member ) { if( !is_object( $member ) or !$member->member_id ) { throw new \InvalidArgumentException( 'form_member_bad' ); } if( $this->club->isLeader( $member ) OR $this->club->owner == $member ) { throw new \InvalidArgumentException( 'clubsenhancementsCannotAdd' ); } } If it's a valid member If it isn't the leader or the owner of the club If you are totally sure that this member isn't in a group that has mod permission (privilegies) in all clubs, send a PM with credentials so I can check it out. The mod permission:
  12. Yes, that’s what happened here too. I’m looking into it.
  13. @RObiN-HoOD, it's working fine in 2 boards I tested. I run the task manually and it's not locking. Can you run it manually to make sure?
  14. What's New in Version 1.0.7: Fix error in topic template on IPS 4.2.7
  15. It may have to do with this app, yes, since I extended the club save(). Will take a look.
  16. The error Is about a missing template, which is weird. I will test within an hour and will reply back. EDIT: Something probably changed in 4.2.7. A quick test shows this working fine in 4.2.6. @No', after upgrade, run the support tool to see if it fixes de post; I don't think it will, because post is a "text". I can remove the COMPLETED status but this would run the script and choose a new winner, which wouldn't be right. So your best bet is to edit manuall the post and add the winners there.
  17. What's New in Version 1.0.1: New features: Added actions to Clubs: Create a club, Edit club settings, Feature/Unfeature a club, Invite members to a club and Request to join/join/leave a club. Added setting to display group color on user link. Group name uses the group color. Enhancements: You can now track Indefinitely members from specific user groups in Tools. A few template tweaks.
  18. Are you using latest version? This was fixed in 1.0.3 and was relatively to cron job. Do you use cron to run tasks in your board?
  19. What's New in Version 1.0.1: Added missing "arrow down" icon to swap between tabs in mobile devices
  20. I will update the file in a few minutes: I will provide a hook to @JTHastings so he will be able to use the app the way he wants. EDIT: File updated; version kept.
  21. Ah ok, now I see what you mean. Track all members for a number of days then I’ll send a query to amke it indefinitely. I’ll add in next version to be released next version. This is a change made in the 11th hour for @JTHastings to not show the logs to the profile owner but I’m really not happy with it. I’ll send a PM telling how to change that. I’ll also rethink this in new version.
  22. Clubs will have it's own actions in next version: Let me kinow if you think something should be added in any category action.
  23. Not a big thing. Just reuploaded the file, version kept. Now you can track new members indefinitely.
  24. I give a week or so to relase a new version, unless something urgent appears.
  25. It’s the opposite. For new members, currently, you need to enter a number of days. I can change that in next version. Existing members can be tracked indefinitely. Yes, it will track actions performed in Clubs too.
×
×
  • Create New...