Page 9 of 16 FirstFirst ... 7891011 ... LastLast
Results 81 to 90 of 156
  1. #81
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    Thank-you.
    That helped solve that issue.
    Kind Regards

  2. #82
    Join Date
    Jul 2009
    Posts
    110
    Plugin Contributions
    0

    Default How do I change the image type?

    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

  3. #83
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How do I change the image type?

    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.

  4. #84
    Join Date
    Jul 2009
    Posts
    110
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    Yep, it worked

    You can check out my store here http://www.joannes-digital-designs.com

    Thanks,

    Joanne

  5. #85
    Join Date
    Jul 2009
    Posts
    110
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    LOL, I'm sorry, I was supposed to have posted this in the Image Handler thread, so sorry!!

  6. #86
    Join Date
    Nov 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    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)

  7. #87
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Image Titles Support Thread

    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.

  8. #88
    Join Date
    Feb 2010
    Location
    Texas - The Republic
    Posts
    27
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    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 a
    Code:
    Parse error: syntax error, unexpected ';', expecting ')' in ...... /includes/modules/classic/category_row.php on line 42
    When I brought up the file, line 42 looks like
    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 count 4 opening parens, and only 3 closing parens.

    I am not enough of a programmer to know where to put the 4th closing parens.

    Or am I counting it wrong?

    Suggestions?
    Jim

  9. #89
    Join Date
    Feb 2010
    Location
    Texas - The Republic
    Posts
    27
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    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

  10. #90
    Join Date
    Feb 2010
    Location
    Texas - The Republic
    Posts
    27
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    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

 

 
Page 9 of 16 FirstFirst ... 7891011 ... LastLast

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1687
    Last Post: 17 Nov 2024, 07:26 PM
  2. Rotating Image Slider [Support Thread]
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 8 Jun 2018, 02:16 AM
  3. v139h Image Handler 3 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1095
    Last Post: 2 Oct 2017, 12:42 PM
  4. AJAX IMAGE Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 785
    Last Post: 13 Jan 2016, 11:48 PM
  5. Additional Image Titles [support]
    By gjh42 in forum All Other Contributions/Addons
    Replies: 67
    Last Post: 16 Sep 2011, 04:28 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg