Jump to content

Kevin Carwile

Clients
  • Posts

    1,237
  • Joined

  • Last visited

  • Days Won

    9

 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 Kevin Carwile

  1. You cannot fresh install if it is already installed. You need to choose the option to upload a new version.
  2. Look under the Group Collaboration tab of the member group editing form. That's where you will find that setting.
  3. Whats the issue again? Specifically.
  4. Yes. It's always a good idea to stay updated. And I've included a fix for the inline message issue you reported, so it will definitely benefit you.
  5. You can flush the rules_scheduled_actions table from phpmyadmin. Or, if you set up your scheduled actions with a keyphrase, you can create a custom action and a rule to delete scheduled actions by matching the keyphrase.
  6. Please PM me with ACP details for your site so I can investigate.
  7. Yes, I know why. IPS core is designed in such a way that inline messages are lost if you set one and then the page view results in a redirect. I planned on creating a workaround but never got around to it. Version 1.3.0 of rules is in the works. I'll see if I can toss this in.
  8. Its an exported rule from the rules app. You can import it from the rules ACP.
  9. Its not corrupt. But if you want that message to go away, just update to the latest rules version.
  10. You decide. Its all permission based.
  11. Glad to hear it. Moving forward, let's take this to a private message.
  12. This was a bug that was introduced in the last release. A new version (1.2.4) is now available which will fix this problem. You will need to edit your condition that checks the boolean value again, reselect the correct event argument, and save.
  13. This appears to be a bug. Looking into it further...
  14. Yes. You can move existing forums into a collab. Was there a question in that?
  15. Try this: inactive-topic-rules.xml You'll want to add your actions to the "Take action on inactive topics" rule.
  16. In order for a database to be usable by collaborations, it must implement categories and already be added to a page so that the database content is viewable. There is an override setting on all pages database category forms that can be used to do what you are describing. PM me for dev files.
  17. Ya, you dont want to be manually scheduling the action to happen every 3 hours. What you want is to schedule the action as a follow up when a topic is actually created. And your condition to check if the content is new is not going to work because you are using php code that returns nothing. You should use a truth value condition to check the "new" argument and not be attempting to use it as a content item. I'll put together something for you when I get a chance.
  18. 1. Look on the member roles management page in the collab. Click the dropdown menu for any role group to choose bulk pm. 2. Modify this to fit your needs. https://community.invisionpower.com/files/file/7662-move-topic-tofrom-collaboration-in-group-collaboration/ Not sure what you mean here...
  19. @NoGi What is your strategy? If you want to check if a topic has not had any posts after 3 hours and then take action, you will need to schedule that process to happen for each topic after it is created. First, create a custom action in the rules ACP and add an \IPS\forums\Topic as an action argument. Then create a rule that is triggered by topic creation. Make sure to add a condition which checks that the boolean value "new" from the event is TRUE (since the same event is also triggered anytime a topic is updated). In this rule, add the action to schedule your "custom action" for 3 hours in the future. Use the created topic as the argument to your custom action. Finally, create another rule which uses your "custom action" as the event. Since your custom sction will be triggered for a topic 3 hours after it was created (because of that first rule), you add your conditions to check the number of replies on the topic and take appropriate actions here.
  20. I dont think dev files are going to stop that. Try adding this to your config.php // Report all errors except E_NOTICE error_reporting(E_ALL & ~E_NOTICE);
  21. FTP + ACP. I think its more likely that there are some processing loops going on for one reason or another.
  22. Some have been reporting such performance issues, while others have no problems at all. I've not had the opportunity to examine any site that is experiencing an obvious performance issue to determine the cause. If you'd like to let me look under the hood I might be able to nail it down.
  23. Its not infected with any virus. It is however encoded as the non-encoded version only comes with the full purchase. Avast is just seeing that the files are encoded.
×
×
  • Create New...