Jump to content

Vikestart

Members
  • Posts

    627
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Vikestart

  1. Maybe related to your mouse speed/movement or something? It display 1 by 1 to me. :tongue:

    I don't think so. It also happens when I click anywhere on the slider (not dragging it). :sweat:

    Anyway, are you going to remove the slider ? If so, it will appear the standard NUMBER field: a text box with up/down arrows.

    Maybe. :rofl: Thanks for the advice and info for how to do that!

  2. Awesome. :)

    Although the slider feels a bit clunky, but it works! Would it be feasible to round the days up or down to get cleaner numbers? It feels awkward to settle for being away for 11.1991525423729/30 days :P I think a simple input field with the max value being whatever is defined in the ACP would be better (Max value noted in the field description).

    A setting to require a reason would be great as well.

    Anyway, thanks again!

  3. Looks good. I am considering purchasing it. :)

    However, I would like to request a couple of features that may or may not interest you:

    • Let the user set an AWAY duration (X days/weeks/months) after which the AWAY status is automatically turned off. The Admin can make this required.
    • Let the Admin configure a maximum AWAY duration after which the AWAY status is automatically turned off.

    This would help in regards to making sure that members haven't just disappeared and stay in AWAY mode forever. I can imagine that being useful for a lot of situations, such as when you run activity checks for guilds or other communities, where you want to be able to differentiate between users that are likely to return (still in AWAY mode) and the users that are probably lost forever. :)

  4. Hmmmm.

    Nice concept, but not suitable for what I need :P I would definitely buy if:

    1. The event info in the topic was in its own box above the OP, separate from the post content of the topic, just like polls are, and is updated automatically if the calendar event is updated.
    2. Being able to create a calendar event when you make a topic.
  5. ​Instead of manual configuration to select individual members, choose PHP Code and select all members from a particular group:

    $group_id = 1; // Change to ID of member group to select
    return iterator_to_array( \IPS\Db::i()->select( 'member_id', 'core_members', array( 'member_group_id=?', $group_id ) ) );

     

    ​Awesome :D Any way to use multiple groups though? For now I've just set up 2 actions.

    Also, what is Notification Content for? I've input some text, but it doesn't show up anywhere.

  6. Users are reporting that the row marked as YOU is not them, and now I'm seeing this myself as well:

    rejetjetj.thumb.png.68455e982231bdf82963

    EDIT: It appears to come and go. Now it's normal again, but it happens every now and then. Don't know why..

  7. Found a potential issue. When I run the Support tool from within the ACP, I get this:

    There are some problems with your database. Normally it is safe to try to fix these problems automatically however if your community is large, you may want to run the necessary queries manually. If so, the queries to run are:

    ALTER TABLE `rules_arguments` CHANGE COLUMN `argument_custom_action_id` `argument_custom_action_id` INT (11) NOT NULL DEFAULT 0 COMMENT '';
  8. That's correct. You can't set a whole topic as a best answer. You have to set a specific post (topic comment) as the best answer. Rules knows this so the only selectable option in the event to set as the best answer is "The created/updated Topic Comment".

    By the way, I would also add another condition into your rule that checks if a best answer is NOT already set before you set the best answer and lock it. This way once a best answer is set, it won't be set again automatically.

     auto-resolve-qa-for-amas-revised.xml

    ​Yup, sorry, I was thinking about the topic lock and got all confused :P

    Still doesn't work though. The topic (question) is not locked and the answer is not marked as the best answer. :cry:

×
×
  • Create New...