[BETA] MyCalendar3

MODs and Styles for phpBB3.

To post your MOD or style, go to the STG MOD Manager
Forum rules
Go to http://startrekguide.com/mods to submit your MOD or style

Re: [BETA] MyCalendar3

Postby Franfj » 07 Dec 2009, 12:56

user751139 wrote:
I dont see any place that allows me to enable Calendat Events?

Just make sure you have clear the cache (not only refresh the styles, you have to clear the cache of the ACP which should be done from acp homepage). If it continues go to your cache folder and delete the files inside (you can delete the ones that start with ctpl_admin_xxxxxxxxxxx.html).
Franfj
Cadet I
Cadet I
 
Posts: 13
Joined: 13 Mar 2009, 08:34
Gender: Male
phpBB Knowledge: 7


Re: [BETA] MyCalendar3

Postby localhorse » 03 Jan 2010, 20:31

Just to kind of bump my post here... does anyone know if the mycalendar3.php issues I described are intended behaviour? Can anyone confirm that topic titles are shown in my mycalendar3.php to unregistered or users who otherwise cannot access the thread/calendar event itself? Or have I got something setup wrong.

Thanks again.
localhorse
Crewman
Crewman
 
Posts: 2
Joined: 10 Nov 2009, 10:43
Gender: Male
phpBB Knowledge: 5

Re: [BETA] MyCalendar3

Postby Mutos » 09 Jan 2010, 01:40

Hi all,


I represent an association whch develops a Sci-Fi universe: Hoshikaze 2250. We've been searching a long time for a calendar for the association's phpBB3 forum. Surprisingly, there's not so much candidates, in fact 2. Yours seems one of the most advanced in development and debugging. My question will be straightforward : do you consider it ready to be installed in a production environment ?

We'll first test both candidates in separate test environments, then we'll decide for which to install it in production. Any hint from people having alreay used them would be appreciated. Particularly, evaluating the level of reliability, compatibility and available support would be useful to help us make our choice.

Thanks in advance and a good 2010 year to you all ^-^


@+

Benoît 'Mutos' ROBIN
Hoshikaze 2250 Project
Science-Fiction Universe
http://hoshikaze.net
Mutos
Crewman
Crewman
 
Posts: 1
Joined: 09 Jan 2010, 01:32
Gender: Male
phpBB Knowledge: 4

Re: [BETA] MyCalendar3

Postby Franfj » 09 Jan 2010, 04:06

Mutos wrote:Particularly, evaluating the level of reliability, compatibility and available support would be useful to help us make our choice.

This mod seems mostly abandoned by the original author, but anyway the most common problems are resolved by some users in this topic (but there are some problems without solution, for example the displaying of a lot of events in the same day, some problems with authorizations reported by some users, etc).
Franfj
Cadet I
Cadet I
 
Posts: 13
Joined: 13 Mar 2009, 08:34
Gender: Male
phpBB Knowledge: 7

Re: [BETA] MyCalendar3

Postby wired076 » 11 Jan 2010, 21:34

I have found an error with this modification in that if you create an event not in the current month and want it displayed on the front page it will only display if you have an event in the current month otherwise the index page displays no upcoming event.

Does anyone have a solution to this?
I.T. Construct
STG Supporter
Please contact me via email/im for help at reasonable prices.
USA Based Web hosting
email: admin@itconstruct.com.au
- Visit http://www.itconstruct.com.au
wired076    
Supporter
Supporter
 
Posts: 494
Joined: 03 Feb 2009, 16:51
Location: Australia
Gender: Male
phpBB Knowledge: 5

Re: [BETA] MyCalendar3

Postby wired076 » 22 Jan 2010, 07:01

wired076 wrote:I have found an error with this modification in that if you create an event not in the current month and want it displayed on the front page it will only display if you have an event in the current month otherwise the index page displays no upcoming event.

Does anyone have a solution to this?


How about limiting the number of events shown when using the mini_cal_body.html and also to list each event on a separate line and not by date?
I.T. Construct
STG Supporter
Please contact me via email/im for help at reasonable prices.
USA Based Web hosting
email: admin@itconstruct.com.au
- Visit http://www.itconstruct.com.au
wired076    
Supporter
Supporter
 
Posts: 494
Joined: 03 Feb 2009, 16:51
Location: Australia
Gender: Male
phpBB Knowledge: 5

Re: [BETA] MyCalendar3

Postby grumpybum » 27 Jan 2010, 01:42

wired076 wrote:
wired076 wrote:I have found an error with this modification in that if you create an event not in the current month and want it displayed on the front page it will only display if you have an event in the current month otherwise the index page displays no upcoming event.

