Page 2 of 6

Posted: Tue 8. Nov 2005, 00:46
by chip_rider
Hallo Volkman!

Deine Version funktioniert super.... :D
komisch das die andere nicht funktioniert....

Aber was sollst, da hast du super Arbeit geleistet. 8)

Servus
chip_rider

Posted: Tue 8. Nov 2005, 09:51
by Sauerwald
Hi Volkmann,

leider habe ich noch keine PM bekommen!

Denke bitte noch mal an mich!

Danke

Markus

Posted: Tue 8. Nov 2005, 16:42
by StudioZ
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...
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 Volkman... :)
... thank you for taking it over 8)

Cheers,

Posted: Tue 8. Nov 2005, 16:47
by volkman
I have got so much help, tipps and ideas from this forum and the associated fan-sites, thank you!

volkman

Posted: Tue 8. Nov 2005, 17:36
by cwenet
Hi Volkman.

I have download the version 3.0 of the calendar.
There is a problem with the backend menu.

I can't see menu items like edit, delete, the months in the drop down, and so on.

What's wrong?

Christoph

Posted: Tue 8. Nov 2005, 17:48
by volkman
did you edit the file phpwcms.php and /config/phpwcms/conf.inc.php? I uploaded the mod and made all the changes to a new server. Everything works fine. Its basically the version I have sent you before, just updated the templates.

volkman

Posted: Tue 8. Nov 2005, 18:05
by cwenet
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]

Posted: Tue 8. Nov 2005, 18:23
by volkman
hmm, here it looks ok,
Image

I dont know, will check again :cry:

volkman

Posted: Tue 8. Nov 2005, 20:24
by juergen
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 :idea:

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 :lol:

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 8)

Super Arbeit !!

Jürgen

Posted: Tue 8. Nov 2005, 20:48
by volkman
i will check on the problem, dont get it yet, cause it works here, agrrrrrrrv
volkman

Posted: Tue 8. Nov 2005, 21:01
by juergen
Ohhhh ... I seeeee !

You have no GT Mod installed.... number 1
and: I guess you have non prepend tables ...

For me it works only without the prepends ...

Jürgen

Posted: Tue 8. Nov 2005, 21:23
by volkman
Hi Jürgen,
it even works here, when I turn on GT mod. Whats it about the prepends? I use a standard install of phpwcms all the atbles start with
phpwcms_
I think I might have a typo somewhere, will check now.

volker

found the problem

Posted: Tue 8. Nov 2005, 22:15
by volkman
my fault, sorry!
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');
}
and add the following below:

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');
}
thats it

sorry. I will send StudioZ an updated archive.

volkman

Posted: Tue 8. Nov 2005, 22:31
by frold
topic updated

Posted: Wed 9. Nov 2005, 08:43
by juergen
Perfect work ! :D Works like yours Volkman, again thanks !