Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2007
    Posts
    241
    Plugin Contributions
    0

    help question Advanced Search Include Subcategories Checked Default

    Hey...

    I took the basic Advanced Search Template and basically copied it to define_main_page.php, changing a bit of the code.

    It works 100%, but I can't figure out why the 'Include Subcategories' is UNchecked, unlike my Advanced Search page which uses the Advanced Search Tpl and other related files.

    <?php echo zen_draw_checkbox_field('inc_subcat', '1', $sData['inc_subcat'], 'id="inc-subcat"'); ?>

    This is the code, and on the Advanced Search page, generates HTML with
    checked="checked" as part of the output.

    On my main page, this is missing. I tried this:

    <?php echo zen_draw_checkbox_field('inc_subcat', '1', $sData['inc_subcat'], 'checked="checked" id="inc-subcat"'); ?>

    but still no luck. What am I not understanding?
    Any help would be greatly appreciated.

    PS....I was confused..it was the 'Search Item Descriptions box that was unchecked...the check subcategories box is checked, as it is on the Advanced Search page. Let me see if that makes any difference.
    Last edited by Donn; 29 Jan 2011 at 01:05 AM.

  2. #2
    Join Date
    Oct 2007
    Posts
    241
    Plugin Contributions
    0

    Default Re: Advanced Search Include Subcategories Checked Default

    I added the

    checked="checked" to the CORRECT input field area,
    and now the box is checked as a default.

    It works, but why was this necessary??

 

 

Similar Threads

  1. Advanced Search Default Category Not Working
    By prosam in forum General Questions
    Replies: 1
    Last Post: 23 Jan 2009, 10:00 PM
  2. Advanced Search - include subcategories
    By mOdit2me in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 15 Dec 2008, 10:22 PM
  3. Can Advanced Search include separate Subcategory dropdown?
    By creative in forum Customization from the Admin
    Replies: 0
    Last Post: 24 Jul 2007, 08:59 PM
  4. Replies: 1
    Last Post: 27 May 2007, 07:19 PM
  5. Changing Advanced Search to include ARTIST
    By ginginca in forum Basic Configuration
    Replies: 0
    Last Post: 26 Feb 2007, 02:51 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