Further Customization

On , in , by Lunarius

Home Forums RaidPlanner Discussions Feature request Further Customization

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1657
    Lunarius
    Member

    Hello! I’ve been using this module to help track signups for a real-life tabletop game; I’d love to be able to do a few things with it that I can’t currently do:

    Change “Raid Leader” to a different title.
    Auto-Confirm signups.
    Email the “Raid Leader” when a user signs up.
    Auto-assign a Role to a user.

    Thank you very much!

    #1670
    Taracque
    Member

    To change the Raid Leader string to something else go to Extensions / Language Manager, and select Overrides.
    Add the text you want to the COM_RAIDPLANNER_RAID_LEADER constant.
    What you mean on auto confirm signups?
    I’ll check the other 2.
    https://github.com/Taracque/RaidPlanner/issues/43
    https://github.com/Taracque/RaidPlanner/issues/44

    #1682
    Lunarius
    Member

    Overrides: Thank you; I would never have thought about that!

    Auto-Confirm: As in, right now when someone signs up I need to come along afterwards, go to the event, and then Approve them in the Confirmation drop-down. I suppose it would have been better worded if I’d asked for an Auto-Approve.

    Thank you very much for your time!

    #1683
    Taracque
    Member

    Just tell your friends that all signups are approved automatically, and simply ignore that field.
    Confirmation is used where some kind of fixed setup is needed (eg. 2 tanks, 3 healers, etc.), and raid leader can choose who will be in the team and who is not needed for that event.
    I really don’t see the difference between auto approve and ignoration of that field.

    adding the

    #rp_event_attendants table tr th:nth-child(4),
    #rp_event_attendants table tr td:nth-child(4) {
    display: none;
    }

    to you css file will hide that column.

    #1684
    Lunarius
    Member

    When you put it that way, it makes a lot of sense! Thank you very much; I appreciate the help!

    I do hope it’s possible to automatically provide a role for a player when they select their character and for the raid leader to be emailed when someone signs up, but neither of those are totally necessary — they’d just help my players and myself be lazy. 🙂

    #1685
    Taracque
    Member

    I’ve implemented the „remember role” function in the development build, notification will be added soon.

    #1686
    Lunarius
    Member

    Cool, cool, cool. Thank you very much!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
 

Comments are closed.