Results 1 to 3 of 3

Threaded View

  1. #2
    Join Date
    May 2014
    Location
    Planet Earth
    Posts
    18
    Plugin Contributions
    0

    Default Re: Display Current Category Image in Custom Menu

    I've modified the code to read as follows:

    PHP Code:
    $result .=  str_repeat($this->spacer_string$this->spacer_multiplier 1) .  '<a href="' zen_href_link(FILENAME_DEFAULT'cPath=' .  $category_link) . '">';                

    $result .=  zen_image(DIR_WS_IMAGES $categories->fields['categories_image'],  $categories->fields['categories_name'], SUBCATEGORY_IMAGE_WIDTH,  SUBCATEGORY_IMAGE_HEIGHT) . '<br />' .  $categories->fields['categories_name'] . '</a>'
    However, the result is as follows:

    HTML Code:
    <li><a href="http://localhost/test/index.php?main_page=index&cPath=1"><img width="100" height="80" alt="" src="images/no_picture.gif"><br></a></li>
    I'm not sure why it does not acquire the correct path for the category image in SRC or why the ALT and the category's title are left blank as categories_name is omitted entirely.

    Any ideas?
    Last edited by Enzo; 28 Jun 2014 at 04:26 PM.

 

 

Similar Threads

  1. Flyout Menu highlight current category
    By scott_ease in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 28 Jul 2012, 06:06 PM
  2. How do i display category list in my current tmeplate
    By aspiringDev in forum General Questions
    Replies: 2
    Last Post: 19 Aug 2011, 01:11 PM
  3. Ways to style CURRENT category menu choice?
    By pixelwrangler in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 7 Apr 2009, 12:14 AM
  4. Custom Category Navigation Menu
    By antondesignstudio in forum General Questions
    Replies: 2
    Last Post: 23 Sep 2008, 10:13 PM
  5. Can I Display Specials only for current category?
    By paperthreads in forum Setting Up Specials and SaleMaker
    Replies: 4
    Last Post: 12 Apr 2008, 10:30 PM

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