PEAK XOOPS - Re: Where can i make this... in englishin japanese

Re: Where can i make this...

List posts in the topic

question Re: Where can i make this...

msg# 1.1
depth:
1
Previous post - Next post | Parent - Children.1 | Posted on 2004/4/24 16:46
GIJOE  Gunnery Sergeant   Posts: 4110
hi migoe.

You can hack it like this.
line 1051 of piCal.php
					if( $bit > 0 && $bit <= 4 ) {
						// 長期イベント配列にあれば該当ビットを立て、legends配列に登録
						$long_event |= 1 << ( $bit - 1 ) ;
						$this->long_event_legends[ $bit ] = $event_str_tmp ;
					} else if( $event->allday & 4 ) {
						// 記念日フラグが立っていたら、$holiday_colorにして、一番上に持ってくる
						$event_str_tmp = str_replace( " style='" , " style='color:$this->holiday_color;" , $event_str_tmp ) ;
						$event_str = "$event_str_tmp<br /><hr />\n$event_str" ;
					} else {
						// なければ、日付マス内に描画
						$event_str .= $event_str_tmp . "<br /><hr />\n" ;
					}

Since to output monthly calender's body is quite complex, I've not templatized it yet. sorry.
Votes:2 Average:5.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!