Username:    Password:   
Navigation
Latest 10 Mods
Ajax Po... khalid545 18
Currenc... Fraz Ahmed 11
Reindel... Mehmet 17
downloa... UniCoRN 27
article... UniCoRN 23
News JQ... UniCoRN 32
kroax J... UniCoRN 25
ReCaptc... Mike Crawford, Ben Maurer 42
Multime... Grimloch 133
Locatio... Digitanium 99
Latest Tutorials
bullet.gif How to check your ho...
bullet.gif How to load up an Addon
bullet.gif Conditional Custom P...
bullet.gif Panels, Infusions an...
Last Seen Users
Kajosek< 5 mins
flj< 5 mins
nanarni< 5 mins
Barspin00:06:33
keddy00:24:17
khalid54500:27:38
generci00:33:45
khaman00:37:57
stoerti00:42:21
roadless01:21:22
Member Poll
Apple?

Best personal electronics company ever!
Best personal electronics company ever!
4% [2 Votes]

Steve Jobs is a genius!
Steve Jobs is a genius!
16% [8 Votes]

All Hype, no substance
All Hype, no substance
20% [10 Votes]

Don't know, don't care.
Don't know, don't care.
18% [9 Votes]

Fanboy toys
Fanboy toys
18% [9 Votes]

They grow on trees, don't they?
They grow on trees, don't they?
22% [11 Votes]

Votes: 49
You must login to vote.
Started: 17 Aug : 21:41

Polls Archive
RSS Feeds
Subscribe to our Feeds

Latest Mod Releases
Latest News

Validated Feeds
Awards
Valid HTML 4.01!
Valid CSS!
News Ticker
Viewing Mod: Expanded Calendar
Name: Expanded Calendar 
Version: 2.02
Category: Miscellaneous
Type: v6.01 xxx (Infusion)
Author: pirdani
Date: 01-04-2007 22:40
Rating: Rating StarRating StarRating StarRating StarRating Star [66 Votes]
Download: Download Now [7839 Downloads]
Description
This is an expanded version of pirdani's existing Calendar. The Calendar allows you to add events for a specific time and date. Features include:

- Public or Private events
- Recurring events
- View Previous - Next Month
- Calendar as Side Panel (hover for event details)
- List all events for a specific month
- Side panel to show the calendar data
- Center table to show the birthdays of the selected month
- Side panel (calendar_events_panel.php), which can be used to show the 5 next events
- An event details page for a specific event
- An addition to Administration, that makes it possible to turn birthday of the month, on or off and move the Birthday list from the top to the button or vice versa.

Languages:
- Danish
- English
- German
- Italian
- Swedish
- Dutch

IMPORTANT NOTICE:
For a considerable amount of time this infusions has been available with a vulnerability. The vulnerability now has finally been fixed thanks to wivern. He also changed some code to have better time management and to fix some other small issues. The relevant thread where he gives his information is here: http://beta.phpfu...post_7886.
Apparently the new code allows for re-infusion which then updates the existing database table.
I HAVE NOT TESTED THIS YET! Any feedback about this update can be sent to muscapaul.
Copyright
pirdani, janmol, Paulsson, wivern
Approved By: Digitanium Staff Rating: Rating StarRating StarRating StarRating StarRating Star
Comment: Excellent Calendar. Event data could be displayed better. Lots of features.
Translations: No Extra Translations Submit : Report an Error Report a Vulnerability Report a Broken Link Submit a Translation
Ratings
Rating is available to Members only.

Please login or register to vote.

Awesome! Awesome! 62% [41 Votes]
Very Good Very Good 12% [8 Votes]
Good Good 8% [5 Votes]
Average Average 6% [4 Votes]
Poor Poor 12% [8 Votes]
Comments
#31 | sa3bin on April 16 2006 - 11:34:35
table structure would be nice...
#32 | runeandre on April 30 2006 - 21:20:48
Event Calendar