Does anyone have a solution to this?


How about limiting the number of events shown when using the mini_cal_body.html and also to list each event on a separate line and not by date?

I had noticed that myself. If I find a solution I'll post it on here.
User avatar
grumpybum    
MOD Author
MOD Author
 
Posts: 70
Joined: 28 Oct 2008, 06:09
Location: Brisbane Australia
Gender: Male
phpBB Knowledge: 5

Re: [BETA] MyCalendar3

Postby Sullivan » 27 Jan 2010, 05:38

grumpybum wrote:
wired076 wrote:
wired076 wrote:I have found an error with this modification in that if you create an event not in the current month and want it displayed on the front page it will only display if you have an event in the current month otherwise the index page displays no upcoming event.

Does anyone have a solution to this?


How about limiting the number of events shown when using the mini_cal_body.html and also to list each event on a separate line and not by date?

I had noticed that myself. If I find a solution I'll post it on here.


If you find a solution I'd be very interested in using it aswell, would make things a lot more organised and clear.
Sullivan
Crewman
Crewman
 
Posts: 5
Joined: 25 Jan 2010, 16:56
Gender: Female
phpBB Knowledge: 6

Re: [BETA] MyCalendar3

Postby wired076 » 27 Jan 2010, 05:58

grumpybum wrote:
wired076 wrote:
wired076 wrote:I have found an error with this modification in that if you create an event not in the current month and want it displayed on the front page it will only display if you have an event in the current month otherwise the index page displays no upcoming event.

Does anyone have a solution to this?


How about limiting the number of events shown when using the mini_cal_body.html and also to list each event on a separate line and not by date?

I had noticed that myself. If I find a solution I'll post it on here.


The first part of the question... Solution posted here:
Search for the following(search for the text hint as I have changed my limit from default which I think is 9) in mini_calendar.php which is located in the root of your board dir.

Code: Select all
// Limits the number of events shown on the mini cal
define('MINI_CAL_LIMIT', 8);


Then change the number to whatever you would like.

If someone could help me out with the second part that would be greatly appreciated.(In regards to having each event on a new line instead of on the same line).
I.T. Construct
STG Supporter
Please contact me via email/im for help at reasonable prices.
USA Based Web hosting
email: admin@itconstruct.com.au
- Visit http://www.itconstruct.com.au
wired076    
Supporter
Supporter
 
Posts: 494
Joined: 03 Feb 2009, 16:51
Location: Australia
Gender: Male
phpBB Knowledge: 5

Re: [BETA] MyCalendar3

Postby wired076 » 27 Jan 2010, 22:06

wired076 wrote:
grumpybum wrote:
wired076 wrote:
wired076 wrote:I have found an error with this modification in that if you create an event not in the current month and want it displayed on the front page it will only display if you have an event in the current month otherwise the index page displays no upcoming event.

Does anyone have a solution to this?


How about limiting the number of events shown when using the mini_cal_body.html and also to list each event on a separate line and not by date?

I had noticed that myself. If I find a solution I'll post it on here.


The first part of the question... Solution posted here:
Search for the following(search for the text hint as I have changed my limit from default which I think is 9) in mini_calendar.php which is located in the root of your board dir.

Code: Select all
// Limits the number of events shown on the mini cal
define('MINI_CAL_LIMIT', 8);


Then change the number to whatever you would like.

If someone could help me out with the second part that would be greatly appreciated.(In regards to having each event on a new line instead of on the same line).



Ok. I figured it out!

I found which file I needed to modify but it took me some time to find the part to make each event display on their own line even if they are on the same date!

Follow the instructions below to modify mycalendar3 so that each event is on its own line as follows:

Open mini_calendar.php.

Find the following:
Code: Select all
if ($prev_cal_date != '' && $prev_cal_date != $cal_date)


Replace this line with:
Code: Select all
if ($prev_cal_date != '')


(Note the '' in the above code line is not a double quote but two single quotes one after the other if you type this out)!

Hope this helps everyone else trying to figure this out!
I.T. Construct
STG Supporter
Please contact me via email/im for help at reasonable prices.
USA Based Web hosting
email: admin@itconstruct.com.au
- Visit http://www.itconstruct.com.au
wired076    
Supporter
Supporter
 
Posts: 494
Joined: 03 Feb 2009, 16:51
Location: Australia
Gender: Male
phpBB Knowledge: 5

PreviousNext

Return to phpBB3 Customizations

Who is online

Users browsing this forum: No registered users and 23 guests