Results 1 to 2 of 2

Thread: Help Thread

  1. #1
    VeonConsulting is offline Sugar Community Member
    Join Date
    Jul 2007
    Posts
    97

    Default Help Thread

    Hi,

    We implement Sugar. In this process we came accross many problems, and we solved them.
    So, we thought of sharing them.

    We will be publishing them in this thread one by one.

    Regards,
    Team Veon

  2. #2
    VeonConsulting is offline Sugar Community Member
    Join Date
    Jul 2007
    Posts
    97

    Default Re: Help Thread

    We do not know whether it is solved in the latest version or not.
    There was a problem with advanced search in 4.5.1d.

    To solve or rather to get our work done we shifted all the advanced search parameters to the basic search.


    SOLUTION: Cut and paste the parameter code from advanced part to the basic part in the searchform.html.
    compare the following codes and you will be able to find what you need to change.
    This works for custom defined field as well as sugar defined.



    CODE IN THE ADVANCED PART:

    <td class="dataLabel"><span sugar='slot5'>{MOD.month_c_0}</span sugar='slot'></td>
    <td ><span sugar='slot5b'><select name="month_c[]" size="3" title="{MONTH_C_HELP}" multiple="multiple">{OPTIONS_MONTH_C}</select></span sugar='slot'></td>


    CODE IN THE BASIC PART:

    <td class="dataLabel" noWrap><span sugar='slot5'>{MOD.month_c_0}</span sugar='slot'>&nbsp;&nbsp;<span sugar='slot5b'><select name="month_c_basic[]" size="3" title="{MONTH_C_HELP}" multiple="multiple">{OPTIONS_MONTH_C}</select></span sugar='slot'></td>



    Regards,
    Team Veon

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 2007-10-10, 06:32 AM
  2. Forum Extension Thread Error
    By jscherber in forum Help
    Replies: 3
    Last Post: 2007-03-06, 07:45 PM
  3. Affichage d'un thread dans un forum
    By chorokari in forum Français
    Replies: 0
    Last Post: 2007-01-25, 04:16 PM
  4. Replies: 0
    Last Post: 2006-09-15, 04:50 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
  •