[8WR] XenAtendo (Events)

[8WR] XenAtendo (Events) 1.5.0b

No permission to download
Will 1.4.7 let you choose exact time for event? I'm still using 1.4.2 as this was the last version that allowed you to choose exact time instead of just on the hour.
 
Will 1.4.7 let you choose exact time for event? I'm still using 1.4.2 as this was the last version that allowed you to choose exact time instead of just on the hour.

Unfortunately no.
And no 24 hour display either, just AM/PM. :(
 
Couple of questions before I download. If my needs are met, i will also pay the $50 for branding free. I'm starting a sneaker community and would like to inform my sneaker community on all the sneaker releases coming out from certain brands.

1. Instead of text on the calendar, can I replace with a small icon of the sneaker that is being released?
2. This is Xenporta compatible right?
3. Will this send them a reminder notification when the Sneaker Release (event) is near?
4. When this Sneaker Release (event) is created, it will create it's own discussion thread? Will this discussion thread be available in a viewable forum section?
5. I want to add more than one address to the Sneaker Release (event), to show which stores will be carrying the pair of sneakers, is this possible?
6. On, http://8wayrun.com/calibur/forum/, the Character Icons, is it possible to do that too with my sneaker release icons, so when they click it, it will go straight to the Sneaker Release (event)?
 
Could you make it optional on what you want to have where the map is now?
So you could maybe embed a YouTube movie or just a big image?

MJW0a.png

A big image would be so much better. Especially if i'm using this mod for something else than as events.
 
Jaxel updated [8wayRun.Com] XenAtendo (Events) with a new update entry:

Version 1.4.8 CHANGELOG

  • There is now an option to enable "24-hour mode".
  • There is now an option to enable "15-minute intervals".
  • You can now edit the thread-prefix of any event which has a linked event thread from the edit page of that event.
  • BUG FIX: fixed an issue where time conflicts would not be processed correctly if two events started and ended with an hour long overlap.

Read the rest of this update entry...
 
Fresh install on a forum and the below is what I get when I try to go to the options to configure it:

Code:
An exception occurred: Undefined index: 0 in /home/tdperry/public_html/apple4me/library/EWRatendo/Option/ForumChooser2.php on line 19
 
XenForo_Application::handlePhpError() in EWRatendo/Option/ForumChooser2.php at line 19
EWRatendo_Option_ForumChooser2::renderOption() in XenForo/ViewAdmin/Helper/Option.php at line 327
XenForo_ViewAdmin_Helper_Option::_renderCallbackOptionHtml() in XenForo/ViewAdmin/Helper/Option.php at line 71
XenForo_ViewAdmin_Helper_Option::renderPreparedOptionHtml() in XenForo/ViewAdmin/Helper/Option.php at line 33
XenForo_ViewAdmin_Helper_Option::renderPreparedOptionsHtml() in XenForo/ViewAdmin/Option/ListOptions.php at line 30
XenForo_ViewAdmin_Option_ListOptions->renderHtml() in XenForo/ViewRenderer/Abstract.php at line 215
XenForo_ViewRenderer_Abstract->renderViewObject() in XenForo/ViewRenderer/HtmlAdmin.php at line 63
XenForo_ViewRenderer_HtmlAdmin->renderView() in XenForo/FrontController.php at line 533
XenForo_FrontController->renderView() in XenForo/FrontController.php at line 156
XenForo_FrontController->run() in /home/tdperry/public_html/admin.php at line 13
 
Jaxel updated [8wayRun.Com] XenAtendo (Events) with a new update entry:
  • There is now an option to enable "24-hour mode".
  • There is now an option to enable "15-minute intervals".
  • You can now edit the thread-prefix of any event which has a linked event thread from the edit page of that event.
  • BUG FIX: fixed an issue where time conflicts would not be processed correctly if two events started and ended with an hour long overlap.
This is brilliant, thanks! I have been wanting 24 hour mode ever since I started using this Add-on.

However, even though I have ticked the "Use 24-hour Time Clocks" option, when I create an Event I am still presented with same "12:00 - 11:00" and "AM/PM" drop-down lists. Am I doing something wrong?

I have previously edited the EWRatendo_EventsCreate template (so that "Enable RSVP" and "Create Event" are ticked by default, and positioned further up the page in a more obvious location). Could it be that I have messed something up in there that is 'disallowing' the 24-hour time option?

Thanks. :)


Edit: Never mind; it was exactly as I suspected. Reverted the EventsCreate template to default and the 24-hour clock now works fine, so I just edited the code to move the Save button to the very bottom. :)
 
This is brilliant, thanks! I have been wanting 24 hour mode ever since I started using this Add-on.

However, even though I have ticked the "Use 24-hour Time Clocks" option, when I create an Event I am still presented with same "12:00 - 11:00" and "AM/PM" drop-down lists. Am I doing something wrong?

I have previously edited the EWRatendo_EventsCreate template (so that "Enable RSVP" and "Create Event" are ticked by default, and positioned further up the page in a more obvious location). Could it be that I have messed something up in there that is 'disallowing' the 24-hour time option?

Thanks. :)


Edit: Never mind; it was exactly as I suspected. Reverted the EventsCreate template to default and the 24-hour clock now works fine, so I just edited the code to move the Save button to the very bottom. :)
Jaxel, thanks a lot for this update - we really were waiting for a change such as this. Is the display of a big image instead of the google maps (or maybe both?) as an option something that would be possible? Would be neat to be able to make distinguishable events!

SForum, could you maybe elaborate some more about the changes you made to the RSVP? I too am thinking about making that option more prominent to my users (now they often forget it) so I'm curious how you solved it...
 
Jaxel, thanks a lot for this update - we really were waiting for a change such as this. Is the display of a big image instead of the google maps (or maybe both?) as an option something that would be possible? Would be neat to be able to make distinguishable events!

SForum, could you maybe elaborate some more about the changes you made to the RSVP? I too am thinking about making that option more prominent to my users (now they often forget it) so I'm curious how you solved it...
I just edited the EWRatendo_EventsCreate template, did a search for "save" to find the code for the 'Save' button, and moved it to the bottom. :)

So go to Styles > Templates in your Admin Control Panel, look up the above template, hit CTRL-F (or CMD-F on Mac) and enter "save" to find the right bit of code:

Code:
<dl class="ctrlUnit submitUnit">
<dt></dt>
<dd>
<input type="submit" value="{xen:phrase save_event}" name="submit" accesskey="s" class="button primary" />
</dd>
</dl>

Cut that out, and paste it at the bottom, just after the last </fieldset> tag, before this bit:

Code:
</xen:if>
 
<input type="hidden" name="_xfToken" value="{$visitor.csrf_token_page}" />

Save that, and your Save button is now at the very bottom, after all of the options. :)
 
Thank you Jaxel for the 24 hour mode.

How can I translte months?
How can I set default map?


Last can you replace format to event time. I think start date and time / Finish date and time more usefull than default..
 
Top Bottom