[8WR] XenAtendo (Events)

[8WR] XenAtendo (Events) 1.5.0b

No permission to download
JaxeIs 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!
Couldn't you just put your images in the event info/thread? If you don't want a google map, then don't put an address into the event info... it will disappear automatically.

If I wanted to replace the map with an image, I would have to write an attachment handler for events. Then of course I have to start programming around people who add images that are not sized/scaled correctly... and then of course, forums that use fluid widths become an issue as well... This is all stuff I don't care to do.
 
Excuse me. I couldnt find. Can you give message numbers? or can you copy answers to here.

Thank you..
 
Couldn't you just put your images in the event info/thread? If you don't want a google map, then don't put an address into the event info... it will disappear automatically.

If I wanted to replace the map with an image, I would have to write an attachment handler for events. Then of course I have to start programming around people who add images that are not sized/scaled correctly... and then of course, forums that use fluid widths become an issue as well... This is all stuff I don't care to do.

As the first thing that the member will see, it would be great to show an image or maybe a youtube video. Wouldnt it be easier if we submit an image link into a field rather than attaching an image? Since creating a whole new attachment handler will be too much? Seems like other members here can benefit from this request because we could take a picture of the venue, take a picture of the invitation, or a youtube video previewing how the venue looks like?

Honestly, i like the format look when there is a map. Which is another reason why i would like to replace the map with an image. It looks more presentable and attracting to the viewer compared to when there is no map.
 
