Recent content by Insane54

  1. I

    [8WR] XenAtendo (Events)

    Go to Templates in the Admin CP. Search for "EWRatendo.css" From there, color/size changes should be relatively simple. For example, .eventList li .eventDate { font-size: 0.9em; float: right; text-align: right; width: 100px; } could be changed to... .eventList li .eventDate { font-size: 1em...
  2. I

    [8WR] XenAtendo (Events)

    From the changelog: KNOWN BUG: There is a known bug where if an event forum has a subforum, its create event topctrl will disappear. This is due to XenForo's inherit design in that XenForo will kill all topctrls on forum_view when the forum has children in order to move the topctrl down below...
  3. I

    [8WR] XenAtendo (Events)

    I believe what Jaxel was saying was that you were using the "Revoke" option. Basically, when doing permissions, "Revoke" means that ALL levels that follow (I think) are unable to use the option. So what you want to do is almost never use "Revoke" -- I personally never use it on my own site's...
  4. I

    [8WR] XenAtendo (Events)

    I've made a post about it before, but there's several features that would really help my site's implementation of XenAtendo. If there's other people who could also benefit from new features, let Jaxel know -- maybe we can pool together some money to get it done! Here's what I've got: 1) alerts...
  5. I

    Virtual Currency

    I don't have Credits on my own site unfortunately, so I can't really say what the settings would be. I did notice that it said that you could set the starting amount of credits, but that may be global... If so, you'll probably have to go in and manually edit each relevant profile and give them...
  6. I

    [8WR] XenAtendo (Events)

    You're still gonna need to adjust it -- I haven't tested this, but I think I believe this should work. Change this line: <li><label for="ctrl_thread"><input type="checkbox" name="create_thread" value="1" id="ctrl_thread" {xen:if '{$input.event_rsvp}', 'checked'} /> {xen:phrase...
  7. I

    [8WR] XenAtendo (Events)

    Go to Templates, search for "EWRatendo_EventsCreate". Right here is the code to make invisible: <xen:if hascontent="true"> <li><label for="ctrl_thread"><input type="checkbox" name="create_thread" value="1" id="ctrl_thread" {xen:if '{$input.event_rsvp}', 'checked'} /> {xen:phrase...
  8. I

    Virtual Currency

    You can set Credits system for being active -- logging in per a day, posting, liking, etc, and setting those values.
  9. I

    [8WR] XenAtendo (Events)

    Easy, just set the "Event thread" part of the EventsCreate template to style="display:none;"! So long as it defaults to checked on, it'll make a thread every time.
  10. I

    Virtual Currency

    This is a great idea, first of all. What I'm thinking is that you could use the Credits addon by *******. I don't use it, so I'm riffing off of what I can see in the pictures of it. You will need to sort your students into respective usergroups. First, tell Credits to automatically start...
  11. I

    Add-on Adding Alerts (XenAtendo)

    Dude, that would be incredibly awesomely amazing. Having alerts before and/or after (after is more important to me) events to all people who RSVPd would be hugely helpful to my site's implementation of xenAtendo!
  12. I

    Add-on Adding Alerts (XenAtendo)

    Hey guys! My site is using XenAtendo to handle video game players playing together. Since there are so many (often 100+ in a day), I want to add functionality that when an event starts, all members who RSVPd get sent an alert, and at the end of the event, all members who RSVPd get sent another...
  13. I

    How to read and write into the database (with a page)

    Ah! I can't believe I overlooked that! Thank you :)
  14. I

    How to read and write into the database (with a page)

    I believe I followed all the instructions perfectly (actually copy and pasted the code step by step), only thing I changed is adding the security token as mentioned earlier in the thread. <input type="hidden" name="_xfToken" value="{$visitor.csrf_token_page}" /> <ul class="tabs Tabs"...
Top Bottom