Unofficial Kalender 1.5 build

Begonnen von llecaroz, 26 Mai 2005, 08:17:47

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

llecaroz

Hi,
Just really thanki for your great NukeCalendar clone :  KalenderMX 1.4b

I have installed it on many of my personnel servers. But because I have upgraded them to PHPNuke 7.7 &  Maximus ( www.php-maximus.fr ), I was totally unable to have them working on these last versions..

This was due by manything:
-New super user implemnation started in phpnuke 7.6
-Old db management removed from maximus which only uses db\mysql*.php classes

So i have decided to port it & to make it compatible with these CMS & trying to keep it compatible with your portal.
I have so, modified these (copright, readme, ...& source codes) :
-removed all old $dbi & mysql direct calls to replace them by phpnuke $db->sql standard calls
-removed only when phpnuke7.6 & upper is installed old radmincalendar security & replace it with phpnuke7.6 & upper module security to allow access to super users.
-Added french localization ;)

Because You did a great job & to respect your job, i have decided not to distribute it & to let you first mergre my job with your next build. This is a small contribution for thanking you on your tool.... I hope it will also help not to generate a new clone version again ! (there are so many bad & good nukecalendear clones !)

You will find the 1.5 unffocial build here : http://www.le-resistant.com/upload/KalenderMx-1.5.zip

Because I am using another great tool msearch 2.1 which let you add search extension, I have also written an extension offering msearch search capabilities in kalender records : http://www.webdever.net/modules.php?name=Forums&file=viewtopic&t=77

For your information old admin files under html\admin (so cases/links &index.php) have been removed & are now located under modules\kalender (due to the php 7.6 & upper architecture)

I hope, my work will be useful for you & will contribue to the next release. this was a great personal pleasure & satisfaction to having modiy it to make it work on my phnuke new serser releases.

I sent you many mail but never received any anwser :( snif :(
I hope you will integrate all these modifications in the next release ?
When the next release will be delivered "officialy" to the communauty ?

I did not did it with my unofficial release as I said to respect your job. It'is sure ! lot of french guys are waiting for a new version.

Louis
http://www.le-resistant.com
louis.lecaroz@le-resistant.com
:thumbup:

jubilee

#1
Howdi Louis!
ZitatI sent you many mail but never received any anwser  snif 
Sorry about that.
Saw your Mails but still got no time to answer. We had some Problems with our Server and
also some other Problems.
ZitatBecause I am using another great tool msearch 2.1 which let you add search extension, I have also written an extension offering msearch search capabilities in kalender records
Can remember that also here in Forum some user ask about that.  Good job !
ZitatWhen the next release will be delivered "officialy" to the communauty ?
Hmmm , could not say. will ask tora about that. Maybe he knows already.
Thank you again for your work. Feel free to write when you have new improvements ;)
greetings
jubilee

llecaroz

No problem ;) with pleasure.
I understand your issues regarding your servers. I was just trying to contact you to share modifications with you.

If I have others modifications in kalender, it will be a great pleasure again to share it with you, hoping that it will also limit the number of clones ;)

llecaroz

#3
Just to prevent you about a small error in the zip file :

Just rempalce line 84 in modules\Kalender\admin\case.php :
Zitat} else { echo "Access Denied"; }
par :
Zitat} else { die ("Access Denied"); }

This is not a big error... but Otherwise the message will not appear & phpnuke will continue processing admin cases switchs on other modules.

For your information I have updated the zip file on my site...
Louis & sorry again

llecaroz

#4
Hi, just to prevent you, that I have re-uploaded a new package of the unofficiel build on the url given above....

There was a $db missing line 118 in block-Calendar_combi.php, line 118, before sql_query...
& there was an unattending $db before $result ( $db->$result !!!!!)

Sorry for this error,
Louis