| Re: PiCal 0.7 -- Remove GMT from detailed event view? |
| by peterr on 2005/11/23 0:53:20 You may also want to uncomment some lines; the author has used the var_dump() function in various places. Here are the lines to uncomment (but you will get o/p of course, like an echo): /modules/piCal/index.php - line 190 /modules/piCal/class/piCal.php - line 3923 /modules/piCal/class/piCal_xoops.php - line 978 Obviously line 190 in ../index.php may help a lot, just uncomment that. There is also a dump() function in the file: /modules/piCal/include/patTemplate.php , which doesn't appear to be called anywhere, but as it dumps template info, may be very handy. In the file /modules/piCal/class/piCal.php , after line 729 le="color: #000000"><?php require_once( "$this->base_path/include/patTemplate.php" ) ; try adding this ............ le="color: #000000"><?php dump(); and see what is displayed. HTH |
| Re: PiCal 0.7 -- Remove GMT from detailed event view? |
| by peterr on 2005/11/23 0:08:34 Quote:
If you simply changed the templates, then of course nothing will change, because XOOPS gets the template code from the db, you would have to change the appropriate rows in the db. HTH |
| Re: PiCal 0.7 -- Remove GMT from detailed event view? |
| by peterr on 2005/11/23 0:06:57 Quote:
Then you may have to possibly hire someone to debug it and fix it ? |
| Re: PiCal 0.7 -- Remove GMT from detailed event view? |
| by Ace_Armstrong on 2005/11/22 13:50:34 Quote:
Actually, I had alrady found those when I posted and changed them. It did not affect the output. *sigh* |
| Re: PiCal 0.7 -- Remove GMT from detailed event view? |
| by Ace_Armstrong on 2005/11/22 13:49:34 Quote:
I have no idea how to do any of that. I'm a design guy, not a programmer.
|