Hi, i've just updated the EWRatendo addon for my site to the latest version (1.4.8).
The update went through fine, however now when my users try to view either the Weekly or Monthly Events areas, they are presented with the following error: (the below is taken from the 'Server Error Logs' in the CP, thought it might be more useful)

Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'EWRatendo_events.event_247' in 'where clause' - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Unknown Account, 34 minutes ago
Stack Trace
#0 /home/snip/public_html/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('????SELECT EWRa...')
#1 /home/snip/public_html/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), '????SELECT EWRa...')
#2 /home/snip/public_html/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('????SELECT EWRa...')
#3 /home/snip/public_html/library/Zend/Db/Adapter/Abstract.php(734): Zend_Db_Adapter_Abstract->query('????SELECT EWRa...', Array)
#4 /home/snip/public_html/library/EWRatendo/Model/Events.php(22): Zend_Db_Adapter_Abstract->fetchAll('????SELECT EWRa...', Array)
#5 /home/snip/public_html/library/EWRatendo/Model/Weekly.php(59): EWRatendo_Model_Events->getEventsRange(-5044932000, -5044327201)
#6 /home/snip/public_html/library/EWRatendo/Model/Weekly.php(13): EWRatendo_Model_Weekly->getEventsWeek(-5044932000, -5044327201, '08')
#7 /home/snip/public_html/library/EWRatendo/ControllerPublic/Events/Weekly.php(35): EWRatendo_Model_Weekly->getWeekly('08', '1810')
#8 /home/snip/public_html/library/XenForo/FrontController.php(310): EWRatendo_ControllerPublic_Events_Weekly->actionIndex()
#9 /home/snip/public_html/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#10 /home/snip/public_html/index.php(13): XenForo_FrontController->run()
#11 {main}
Request State
array(3) {
["url"] => string(40) "http://snip.com/events/weekly/8.1810/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}

(I've changed my domain name to 'snip' above).
It would seem that the DB table is missing a column?
However I'm not super confident in messing with the Mysql beyond some very basic modifications to existing tables.

If it helps, this is a s/shot of the 'Server Error Logs' I assume after the update, or at least after the first attempt at checking the Events sytem post the update:

Image%20004.jpg


(and no, I don't have a backup of the DB before updating the addon :()

Can anyone help?
 
Turn on debug mode on your forum... then go here: admin.php?add-ons/EWRatendo/edit

Change the Version ID to 0... then upgrade again.
Legend, fixed it!
Thanks so much Jaxel, your quick (and helpful) reply is very much appreciated!
 
I'm wondering if it's possible to create events that people will attend from different timezones? For instance, online events that aren't attached to a physical location. The problem I'm running into here is that it is not correcting the time based on the what the user has set for their timezone. When I create an event and select a time and a time zone, let's say 10:00 AM with -7 UTC, if the user reading the event is in -5 UTC, it still shows 10:00AM with -7UTC. Is there a way to adjust the time displayed based on the individual user and their time zone setting? My goal is to make it display 12:00PM for a user in -5 UTC if I set it to 10:00AM when I'm in -7 UTC.

Like I say, the case of use for this is online events, such as VOIP conferences, or another case is a gaming community that would want to schedule a scrim or match against another team or something.
 
I've updated to the latest version, but still only have events able to be scheduled on the hour ... even though I've checked the option for allowing 15 minute intervals.

[edit: found a template which was 'outdated' and not yet reverted ... reverted template, and now the Events section has updated properly, and I have 15 minute intervals available :)]
 
One of my admin was renaming/moving some forums that were set as event forums, and now we get this error when opening the options page for XenAtendo:


An exception occurred: Undefined index: 54 in /home/.../library/EWRatendo/Option/ForumChooser2.php on line 21
  1. XenForo_Application::handlePhpError() in EWRatendo/Option/ForumChooser2.php at line 21
  2. EWRatendo_Option_ForumChooser2::renderOption()
  3. call_user_func() in XenForo/ViewAdmin/Helper/Option.php at line 327
  4. ...
I tried setting the "EWRatendo_eventforums" option to the default value in the DB but that didn't help. Wasn't being cached either.

How can this be fixed?
 
Is it possible to restore XenAtendo from an old backup?

Here is my situation:
Installed XenAtendo
Added some events
Removed XenAtendo
I wish now to reinstall it
Can I use data from an old backup?

How would I do that?
 
Jaxel, is there a way to create a thread that is independent of the event created? in other words, when ever i create an event and i select the "Create event thread" option, the thread is somewhat linked to the actual event, all replies can be seen on the event info.

I want to be able to show the event information to the general public, (guests) but not the replies by members...

Currently im having to create the corresponding thread manually so that the event information (with RSVP) is independent.

Thanks.
 
I'm wondering if it's possible to create events that people will attend from different timezones? For instance, online events that aren't attached to a physical location. The problem I'm running into here is that it is not correcting the time based on the what the user has set for their timezone. When I create an event and select a time and a time zone, let's say 10:00 AM with -7 UTC, if the user reading the event is in -5 UTC, it still shows 10:00AM with -7UTC. Is there a way to adjust the time displayed based on the individual user and their time zone setting? My goal is to make it display 12:00PM for a user in -5 UTC if I set it to 10:00AM when I'm in -7 UTC.

Like I say, the case of use for this is online events, such as VOIP conferences, or another case is a gaming community that would want to schedule a scrim or match against another team or something.
This would be a really great feature.
 
No, i meant on the actual Calendar. If you have more than 1 event on that day, it compiles all and say "6 events". Is it possible to list the events instead?

Btw, thank you guys for responding. I thought I was a ghost in this thread. lol
 
No, i meant on the actual Calendar. If you have more than 1 event on that day, it compiles all and say "6 events". Is it possible to list the events instead?

Btw, thank you guys for responding. I thought I was a ghost in this thread. lol

Doesn't yours give an overlay on click? Or are you wanting them listed all the way... like all 6 shown in the same block? Only issue is, what if you end up with 10-12 or more, and you don't have enough room to show them all.
 
Doesn't yours give an overlay on click? Or are you wanting them listed all the way... like all 6 shown in the same block? Only issue is, what if you end up with 10-12 or more, and you don't have enough room to show them all.

Yeah, i guess that makes sense, how about show a certain amount and then another link to "Show more"?
 
Yeah, i guess that makes sense, how about show a certain amount and then another link to "Show more"?

Not sure... Can't code. Hah. Only edit existing. I prefer how it is, but when anyone makes an add-on, not everyone likes the same things. I'd get irritated trying to "rank" what events I want shown though... lol
 
Back
Top Bottom