Ok I changed the gallery $tran to $gal_tran and it worked fine and the calendar showed up the way it is supposed to
HOWEVER.......
Cannot add more media after this change. Cannot add any type of media. It goes through the process fine but nothing is added not on the page or database
Any suggestions
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Oh I know this is the problem because I Changed all files to original Gallery download and media was added fine... But calendar problem
Guess can't have to decide on either or.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Even with my previous fix ... there were some problems with Gallery so I went and changed the calendar module to use $cal_tran and let gallery use $tran.
So far that appears to work.
Any comments from the developers ?
Cheers
Tez
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just to let you know I had a problem with the Calendar mod when on a Gallery page.
Problem is due to them both using $tran as a global variable.
I have changed my site so that the calendar module uses $cal_tran & the gallery uses $gal_tran
Cheers
Tez
Thanks for the info. I just realized it, first time using both mods together. Usually place calendar link only on main menu.
Ok I changed the gallery $tran to $gal_tran and it worked fine and the calendar showed up the way it is supposed to
HOWEVER.......
Cannot add more media after this change. Cannot add any type of media. It goes through the process fine but nothing is added not on the page or database
Any suggestions
Oh I know this is the problem because I Changed all files to original Gallery download and media was added fine... But calendar problem
Guess can't have to decide on either or.
Hi,
Even with my previous fix ... there were some problems with Gallery so I went and changed the calendar module to use $cal_tran and let gallery use $tran.
So far that appears to work.
Any comments from the developers ?
Cheers
Tez
If you are going to use $gal_tran instead of $tran you need to make sure that you edit all scripts in the gallery directory.