Results 1 to 7 of 7

Thread: How to hide the "Saved Searches" link on the listview page?

  1. #1
    dekleinemedia is offline A Prolific Poster
    Join Date
    May 2009
    Location
    Netherlands
    Posts
    241

    Default How to hide the "Saved Searches" link on the listview page?

    Hi,

    I would like to know how to remove the "Saved Search" link and "?" from advance search in module?

    I found a possible solution here
    but this doesn't seems to work. Any help would be appreciated.
    Thanks in advance
    Kind regards,

    De Kleine Media


    SugarCRM CE v.5.2.0h
    Windows platform
    MySQL v.5.1
    phpMyAdmin - 2.11.2.2
    Apache Server v.2.0

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: How to hide the "Saved Searches" link on the listview page?

    Have a look at this thread.

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  3. #3
    dekleinemedia is offline A Prolific Poster
    Join Date
    May 2009
    Location
    Netherlands
    Posts
    241

    Default Re: How to hide the "Saved Searches" link on the listview page?

    Quote Originally Posted by andopes View Post
    Have a look at this thread.

    Cheers
    Hi André,

    Your link is the same threat i've send in my post. I already tried your code but it doesn't seems to solve the issue. I've create this code and saved this in custom/modules/Project/views/view.list.php just like you said;

    PHP Code:
    <?php
    if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');

    require_once(
    'include/MVC/View/views/view.list.php');

    class 
    ProjectViewList extends ViewList {
        function 
    prepareSearchForm() {
            
    parent::prepareSearchForm();
            
    $this->searchForm->displaySavedSearch false;
            
    $this->searchForm->th->ss->assign('DISPLAY_SEARCH_HELP'false);
        }

    ?>
    Any idea why this doesn't do the trick? Thanks in advance.
    Kind regards,

    De Kleine Media


    SugarCRM CE v.5.2.0h
    Windows platform
    MySQL v.5.1
    phpMyAdmin - 2.11.2.2
    Apache Server v.2.0

  4. #4
    dekleinemedia is offline A Prolific Poster
    Join Date
    May 2009
    Location
    Netherlands
    Posts
    241

    Default Re: How to hide the "Saved Searches" link on the listview page?

    Hi,

    Does anyone knows how to solve this issue? Any help would be appreciated.
    Thanks in advance
    Kind regards,

    De Kleine Media


    SugarCRM CE v.5.2.0h
    Windows platform
    MySQL v.5.1
    phpMyAdmin - 2.11.2.2
    Apache Server v.2.0

  5. #5
    shamimwilson is offline Sugar Community Member
    Join Date
    Mar 2009
    Location
    Banglore India
    Posts
    235

    Default Re: How to hide the "Saved Searches" link on the listview page?

    hi ,

    By using the above code when you go the advance search you will not find the link "Saved Search & Layout"
    to save the search.

    But the saved search dropdown exist in the list view which may be used for the other modules.

  6. #6
    dekleinemedia is offline A Prolific Poster
    Join Date
    May 2009
    Location
    Netherlands
    Posts
    241

    Default Re: How to hide the "Saved Searches" link on the listview page?

    Hi,

    Thanks for your reply. I really want to remove these links from Search; (check screenshot)
    How to do this?
    Thanks in advance
    Attached Images Attached Images  
    Kind regards,

    De Kleine Media


    SugarCRM CE v.5.2.0h
    Windows platform
    MySQL v.5.1
    phpMyAdmin - 2.11.2.2
    Apache Server v.2.0

  7. #7
    dekleinemedia is offline A Prolific Poster
    Join Date
    May 2009
    Location
    Netherlands
    Posts
    241

    Default Re: How to hide the "Saved Searches" link on the listview page?

    Hi,

    Anyone knows where I can modify this? Thanks in advance.
    Kind regards,

    De Kleine Media


    SugarCRM CE v.5.2.0h
    Windows platform
    MySQL v.5.1
    phpMyAdmin - 2.11.2.2
    Apache Server v.2.0

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 2009-07-13, 02:58 PM
  2. How to "assign" "Saved search" for new user
    By ivit in forum Developer Help
    Replies: 2
    Last Post: 2009-02-20, 09:19 AM
  3. Replies: 3
    Last Post: 2007-10-05, 06:54 PM
  4. "Saved Searches" and Groups/Categories
    By rthalman in forum Feature Requests
    Replies: 1
    Last Post: 2005-09-23, 05:55 PM

Bookmarks

Posting Permissions

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