Goto page 1, 2  Next

● event calender

Mon May 27, 2019 11:40 am
NOOB!!!
47 Posts
Reputation: 192.1
does anyone know where to get an event calender for 2.09e that i can add events and edit to show future events ...  thanks guys
Mon May 27, 2019 12:08 pm
NOOB!!!
28 Posts
Reputation: 156.6
I have not used it yet, but have you tried the one in 2.09e?
Mon May 27, 2019 4:11 pm
Original Poster
NOOB!!!
47 Posts
Reputation: 192.1
yes fire i did ...  its just a calender though ...  cant add events and such to it


 
Mon May 27, 2019 8:13 pm
NOOB!!!
28 Posts
Reputation: 156.6
Sure you can m8, do it in the admin section. Are you looking for one that anyone can add things to, admin or not?


 
Mon May 27, 2019 8:21 pm
Clan Leader
Top Dog
Nuke Dev / Coder
3015 Posts
coRpSE
Currently Offline
Offline

Most Played:
This week: 77.7hrs.
Total Played: 195hrs.


  
There is life outside of the game.
Reputation: 7317.9
votes: 7
The ECalendar that comes with the CMS is an Event Calendar. The E in its name stands for "Event". :P

I wrote the ECalendar that replaced that older system. I talk about it in this video i did.
Mon Mar 21, 2022 2:56 pm
Spammer
130 Posts
Zardos
Currently Offline
Offline
  
Doesn't like playing games!
Reputation: 846.4
Hi coRpSE, having a problem with E-calendar, here is a screen shot.

Expand

Do you know what this maybe. does it on any theme.
Mon Mar 21, 2022 5:50 pm
Clan Leader
Top Dog
Nuke Dev / Coder
3015 Posts
coRpSE
Currently Offline
Offline

Most Played:
This week: 77.7hrs.
Total Played: 195hrs.


  
There is life outside of the game.
Reputation: 7317.9
votes: 7
That is happening because in your PHP, it was not compiled with that function activated. Here is a workaround.

Open up the block-ECalendar.php
Find on line 27:

PHP:  [ Select all ]

$num_days cal_days_in_month(CAL_GREGORIAN$month$year); 

 
Replace with:

PHP:  [ Select all ]

$num_days round((mktime(0,0,0,$month+1,1,$year) - mktime(0,0,0,$month,1,$year))/86400); 

 
You will also need to do the same edits in the file public_html/modules/ECalendar/index.php.
This should be updated in the next release.


 
Tue Mar 22, 2022 3:46 am
Spammer
130 Posts
Zardos
Currently Offline
Offline
  
Doesn't like playing games!
Reputation: 846.4
Thank you coRpSE that did the trick


 
Tue Mar 29, 2022 5:40 pm
Spammer
130 Posts
Zardos
Currently Offline
Offline
  
Doesn't like playing games!
Reputation: 846.4
Hi coRpSE, the above code did work find, but now its broke. I get this message now.

Expand

Hving a few problems with a few thing this last few days but trying not to bother you or lonestar, all works fine a my localhost but on the web things start to go wrong, will do some more testing see what happens.


 
Tue Mar 29, 2022 10:59 pm
Clan Leader
Top Dog
Nuke Dev / Coder
3015 Posts
coRpSE
Currently Offline
Offline

Most Played:
This week: 77.7hrs.
Total Played: 195hrs.


  
There is life outside of the game.
Reputation: 7317.9
votes: 7
Did you do both file edits? Look at the bottom of the previous post and look at the text in yellow. I had put that in yellow to get your attention.


 
Goto page 1, 2  Next
Forums ©