Page 5 of 16

Posted: Mon 24. Jan 2005, 19:56
by StudioZ
Good news and encouragements here for all of us PhpWCMS/Ionrock's Events Calendar's Fans:
http://www.phpwcms.de/forum/viewtopic.php?p=31454#31454

Cheers,

Yves

Posted: Mon 24. Jan 2005, 23:54
by pico
:D is it possible to modify the Calender speciality for Oliver with a Release_Date_Of_New_Version like this

Code: Select all

Release_Date_Of_New_Version = Olivers_announcement_Date + x_Days
:D :D :D

Posted: Thu 27. Jan 2005, 18:36
by ionrock
I am not really sure what you mean there but I imagine you could do it... I probably won't be messing with but you should definitely try it out ;)

Problems getting mod_calendar to run properly

Posted: Wed 2. Feb 2005, 15:10
by oneck
Help needed..

I followed each step in the instruction manunal. But i get an error message when trying to install the module tht error message looks like this...

Warning: main(): open_basedir restriction in effect. File(/usr/lib/php/Mail.php) is not within the allowed path(s): (/var/www/vhosts/web69/) in /var/www/vhosts/web69/html/page1/include/inc_module/mod_calendar/app-header.php on line 4

Warning: main(Mail.php): failed to open stream: Operation not permitted in /var/www/vhosts/web69/html/page1/include/inc_module/mod_calendar/app-header.php on line 4

Fatal error: main(): Failed opening required 'Mail.php' (include_path='.:/usr/lib/php') in /var/www/vhosts/web69/html/page1/include/inc_module/mod_calendar/app-header.php on line 4



Vielen Dank Thx a lot

Posted: Fri 4. Feb 2005, 16:25
by ionrock
open up app-header.php and delete or comment out the line that includes "Mail.php" That is a remenant from my initial implimentation which included a member profile system that required mail to be sent to users. I used PEAR to do it. It looks like your server doesn't have PEAR installed (which is too bad).

Posted: Fri 4. Feb 2005, 19:11
by oneck
Hiionrock
thanx a lot could have found out that one sometimes I'm a little stupid.

It worked but how do I impemet the calendar in the frontend there is no content element tha provides the calender do I need to call it via code? If yes how. Thank you.

Phil

Posted: Fri 4. Feb 2005, 21:39
by oneck
HEy forget about my last questions It's working a kind of @ least. I got the calender configured with events but after i click an event I got directed too my "home" sems to be a problem in my tag? or in my
<!-- default event template -->
<div id="calEvent">
<h4><span class="calEventDay">{DAY}</span>
{TITLE}</h4>
<div class="calEventField"><em>Time:</em>{TIME}</div>
<div class="calEventField"><em>Location:</em>{LOCATION}</div>

<div class="calEventField"><em>Description:</em> {DESCRIPTION}</div>
</div>
and my front
<table border="0">
<tr valign="top">
<td>
<table id="calendarContainer" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/Cal-L-top_crnr.gif" /></td>
<td id="CalTopBorder"><div></div></td>
<td><img src="images/Cal-R-top_crnr.gif" /></td>
</tr>
<tr>
<td id="CalLeftBorder"><div ></div></td>
<td>{CAL_MONTH}</td>
<td id="CalRightBorder"><div></div></td>
</tr>
<tr>
<td><img src="images/Cal-L-btm_crnr.gif" /></td>
<td id="CalBottomBorder"><div></div></td>
<td><img src="images/Cal-R-btm_crnr.gif" /></td>
</tr>
</table>
</td>
<td rowspan="2">{CAL_EVENTS}</td>
</tr>
<tr>
<td>{CAL_MENU}</td>
</tr>
</table>
here is my tag
{CAL:0:front.template.php:default.event.template.php:calEventField}

Posted: Fri 4. Feb 2005, 21:45
by oneck
me agian you can see it under http://page1.onlineservice-owl.de/index.php?notdienst

thank you

Phil[/url]

Posted: Fri 4. Feb 2005, 21:56
by StudioZ
Hello Oneck,

Have you tried this:
{CAL:0:front.template.php:default.event.template.php:index}
or better... if you need to monitor and let IonRock's Calendar grab the default templates then you try this:
{CAL:0:0:0:0}

Cheers,

Yves

Posted: Fri 4. Feb 2005, 22:46
by oneck
HI StudioZ,

thanx a lot. {0:0:0:0} works great I'll find the rest myself. Greetings out of old europe.


Phil
one.ck

Posted: Fri 4. Feb 2005, 22:50
by StudioZ
oneck wrote:HI StudioZ,

thanx a lot. {0:0:0:0} works great I'll find the rest myself. Greetings out of old europe.


Phil
one.ck
You'r most welcome oneck!
That was a genuine tip from Ionrock :wink:

Cheers,

Yves

Posted: Sat 5. Feb 2005, 17:51
by oneck
hey me again calendar is working, how can I add more Fields to events and is it possible to switch language of month and weekdays (initial letter) into german. thankz a lot.

onck
http://page1.onlineservice-owl.de/index.php?notdienst

Posted: Sat 5. Feb 2005, 18:45
by oneck
it's not working all events for an month are showed how can I make the calendar to show only the Events for a "clicked" Date. After I click an date ill be redirected to my start page but the link behind the date is not like i think it should be its für 7 feb 2005 it is
index.php?0&month=2&year=2005
shouldn't it be
index.php?7&month=2&year=2005
thank you guys

can be seen under http://page1.onlineservice-owl.de/index.php?notdienst

oneck

Ionrock Calendar Mod v2 is out!

Posted: Tue 8. Feb 2005, 18:36
by StudioZ
Download Zone for Ionrock Calendar Mod v2:
http://www.malouin.ws/design/downloads-phpwcms.phtml

If you like it... why not give Ionrock a tap on the shoulder? :wink:
Thanks Ionrock for your good work 8)

Oh yes....
* Now offers 100% Frontend localization and 85-90% of the Backend
* WYSIWYG (HTMLArea) editor for the description field
* HTML fixes to the main calendar buttons "<" ">"
* HTML fixes to the main calendar behavior
* Enhanced administrative views

Hats off Eric ! :wink:

Cheers,

Yves

Posted: Tue 8. Feb 2005, 20:14
by frold
great!!

But you need to work more with the lang files.... there is still alot of english text need to be placed in the lang file...