• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[8wayRun.Com] XenAtendo (Events)

Status
Not open for further replies.
Have you got a custom skin? I seem to remember reading earlier someone had a problem with the link not displaying as it should and that seemed to be the reason, because the navbar changed a bit in one of the xF upgrades and the skin needed updating.

I had a custom style installed, I got rid of that though before I upgraded to Beta 5 and then yesterday installed the XenAtendo, so no I didn't it was the default one. I have however made a few changes to phrases and also to some of the templates, although nothing major that I would of thought would of changed it.
 
I had a custom style installed, I got rid of that though before I upgraded to Beta 5 and then yesterday installed the XenAtendo, so no I didn't it was the default one. I have however made a few changes to phrases and also to some of the templates, although nothing major that I would of thought would of changed it.

Odd, maybe it's worth re-uploading the files incase something went wrong there, try re-installing and posting a link so someone could take a look for you.
 
Although now the system doesn't even work!!


Restless Ravers

Server Error

Argument 1 passed to XenForo_Model_Forum::canPostThreadInForum() must be an array, boolean given, called in /home/restless/public_html/library/EWRatendo/ControllerPublic/Events.php on line 96 and defined
  1. [*]XenForo_Application::handlePhpError() in XenForo/Model/Forum.php at line 276
    [*]XenForo_Model_Forum->canPostThreadInForum() in EWRatendo/ControllerPublic/Events.php at line 96
    [*]EWRatendo_ControllerPublic_Events->actionMonthly() in XenForo/FrontController.php at line 310
    [*]XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
    [*]XenForo_FrontController->run() in /home/restless/public_html/index.php at line 15
 
Sorted!! Had to revert the navigation template as Brogan pointed out in post 181 which I totally missed, haha!!

Loving this mod, seems to work like a charm so far. I feel a donation coming on for this new computer soon...
 
Looks like recurring events have come along nicely...
View attachment 8559

Great news, I got the impression from your pervious post when you mentioned it would only handle "Recurs every X days", that it would only allow recurring events for a set amounts of days, i.e. 7 days for every week and not variable number of days, i.e. 28, 30 or 31 days for a month.

Yet, I see in the drop-down menu you have 'months' listed, so did I assume wrong?

Can't wait to test this. :)
 

[IB mode]

We will, you have created a calendar far superior to anything we could even dream of, in a fraction of the time we have spent with our fingers in our ears whilst going ‘la, la, la, we can’t hear you’, to our customer’s requests for such a beautiful piece of software.

We can only assume you have stolen and copied our code, infringed our copyright and been damn rotten to us. :mad:

[/ IB mode]
 
News Flash:
IB has filed suit against Jaxel.
They are claiming IP infractions.
IB claims to have invented calendars "years ago".
 
One thing I kept meaning to mention or ask is what happens once the event has passed... with regards to the topic that is posted. The reason I asked is would it be possible for you to put some options in there to
a. Close the tread on event start
and
b. Move it to a different forum


Loving the work so far though geeza!!
 
Not sure if anyone else has noticed but if you go to Monthly View, and then check out May 2011. Not sure why but the 8th is showing as not a day =S!! See attached screenshot for it...

Picture 1.webp
 
Not sure if anyone else has noticed but if you go to Monthly View, and then check out May 2011. Not sure why but the 8th is showing as not a day =S!! See attached screenshot for it...

View attachment 8589

I can confirm this - 1st May is displayed both as the last Sunday on the April grid and the first Monday on the May grid, meaning all the dates on that line are wrong, with the 8th falling off the end.

I've double checked all the other months and they are OK.
 
Fixed it for the next version... it happened for any month that started on a Sunday (January 2012 for example)

http://www.8wayrun.com/events/monthly/5.2011/

The error is odd. For some reason, PHP is inconsistent when it comes to start of the week. When counting the day number of the week, PHP considers Sunday the start of the week; however, when counting the number of the week itself, PHP considers MONDAY the start of the week. Rather than program around the week numbers, I decided to simply make Monday the start of the week in this calendar; its an event calendar, so this suits weekend events better anyways.

Well doing this required me to set the weekday numbers from 0-6 to 1-7. But I forgot to set a conditional for the rare instance that a month starts on a weekday as 0, I need to force set it to 7.
 
Status
Not open for further replies.
Back
Top Bottom