View Single Post
Old 2012-09-14, 07:26 AM   #1
A.J. Angel
And Lord, we are especially thankful for nuclear power, the cleanest, safest
energy source there is. Except for solar, which is just a pipe dream
 
Join Date: Sep 2008
Posts: 229
Anyone using TGPX have had submitter's cropping issue?

Were you able to get it resolved? If yes, do you mind sharing how? I found a solution in this thread but it didn't work for me, I don't know why.

Quote:
For the thumbnail download issue on the cropper interface I made a change to the common.php file on line 1755 from this:

Quote:
if( @get_class($DB) == 'db' )
To this:

Quote:
if( is_object($DB) )
If you are a JMB Software script owner, you can find the support thread here: http://www.jmbsoft.com/forum/viewtopic/7918/
A.J. Angel is offline   Reply With Quote