Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2008
    Posts
    27
    Plugin Contributions
    0

    Default cant get rid of bullet in doc menu

    i have applied the "Better CategoriesEzInfo" mod on my site. i would like to remove the white bullet that appears in my documents categories menu on the right side of my site (named stock photos). this adjustment was simple in the other modified sections (like tpl_ezpages.php, which had a link to this bullet image right at the beginning of the file: (line 14) $pointer = zen_image(DIR_WS_TEMPLATE_IMAGES . 'bc_ezpages.gif');

    i cant find anything like this in the tpl_document_categories.php file... someone who knows this mod please help!!

    http://www.realityshots.org/

  2. #2
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: cant get rid of bullet in doc menu

    At about line 92 of the includes/templates/your_template/sideboxes/tpl_document_categories.php
    there's this:
    Code:
    //picking the appropriate pointer image:
          switch ($categoryType) {
              case "down":
                  $pointer = zen_image(DIR_WS_TEMPLATE_IMAGES . 'bc_doc_pointer_down.gif');
                   break;
              case "right":
                  $pointer = zen_image(DIR_WS_TEMPLATE_IMAGES . 'bc_doc_pointer_right.gif');
                  break;
              default:
                  $pointer = zen_image(DIR_WS_TEMPLATE_IMAGES . 'bc_doc_no_sub.gif');
          }
    
        $pointer .= $spacer;
    The mod author recommends in the readme.txt file that you replace those
    with the 1x1_transparent.gif if you don't want an image.
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

  3. #3
    Join Date
    Mar 2008
    Posts
    27
    Plugin Contributions
    0

    Default Re: cant get rid of bullet in doc menu

    Quote Originally Posted by TShooters View Post
    At about line 92 of the includes/templates/your_template/sideboxes/tpl_document_categories.php
    there's this:
    Code:
    //picking the appropriate pointer image:
          switch ($categoryType) {
              case "down":
                  $pointer = zen_image(DIR_WS_TEMPLATE_IMAGES . 'bc_doc_pointer_down.gif');
                   break;
              case "right":
                  $pointer = zen_image(DIR_WS_TEMPLATE_IMAGES . 'bc_doc_pointer_right.gif');
                  break;
              default:
                  $pointer = zen_image(DIR_WS_TEMPLATE_IMAGES . 'bc_doc_no_sub.gif');
          }
    
        $pointer .= $spacer;
    The mod author recommends in the readme.txt file that you replace those
    with the 1x1_transparent.gif if you don't want an image.
    that is correct, partially... i am trying to replace an image with the 1x1_transparent.gif, however the three you listed are for the images directly next to the category names, the one for categories with no subs, one for a category with subs non-expanded, and one for when the subcategories are expanded. these all look fine and i am going to keep them. however, there is an extra image, the white square, that i am trying to get rid of.

    after more sleuthing i see that the documents box is sharing its image with ezpages... so if i replace the .gif with the 1x1_transparent i will fix my documents category, but lose the image on my ezpages box... not sure why the author linked this particular image when all other pages let you specify which image you want...

  4. #4
    Join Date
    Mar 2008
    Posts
    27
    Plugin Contributions
    0

    Default Re: cant get rid of bullet in doc menu

    well i replaced the bc_ezpages.gif with the transparent (turns out it didn't even work right, i had to make a new 1x1 gif with PS)

    so now every box that had that image is now missing it... not just ezpages, but all of them... so i guess this image was referenced a lot, not sure if there is anything i can do since i cant figure out how the heck it appears in the first place.

 

 

Similar Threads

  1. Cant Get Rid of Free Shipping Rules
    By Decostyle in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 17 Dec 2010, 06:52 PM
  2. Cant Get Rid Of Left Column Bar
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 21 Jul 2010, 10:30 PM
  3. Cant get rid of if link on banner!
    By Orchard_Direct in forum Basic Configuration
    Replies: 15
    Last Post: 11 Mar 2008, 06:03 AM
  4. Cant get rid of character
    By janks in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 10 Jul 2006, 10:04 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