Thank-you.
That helped solve that issue.
Kind Regards
Thank-you.
That helped solve that issue.
Kind Regards
Hi,
I want to use a transparent .png file instead of a .gif file, as well ... the gif file looks like crap lol
Can I just go in and change all the instances of .gif to .png in your files?
Thanks!
Joanne
That should work fine. Let me know how you make out. As I update my mods, I am moving to settable image extensions so the filetype only needs to be defined once, or where practical, can be set at runtime.
Yep, it worked
You can check out my store here http://www.joannes-digital-designs.com
Thanks,
Joanne
LOL, I'm sorry, I was supposed to have posted this in the Image Handler thread, so sorry!!
Can this add-on be used to change the title text of the categories on the main pages?
(Similar to the product titles - but for the categories preceding these)
Not currently, but it should be fairly easy to add the functionality to the category/subcategory listing page using the same kind of code as the product info page uses.
I downloaded the ...2_0beta.zip file you attached in the other thread.
Uploaded it to my site per your 2.0 read me.
I get aWhen I brought up the file, line 42 looks likeCode:Parse error: syntax error, unexpected ';', expecting ')' in ...... /includes/modules/classic/category_row.php on line 42I count 4 opening parens, and only 3 closing parens.Code:$list_box_contents[$row][$col] = array('params' => 'class="categoryListBoxContents"' . ' ' . 'style="width:' . $col_width . '%;"', 'text' => '<a href="' . zen_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . zen_image(DIR_WS_IMAGES . $categories->fields['categories_image'], $categories->fields['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br />' . (title_image_exists($categories->fields['categories_name'], 'categoryname' . $categories->fields['categories_id']) . '</a>');
I am not enough of a programmer to know where to put the 4th closing parens.
Or am I counting it wrong?
Suggestions?
Jim
Can't find the edit button, maybe too much time has elapsed?
Any way, I got it fixed, the last line that ends
'<a>');
should be changed to
'<a>'));
Great MOD, thanks for your work.
Jim
Can't find the edit button, maybe too much time has elapsed?
Any way, I got it fixed, the last line that ends
'<a>');
should be changed to
'<a>'));
Great MOD, thanks for your work.
Jim