Hi - running PHPFUSION v6.00.306, and I can`t get the Event Calendar to work.... can someone please help me?Smile
#33 | ikebowen on May 03 2006 - 02:41:04
I installed it on .1x and upgraded to .3 - works perfectly. Well, almost perfectly. Is this infusion still in active development? php-fusion could really use an integrated calendar, but this is as close as it gets just now. I'm loving this, but is it still active?
#34 | zapateria on May 09 2006 - 10:17:13
# Table structure for table `fusion_kalender_settings`
#

CREATE TABLE `fusion_kalender_settings` (
`set_id` smallint(6) unsigned NOT NULL auto_increment,
`b_day` varchar(4) NOT NULL default '',
`c_hight` smallint(6) unsigned NOT NULL default '0',
`c_width` smallint(6) unsigned NOT NULL default '0',
`show_where` varchar(6) NOT NULL default '',
`show_for` varchar(15) NOT NULL default '',
PRIMARY KEY (`set_id`)
) TYPE=MyISAM AUTO_INCREMENT=4 ;

#
# Dumping data for table `fusion_kalender_settings`
#

INSERT INTO `fusion_kalender_settings` VALUES (1, 'Ja', 100, 18, 'Top', 'Guest'Wink;
INSERT INTO `fusion_kalender_settings` VALUES (2, 'Ja', 100, 18, 'Top', 'Guest'Wink;
INSERT INTO `fusion_kalender_settings` VALUES (3, 'Ja', 100, 18, 'Top', 'Guest'Wink;

This should work
#35 | Marcelo Melo on May 14 2006 - 11:27:03
I'm having a nasty error whenever I input more than 3 events...
I'll post a thread right now on the forum with an image to explain it in a better way.

Cheers.

Ps: I really like this calendar, though there's a lot of room for improvements.Smile
#36 | kimflow1 on May 16 2006 - 02:48:20
can't get the calendar to show properly, this is the error i get. Checked all the files I don't see this

Table 'mysql.fusion_kalender' doesn't exist
#37 | Martijn78 on May 16 2006 - 15:15:28
Installed without problems! thanks a lot!
I changed color in tooltips.js, works perfectly!
dutch local send to pirdani_AT_pirdani.de, and put in forum Grin
#38 | jiikoo on May 24 2006 - 13:20:27
File: calendar_events_panel.php

Line:
$result_vis = dbquery("SELECT * FROM ".$db_prefix."kalender WHERE jahr >= $p_year AND monat >= $p_month ORDER BY (monat+0), (tag+0), (jahr+0) ASC LIMIT 5"Wink;

Replacement:
$result_vis = dbquery("SELECT * FROM ".$db_prefix."kalender WHERE (jahr > $p_year) || (jahr = $p_year && monat > $p_month) || (jahr = $p_year && monat = $p_month && tag >= $p_day) ORDER BY (jahr+0), (monat+0), (tag+0), (stunden+0), (minuten+0) ASC LIMIT 5"Wink;


File: show_event.php

Line:
$result_vis = dbquery("SELECT * FROM ".$db_prefix."kalender WHERE privat = 'N' AND jahr >= $m_year AND monat = $m_month ORDER BY tag DESC"Wink;

Replacement:
$result_vis = dbquery("SELECT * FROM ".$db_prefix."kalender WHERE privat = 'N' AND jahr >= $m_year AND monat = $m_month ORDER BY (tag+0) ASC"Wink;
#39 | Rocket on May 30 2006 - 18:00:00
Nice Calendar. The sort function in the display under the calendar doesnt sort correctly. 2 am comes after 7 pm and 3am up to 9 am comes last. Anyway to get the time function in a true 24 hour clock were 1am = 01 2 am = 02 and so on
#40 | WWWW on June 11 2006 - 03:43:36
Anyone have any idea how to change the date background colour?
Post Comment
Please Login to Post a Comment.
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Popular Mods
HighSlide Gallery 3181
Fusion Lightbox 2707
Event Calendar 2612
Newsticker Panel 2307
PictureFlow Gallery 2243
Shoutbox
You must login to post a message.

06 Sep : 08:18
. . . spam is sux

06 Sep : 08:18
. . . .

06 Sep : 08:17
. . . . .

06 Sep : 07:28
This SPAM really SUX, especially when there are solutions to fight it. I have NO (ZERO) Spam on my site.

04 Sep : 18:10
Happy Svenson and KEFF are one person Wink

MOD Support Sites
bullet.gif Czech republic
bullet.gif Denmark
bullet.gif Nederlands
bullet.gif Poland
bullet.gif Sweden
Random Tweeter
bactunisie

bactunisie

Members who Tweet: 19