Login

Who's Online

We have 1 guest online

Google








Home arrow Programmingarrow Joomla Extensionsarrow Change of Filter options
Discussion Forum
January 09, 2009, 03:54:40 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: SMF - Just Installed!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Change of Filter options  (Read 601 times)
Ranja
Newbie
*
Posts: 7


View Profile Email
« on: November 23, 2007, 01:05:19 AM »

Hi again, I am totally spamming you with all of my questions, aren't I  Cheesy But it is because I just love this component.

Ok, my questions are:

1) By default the Filter options are an Author field and a Title field. Is it possible to change these? And by that I don't mean just to change the words in table view, but change the exact filter options.

2) Is it possible to remove the Filter options totally? I have menu items for each category I've created, and I am thinking of not having the Filter option in all of them.

Thanks in advance!
Logged
Mark Austin
Administrator
Full Member
*****
Posts: 101



View Profile Email
« Reply #1 on: November 26, 2007, 06:21:58 PM »

Niether of these can be done using the standard component. You would have to modify the php code
Logged
Mark Austin
Administrator
Full Member
*****
Posts: 101



View Profile Email
« Reply #2 on: November 27, 2007, 09:49:16 AM »

That being said, removing the filter options completely would be very easy.  Just remove
                     <td>
                        Author
                        <input type="text" name="afilter" value="<?php echo $lists['afilter'];?>" class="inputbox" onchange="document.adminForm.submit();" />
                     </td>
                     <td>
                        Title
                        <input type="text" name="filter" value="<?php echo $lists['filter'];?>" class="inputbox" onchange="document.adminForm.submit();" />
                     </td>
                     <td>
                        <input type="submit" value="Filter"/>
                     </td>

from jombib.html.php lines 592 to 602

Mark
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.1 | SMF © 2006, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
© 2009 Everything That I Know About