Mark Hollas Posts:249

 |
| 08/29/2007 8:50 AM |
|
I was wondering where is the language resource for the Exif template that can be injected to the photo's header? Also can this be made a to be a default setting? Thanks Mark Hollas |
|
|
|
|
Pengtsen R Posts:5177

 |
| 08/29/2007 10:11 AM |
|
mark, the default template is hard coded. currently the exif template is disabled in default. and you can't make it enabled in default. hope you understand. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Mark Hollas Posts:249

 |
| 08/29/2007 9:58 PM |
|
Thats OK, I will just add it to my site's gallery set-up help file. No big deal, but if there comes a way to do it by default in the future, that would be great. Thanks for the help Mark |
|
|
|
|
Pengtsen R Posts:5177

 |
| 08/30/2007 7:43 AM |
|
| that's ok. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Mark Hollas Posts:249

 |
| 09/14/2007 2:32 AM |
|
Sorry for all the trouble but I can't find where there EFIX is hard coded.... its not on the editalbum.ascx like I though it would and I can't find a template file... Thanks Mark |
|
|
|
|
Pengtsen R Posts:5177

 |
| 09/14/2007 9:30 AM |
|
| when you edit an album, you can find a section named "EXIF" at page bottom, the template is defined here. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Mark Hollas Posts:249

 |
| 09/14/2007 10:34 AM |
|
Sorry Im reffering to the way to change the hard coded EFIX information so that it will be by default in another language. Mark |
|
|
|
|
Pengtsen R Posts:5177

 |
| 09/15/2007 9:38 AM |
|
| do you have the source? if so you can change it in Constant.vb. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Mark Hollas Posts:249

 |
| 09/17/2007 9:34 AM |
|
I have the source so no problem. Then after I make my changes I must re-package the module and I must re-install it? |
|
|
|
|
Pengtsen R Posts:5177

 |
| 09/18/2007 7:44 AM |
|
no, you can compile it, then copy BizModules.UltraPhotoGallery.dll to the /bin folder of your website. thanks. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Mark Hollas Posts:249

 |
| 09/18/2007 8:09 AM |
|
hmm, the thing is that I first don't know how to compile it.... the next is that I am using a custom DLL supplied by you that allows my UMG to allow selling photos as default and also the recent calendar module fix (cross portal fix) What should I do? Mark |
|
|
|
|
Pengtsen R Posts:5177

 |
| 09/19/2007 6:46 AM |
|
The "cross portal fix" should already be inclueded in UMG 4.0.4, please download it fron Snowcovered My Downloads page. To enable selling as default, you just need to change DEFAULT_SELLSINGLEPHOTO to True in constant.vb. After installtion of UMG, please copy the source package to /desktopmodules/bizmodules - ultraphotogallery folder, then open UltraPhotoGallery.sln in Visual Studio 2003(or higher), then make sure the reference path in each project is correct under "reference" folder, if you see yellow alerts please add your /bin folder to the reference path. Then you can compile it and give new DLL in your /bin folder. thanks. |
|
Pengtsen R http://www.bizmodules.net |
|
|