| Re: piCal - Seach Problem |
| by GIJOE on 2003/11/7 9:44:32 hi feral1 Thank you for using piCal. I've already fixed search function problems in 0.504. (It's only my forgetting to correct) |
| Re: piCal - Seach Problem |
| by feral1 on 2003/11/7 9:02:39 Great module! I have a problem with the search function. My site's in English, but when I search for events the date is returned in Japanese (I assume) rather than English. Here's what it looked like: Calendar[2003ǯ11·î11Æü]Test Event I'd like it to look like this: Calendar[11th November 2003]Test Event Sorry my PHP skills are so poor to fix this myself. Can anyone provide a patch? |
| Re: piCal skinpath-error |
| by jakkals on 2003/11/7 6:49:47 That's it! ! ! ! Now it's looking snazy! This will be the calendar on my soon to be running site........... Thanks |
| Re: piCal skinpath-error |
| by GIJOE on 2003/11/6 21:50:26 Do you use Windows as Server? I didn't guess the possibility. I always use Unix. for Windows Servers... line 121 in piCal.php le="color: #000000"><?php [d] $this->mydir = substr( __FILE__ , 0 , strrpos( __FILE__ , '/' ) ) ;[/d] [color=ff0000] $__file__ = str_replace( DIRECTORY_SEPARATOR , '/' , __FILE__ ) ; $this->mydir = substr( $__file__ , 0 , strrpos( $__file__ , '/' ) ) ;[/color] (Very thanks for Ryuji as super programmer) The new archives(0.503) has already included this patched file. p.s. When you claim about trouble for the next time, write your environment in detail please. (Windows or Unix is very important information) |
| Re: piCal skinpath-error |
| by GIJOE on 2003/11/6 13:53:23 piCal was designed independent of register_globals from the beggining. register_globals doesn't affect piCal's behavior at all. |