Calendar Mod v2.01 ionrock - v3 by volkman
-
- Posts: 40
- Joined: Wed 2. Nov 2005, 21:41
Volkman's hacked version of Ionrock's Calendar
is now available for downloads.
I updated this page:
Download Zone for PhpWCMS Calendar Mod
http://www.malouin.ws/design/downloads-phpwcms.phtml
Volkman kindly included a tutorial (images) on how to install...
... thank you for taking it over
Cheers,
is now available for downloads.
I updated this page:
Download Zone for PhpWCMS Calendar Mod
http://www.malouin.ws/design/downloads-phpwcms.phtml
Volkman kindly included a tutorial (images) on how to install...
Thank you Volkman...volkman wrote:I just cleaned some code and made it fit for my needs. I have get so much help from the community, it was time for payback at least a little. Ionrock did the great job, not me.
... thank you for taking it over
Cheers,
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
Yes. The calendar works perfect in the frontend. But the edit links
aren't visible in the backend.
Here is a screenshot.
http://www.cwe24.com/cal-1.jpg
Christoph[/img]
aren't visible in the backend.
Here is a screenshot.
http://www.cwe24.com/cal-1.jpg
Christoph[/img]
Good evening,
there is a small problem in the backend within my server as well. Can't see those edit tags and they are not working proper for me. For me a very very small problem, i changed upload of data directly to the mysql base.
Therefore I can change the 'looklike' as well with html Tags .... without using the the htmlarea. This is a calender, not web page
Working more than 1 year with phpwcms I learned, there are lots of people like Volkman, sharing their knowledge with others out of any comercial background.
OG., Ionrock ,Volkmann,pepe and pappnase ...thats the reason why this one is not only cms, but a hobby instead!! 4 hours work yesterday and then sitting in front of the monitor and playing around with a simple calendar on my website
Hallo Volkmann,
vielen Dank nochmals für diese schnelle Überlassung deiner 2 Wochen Arbeit., inclusive der Navigationspfeile, die ich dir von der Seite geklaut habe
Super Arbeit !!
Jürgen
there is a small problem in the backend within my server as well. Can't see those edit tags and they are not working proper for me. For me a very very small problem, i changed upload of data directly to the mysql base.
Therefore I can change the 'looklike' as well with html Tags .... without using the the htmlarea. This is a calender, not web page
Working more than 1 year with phpwcms I learned, there are lots of people like Volkman, sharing their knowledge with others out of any comercial background.
OG., Ionrock ,Volkmann,pepe and pappnase ...thats the reason why this one is not only cms, but a hobby instead!! 4 hours work yesterday and then sitting in front of the monitor and playing around with a simple calendar on my website
Hallo Volkmann,
vielen Dank nochmals für diese schnelle Überlassung deiner 2 Wochen Arbeit., inclusive der Navigationspfeile, die ich dir von der Seite geklaut habe
Super Arbeit !!
Jürgen
found the problem
my fault, sorry!
too long night in front of my pc.
I forgot to add one line into phpwcms.php
look for the lines:
and add the following below:
thats it
sorry. I will send StudioZ an updated archive.
volkman
too long night in front of my pc.
I forgot to add one line into phpwcms.php
look for the lines:
Code: Select all
// include language vars for JÈrÙme's Graphical Text MOD
include_once ('include/inc_module/mod_graphical_text/inc_lang/backend/en/lang.inc.php');
if(!empty($_SESSION["wcs_user_lang"]) && file_exists('include/inc_module/mod_graphical_text/inc_lang/backend/'.$_SESSION["wcs_user_lang"].'/lang.inc.php')) {
include_once ('include/inc_module/mod_graphical_text/inc_lang/backend/'.$_SESSION["wcs_user_lang"].'/lang.inc.php');
}
Code: Select all
// include language vars for Ionrock's Calendar Mod
include_once ('./include/inc_module/mod_calendar/inc_lang/backend/en/lang.inc.php');
if(file_exists('./include/inc_module/mod_calendar/inc_lang/backend/'.$_SESSION["wcs_user_lang"].'/lang.inc.php')) {
include_once ('./include/inc_module/mod_calendar/inc_lang/backend/'.$_SESSION["wcs_user_lang"].'/lang.inc.php');
}
sorry. I will send StudioZ an updated archive.
volkman