Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Additional Image Titles mod not working

Additional Image Titles mod not working

Locked

Views: 800

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
14 Nov 2010, 9:44 PM
#1
azwli avatar

azwli

New Zenner

Join Date:
Feb 2007
Posts:
81
Plugin Contributions:
0

Additional Image Titles mod not working

Hello, I have installed the Additional images Title mod and followed the instructions to set it up, but am not receiving the desired results. I am wondering if the problem is caused by the fact that I have an underscore in my image directory, for example:

/images/buyers_guides/BGE-5_closeup.jpg

So I therefore have this line in the php file:

define ('ADDIMG_BUYERS_GUIDES_BGE-5_CLOSEUP_JPG','Closeup View');

The page is: http://wholesaleforms.com/index.php?main_page=product_info&cPath=2_61&products_id=290&zenid=e633f90af7d45ac8b7decad327ae5b93

Thanks, Jason

15 Nov 2010, 3:20 AM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Additional Image Titles mod not working

You should post questions like this in the Additional Image Titles support thread, but I expect your problem is that you did not change the dash - to an underscore _ in the define.

define ('ADDIMG_BUYERS_GUIDES_BGE_5_CLOSEUP_JPG','Closeup View');