21
peterr
Re: PiCal 0.7 -- Remove GMT from detailed event view?
  • 2005/11/23 0:08

  • peterr

  • Just can't stay away

  • Posts: 518

  • Since: 2004/8/5 9


Quote:

Ace_Armstrong wrote:
Actually, I had alrady found those when I posted and changed them. It did not affect the output.


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
NO to the Microsoft Office format as an ISO standard.
Sign the petition

22
peterr
Re: PiCal 0.7 -- Remove GMT from detailed event view?
  • 2005/11/23 0:53

  • peterr

  • Just can't stay away

  • Posts: 518

  • Since: 2004/8/5 9


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

require_once( "$this->base_path/include/patTemplate.php" ) ;


try adding this ............

dump();


and see what is displayed.

HTH
NO to the Microsoft Office format as an ISO standard.
Sign the petition

Login

Who's Online

229 user(s) are online (146 user(s) are browsing Support Forums)


Members: 0


Guests: 229


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits