Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
March 21, 2010, 05:54:52 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Interested in joining the WebsiteBaker team?
For more Information read
here
or on our
new website
.
110567
Posts in
15967
Topics by
9310
Members
Latest Member:
stevenris10
WebsiteBaker Community Forum
English
Modules
(Moderators:
Argos
,
BerndJM
)
Yet another event calendar
Pages:
1
[
2
]
3
4
5
Author
Topic: Yet another event calendar (Read 35103 times)
treasurer
Offline
Posts: 5
Re: Yet another event calendar
«
Reply #25 on:
September 28, 2006, 10:44:21 AM »
I think it is great. Would like some more functionality - bold type, type face colour etc - but as I know nothing about any of this I am pleased simply to be able to use a module someone else has spent considerable time creating.
I am using it at
www.footballwidebay
.org
Treasurer.
Logged
keijok
Offline
Posts: 17
Re: Yet another event calendar
«
Reply #26 on:
October 02, 2006, 07:37:34 AM »
Quote from: treasurer on September 28, 2006, 10:44:21 AM
...bold type, type face colour etc...
You can actually use standard HTML codes to format the text.
Here's
an example, event at October 10 2006.
But I do agree that writing those HTML markers can be a bit tidious. What is needed is perhaps integrated WYSIWYG editor to enter the event description. I'll have to see about this, don't have the time just now, tough.
Logged
Tzvook
Offline
Posts: 22
Re: Yet another event calendar
«
Reply #27 on:
October 16, 2006, 10:18:59 AM »
I get this:
Fatal error: Cannot instantiate non-existent class: template in /aaa/www/modules/event_calendar/view.php on line 67
on the public site...
is there any idea ?
Logged
keijok
Offline
Posts: 17
Re: Yet another event calendar
«
Reply #28 on:
October 18, 2006, 06:45:31 AM »
Quote from: Tzvook on October 16, 2006, 10:18:59 AM
I get this:
Fatal error: Cannot instantiate non-existent class: template in /aaa/www/modules/event_calendar/view.php on line 67
on the public site...
is there any idea ?
Do you have the
template.inc
library file in the
include/phplib
folder of your wb installation?
Logged
Tzvook
Offline
Posts: 22
Re: Yet another event calendar
«
Reply #29 on:
October 19, 2006, 08:58:45 AM »
Quote from: keijok on October 18, 2006, 06:45:31 AM
Do you have the
template.inc
library file in the
include/phplib
folder of your wb installation?
Yep I do ... first thing was going to the error line to see... and then to phplib.
I'm using version 2.6.0 on Apache + Suse.
UPDATE:
just tested in on FREEBSD , same errors, it seems it works only with higher version and info.php need not say it works with 2.6.x ... maybe I only need to update the phplib ? and stay with 2.6.0 ?
«
Last Edit: October 19, 2006, 09:17:18 AM by Tzvook
»
Logged
kweitzel
Forum administrator
Offline
Posts: 5561
Re: Yet another event calendar
«
Reply #30 on:
October 19, 2006, 09:29:19 AM »
the info(.)php of modules defines the Website Baker version, this module is defined for, nothing else.
cheers
Klaus
Logged
http://www.weitzel.biz
PM has been disabled
ruebenwurzel
Leaders Team
Offline
Posts: 7211
Keep on Rockin
Re: Yet another event calendar
«
Reply #31 on:
October 19, 2006, 11:59:01 AM »
Hello Tzvook,
why you don't wanna update to WB 2.6.4?
Matthias
Logged
You search for help, please look here:
Help-Page
You search for Modules, Templates or Languages, please look here:
Addons-Page
keijok
Offline
Posts: 17
Re: Yet another event calendar
«
Reply #32 on:
October 20, 2006, 06:19:45 AM »
Quote from: Tzvook on October 19, 2006, 08:58:45 AM
UPDATE:
just tested in on FREEBSD , same errors, it seems it works only with higher version and info.php need not say it works with 2.6.x ... maybe I only need to update the phplib ? and stay with 2.6.0 ?
I made the calendar using WB2.6.4.
Haven't got any older version so no idea why it doesn't work on those.
Logged
Tzvook
Offline
Posts: 22
Re: Yet another event calendar
«
Reply #33 on:
October 20, 2006, 09:56:29 AM »
Quote from: ruebenwurzel on October 19, 2006, 11:59:01 AM
Hello Tzvook,
why you don't wanna update to WB 2.6.4?
Matthias
Ohh, well I used so many core hacks (functionality + visibility) that I'll have to do it all from the begining .... there's already no hair anyway on my head
Next time I'll do it will probably be for a higher version ...
If there was a changes log of touched files between versions ... all was easyer ... or maybe there is one and I missed it ?
«
Last Edit: October 20, 2006, 09:59:05 AM by Tzvook
»
Logged
ruebenwurzel
Leaders Team
Offline
Posts: 7211
Keep on Rockin
Re: Yet another event calendar
«
Reply #34 on:
October 20, 2006, 11:28:29 AM »
Hello
Quote
Ohh, well I used so many core hacks (functionality + visibility)
So don't wonder if you get problems with modules wich needs standard core files.
Quote
If there was a changes log of touched files between versions
Somewhere here in the forum i posted a package with only the changed files from 2.6.3 to 2.6.4. Search for it (i will do it too if i get some time), maybe this helps you to make upgrade your "user defined" version easier.
Matthias
Logged
You search for help, please look here:
Help-Page
You search for Modules, Templates or Languages, please look here:
Addons-Page
chetvictor
Offline
Posts: 2
Re: Yet another event calendar
«
Reply #35 on:
November 28, 2006, 05:55:26 AM »
Quote from: keijok on August 22, 2006, 06:04:08 AM
Quote from: tjoppru on August 21, 2006, 07:25:19 PM
Yes i created a page with Event Calendar as page type and added an event and made it viewable by the public and All I get is a blank page that says the Title at the top.
That's odd
Can you see any error messages in the webserver log?
If so, could you please paste the error here so I can take a look...
This is because in the event.class.php file it declares
var $type = '';
Twice
Delete line 26 in the event.class.php and the calendar will show.
Chet
«
Last Edit: November 28, 2006, 05:57:03 AM by chetvictor
»
Logged
marathoner
Offline
Posts: 491
Re: Yet another event calendar
«
Reply #36 on:
December 15, 2006, 09:50:49 PM »
I love this module and have made some changes. One thing that some other folks may want to take advantage of is to be able to put a small calendar on any page (as opposed to coding it into the template as mentioned earlier). I simply created a function called small_cal() and then call this from a code section on a page. Here is the function:
function small_cal() {
global $database;
require_once( WB_PATH.'/modules/event_calendar/calendar.class.original.php' );
$cal = new Calendar( $database, 'menu' );
echo "".$cal->writeCalendar();
}
Note that the code is exactly the same as that used in the template but that it also has to include the global variable $database.
If you want to see my function in action, check out:
http://www.secondsoletotalsports.com
Hope someone out there can use this.
«
Last Edit: December 16, 2006, 02:58:49 AM by marathoner
»
Logged
DGEC
Offline
Posts: 382
Re: Yet another event calendar
«
Reply #37 on:
January 30, 2007, 09:28:32 PM »
Quote from: marathoner on December 15, 2006, 09:50:49 PM
advantage of is to be able to put a small calendar on any page (as opposed to coding it into the template as mentioned earlier). I simply created a function called small_cal() and then call this from a code section on a page. Here is the function:
...
Note that the code is exactly the same as that used in the template but that it also has to include the global variable $database.
Just wanted to check - is this safe to use on "multi-oven" sites? (one code installation, multiple sites)
I'm not sure if the $database variable includes (or is) the database's site prefix.
Logged
useeme2ce
Offline
Posts: 6
Re: Yet another event calendar
«
Reply #38 on:
April 25, 2007, 05:53:45 PM »
I use this one. It works...
But the Date is wrong. It starts with: Monday, 1st April. Not with Sunday, 1st April.
Any idea how to fix this?
By the way - are there any workarounds for the normal event calender, to show a small calender in the navigation? That was the only reason, why I used this special event calender...
Logged
marathoner
Offline
Posts: 491
Re: Yet another event calendar
«
Reply #39 on:
April 27, 2007, 08:31:12 PM »
Quote
By the way - are there any workarounds for the normal event calender, to show a small calender in the navigation? That was the only reason, why I used this special event calender...
Regarding the wrong days...I don't know why the calendar would have the days wrong. Do other date functions work correctly on your system? Just a thought...it may be a PHP configuration issue.
Regarding the small calendar...as I mentioned above, you can either implement the small calendar code into your template or create a small function that you can call from a code section of a specific page. Both the full calendar and the small calendar are CSS based so you can make it as big or small as you want. See my site as an example:
www.secondsoletotal
sports.com
Logged
martinstan1
Offline
Posts: 27
Re: Yet another event calendar
«
Reply #40 on:
April 30, 2007, 06:30:31 PM »
Hi
I've been following the ongoing development of this module and it looks great! Is there a definitive version yet? Would love to get this installed.
Thanks
martin
Logged
useeme2ce
Offline
Posts: 6
Re: Yet another event calendar
«
Reply #41 on:
May 08, 2007, 03:41:56 PM »
Ah, the error was my mistake - I mixed up the Sunday-Monday as fist Day, and that was why
Now it works like a charm. But another little issue:
If I use "umlaute" in German - It works in Firefox, but Internetexplorer gives me that:
"Erlöserkirche Gemeindegottesdiens
t"
Do I have to change the codec to UFT-8 ? How can I do this... Websitebaker is using UTF-8 already.
Logged
monster
Offline
Posts: 2
Re: Yet another event calendar
«
Reply #42 on:
May 12, 2007, 02:32:38 AM »
Hi, thanks for all your hardwork everyone. Maybe one day I can help out when poor little brain can absorb all that is going on.
After looking through this thread, I definitely want this event calendar but I don't know where to start, is the "current" version with all the changes mentioned in the completed modules section? If not, where do I start?
Thanks!
Logged
glogo
Offline
Posts: 22
Re: Yet another event calendar
«
Reply #43 on:
June 23, 2007, 03:00:30 PM »
hello everyone,
where can I find this module? the download link seems to be broken and I don't see it in the repository.
The calendar on
http://www.secondsoletotalsports.com/
looks great and is actually what I would like to have for my client's site. It does seem eerily similar to the phpEventCalendar found at that riversidebaptistchu
rch.ca site.
Greetings
glogo
Logged
doc
Offline
Posts: 3581
Re: Yet another event calendar
«
Reply #44 on:
June 23, 2007, 05:38:08 PM »
Hello,
seems the developer of the module is using Joomla now. Maybe contact him via
http://keijok.kapsi.fi/
and ask if he could send you the latest version so we could devlop it furhter.
Regards Christian
Logged
dihakz
Offline
Posts: 23
Re: Yet another event calendar
«
Reply #45 on:
June 23, 2007, 06:14:29 PM »
Quote from: doc on June 23, 2007, 05:38:08 PM
seems the developer of the module is using Joomla now. Maybe contact him via
http://keijok.kapsi.fi/
and ask if he could send you the latest version so we could devlop it furhter.
I saw that ..
Is this a growing trend? Are we losing a lot to other platforms, or is WB growing?
Logged
glogo
Offline
Posts: 22
Re: Yet another event calendar
«
Reply #46 on:
June 23, 2007, 07:09:29 PM »
Hi,
@Christian
as far as I know (only know about 3 words in finnish), I have sent the developer a message over his contact page. we will see if he answers. that cal mod really looked pretty good. so, I am eager to try it out. In the meantime, I loaded the phpEventCal with the list mod function. It's working, but, well, it just isn't really that "cool". It's VERY basic.
Greetings
glogo
Logged
marathoner
Offline
Posts: 491
Re: Yet another event calendar
«
Reply #47 on:
June 26, 2007, 12:11:02 AM »
@glogo
Here is what I had downloaded for what I started with at
www.secondsoletotal
sports.com
. I hacked up the code to do a few things different (mainly related to CSS and admininistration) and I also put together a function to call from a code section (see elsewhere in this thread).
@doc
Could you or one of the other's please post this to the module repository?
Update: attachment deleted
«
Last Edit: June 27, 2007, 02:45:37 AM by marathoner
»
Logged
ruebenwurzel
Leaders Team
Offline
Posts: 7211
Keep on Rockin
Re: Yet another event calendar
«
Reply #48 on:
June 26, 2007, 06:32:52 AM »
@marathoner
the version you posted in your thread above is exactly the same as on the addons repository. There is already the version 1.7.4. Nothing needs to be replaced.
So can you please delete the version from your post above (this may confuse our users as they aspect new functions wich are not included) and add your adapted version? Befor releasing it as official the community an we have to test it.
thanks
Matthias
Logged
You search for help, please look here:
Help-Page
You search for Modules, Templates or Languages, please look here:
Addons-Page
keijok
Offline
Posts: 17
Re: Yet another event calendar
«
Reply #49 on:
June 27, 2007, 07:23:52 AM »
Hello everyone!
Unfortunately I do not have time to develop this calendar module anymore.
Marathoner have made some great additions to my code so maybe Marathoner could make his modifications available somewhere. Latest version I've made can be found at
http://keijok.kapsi.fi/tmp/websitebaker_modules/
Feel free to donload and use as a base for further development if found usable. I see someone have already made quite large modifications to the Ban module so use that instead of my version found from the URL above.
I developed both these modules originally last year for a certain society and at that time WB was a very strong contender for the CMS of the society. But, unfortunately for WB, the society decided to go with Joomla instead and I feel I don't have time to keep up with two CMS's right now. We'll keep WB in mind and when WB3 is out, we'll take a good look into it.
Regards,
Keijo K.
Logged
Pages:
1
[
2
]
3
4
5
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
=> Security Announcements
=> Documentation
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> Help & Support
=> Modules
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
=> jQuery
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
=> Archive (posts up to 2007)
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> Hilfe/Support
=> Module & Snippets
=> Templates & Design
=> Tutorials
=> jQuery
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
Loading...