Jump to content

AlexWebsites

Clients
  • Posts

    2,229
  • Joined

  • Last visited

  • Days Won

    7

 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 AlexWebsites

  1. I don't have paid files but if they are like products, maybe you can apply a usergroup discount as free?
  2. That’s a good idea as well, but how do you automate it and display.
  3. I don't think this is really achievable currently. So just brainstorming and welcoming ideas! Lets say... All users start in community via usergroup 1 (free) "Subscription A" is purchased and user is then moved to usergroup 2 (which has more features). THIS IS NORMAL FUNCTIONAILITY How can you award "Subscription A" to user based on activity levels? You can set up usergroup promotions to move to usergroup 2 but not award them "Subscription A" for free. Possible solution #1: Task runs to see who has X amount of activity per X amount or time (not a one and done achievement, more of maintain the level of activity to maintain the subscription so users keep coming back) If member in usergroup 1 has X amount of activity per X amount of time (say 5 posts per 30 days), they have "Subscription A" added to their membership/account (moved to usergroup 2) and maybe a tag of "earned" or something like that to decipher the difference of earned vs paid. When task runs again, and member now in usergroup 2 does not meet the activity threshold, they get moved back to usergroup 1 and "Subscription A" is removed. This sounds very challenging to implement. Possible solution #2: Use group promotions to move member from usergroup 1 to usergroup 2 based on predefined criteria, activity. On the /subscriptions page, "Subscription A" has a notice or the button action is removed, and a message states the member has earned "Subscription A", or something like that. Email notifications on earned and removed status would be good too. I think solution #2 may be achievable if you use group promotions and then a plugin to run a task to: Look for members in usergroup 2 who do not have and actual "Subscription A" and remove the ability for them to subscribe to "Subscription A". Add a message on the subscription page that they earned "Subscription A". Ideas? I'm trying to find a way to give a free subscription with membership upgrade on recurring activity levels over 30 days, to raise activity levels. But be able to show it and not just use a group promotion. Show the subscription was earned set period of time.
  4. It would be great if there was a feature to rebuild posts after a word filter(s) was added. I know there are some plugins/apps to achieve this but something built in sounds like a no brainer for a complete word filter solution. Also, is there a template to use a word filter xml file? Or is this created when you have these on one site and then download?
  5. It would be great to be able to edit content within the moderator approval queue. Have an Edit button next to Delete. Ideally that then allows you to edit and move content as needed. But if that's too difficult to implement, maybe the edit button just takes you to the actual content to edit (in edit mode) and once you complete, save, and approve, maybe it brings you back to the approval queue for the next content to edit. I would also like titles editable by hover/click (like they are elsewhere) and maybe the ability to add tags within this step.
  6. Where is the “sad” face reaction when you need one…I’ll go with this.
  7. I don't think the SES sending limits change. The app uses the SES API vs SMTP so there is not SMTP relay. Bulk mail is sent via task, not sure how many at a time. You can set that cycle amount:
  8. I was just reading the release notes for IPS Community Suite 4.6.8 Beta 1. I'm assuming that a fix for this issue has not made it into this version either, correct?
  9. Same. My eldest daughter is 13 and its TikTok, Snapchat or bust. Oh yeah, Roblox is huge with her and my 7 year old. These kids connect in the virtual world rather than go outside. If I mention Facebook, she says call Grandma, says its for old people. I only use facebook for business not personal.
  10. Facebook isn't going anywhere in the short term. Horizon or whatever, will be the parent company. Facebook will just be one of the app/sub-companies. Its a bunch of nothing news for the general user and more for zukerberg and team to untie all that is tied to facebook. This way you can shut that down if needed and/or still operate the other companies/profit centers independently of one another under a new parent company name. The writing is on the wall for facebook, younger generations want nothing to do with it. Add to that all the controversy, this is the smartest thing they can do to separate their businesses.
  11. Thanks Matt, my main issue is that it’s on new registrations. User registers, submits content to be moderated, and unless I save in ACP for that new member, they are never notified of approval with an email. For existing members, would resetting everyone’s notifications essentially fix that as a re-save?
  12. Ok, it was never like that prior to the last version or two because I was always able to add a screenshot, edit descriptions and then approve. Its an extra step I was never doing. Something must have changed. I don't see any ability to reject, only approve and delete. So what do I do in the case where the member's entry is not complete or needs to be changed? I don't want to delete it and see no way to reject and have it go back to the member to be edited. Its just extra work whoever implemented this change in the workflow. I can see the reasoning but I would consider moving screenshots to the edit details section or separate from the file upload. Users don't always add screenshots is the issue, and turning on the setting to force them discourages uploading with some. Automatic screenshots of a file would be nice. Thanks for looking into it.
  13. This might be it, maybe I wasn't saving first. Thank you for looking. With the other issue, if you log back in (your user is also in admin group) and go to downloads, you'll see an unapproved file. Try to go to File Actions > Upload a new version. Here's what comes up:
  14. Sure, I believe access information should be good. I'm looking for every category to have version numbers disabled. Thanks.
  15. I've noticed some odd behavior after the last few updates. 1. If a file needs to be approved, its held for moderation. Before its approved I can no longer get to the update screen/section if I need to add or change a screenshot. I get an error that I don't have the permissions. I now need to approve it, edit it, and then approve the new version. I've checked permissions and settings, disabled apps and plugins, but am hitting a brick wall on why this is happening. The user is an administrator will full permissions. Why can't I upload a new version or add a screenshot before approving it? 2. Copy settings within downloads categories is not working. Specifically trying to disable version numbers for all categories. Never stays.
  16. What's the latest on a fix for this? Its been a few weeks. Any patch for this issue?
  17. I've recently moved one of my sites over to Ezoic. It was pretty easy through cloudflare. I had to disable some of the JS, CSS and minify settings under LEAP though, because of issues. For disabling ads to subscriber groups, have you tried setting a meta tag under disable ads by page? Create a meta tag and then wrap it to show only for certain user groups you don't want to show ads to. Create the name and content, something like: {{if member.inGroup('x')}} <meta name="ezoicstopads" content="subscribers" /> {{endif}}
  18. Yes, I think the issue is that I prune my settings every 7 days which applies to all logs, so if an email bounced last month, I have no way of searching it quickly via logs or a search. Thanks!
  19. Question, how are bounce and complaint logs filled? I never have any entries but also have prune settings set to 7 days, otherwise the outgoing log is too big. Is there a way to add separate prune settings for all three bounce logs? It would also be good to be able to search for an email address to check AWS bounce and complaint logs with IPS ACP.
  20. I use both and they run independently of each other. Newsletters uses your sending method and this AWS app changes the default sending method. Works fine.
  21. Too bad it wasn’t tested enough when it was added in 4.6.2. It’s a really nice feature if it works.
×
×
  • Create New...