Results 1 to 9 of 9

Thread: Help finding files to fix a couple of issues

  1. #1
    toones is offline Member
    Join Date
    Feb 2008
    Posts
    7

    Default Help finding files to fix a couple of issues

    I need a little bit of help finding some files within the Linux install of 5.0.0a to fix a couple of issues I have created.

    First: the files that pull and organize the tabs (categories) across the top (Home, Dashboard, Accounts, etc.). I removed a module before removing the category from display and ended up with white space where the category used to be. Repairing didn't fix it.

    Second: I have done something to my listview that is preventing me from using it correctly. Basically, I can click the check boxes and they fill, but when I try to delete, export, etc the system doesn't know that there are any check boxes filled, and says things like "Are you sure you want to delete 0 record(s)?". I am not sure which file I need to look at to see where the problem is. Is it listview.php or something else?

    Any help would be appreciated.

  2. #2
    DragonflyMaster is offline Sugar Community Member
    Join Date
    Dec 2007
    Location
    Rimini, Italy
    Posts
    1,421

    Default Re: Help finding files to fix a couple of issues

    @#§][*^?.......@#§ù*é[]
    Last edited by DragonflyMaster; 2008-02-09 at 01:48 AM.
    What do you think the cookie monster eats ?

  3. #3
    DragonflyMaster is offline Sugar Community Member
    Join Date
    Dec 2007
    Location
    Rimini, Italy
    Posts
    1,421

    Default Re: Help finding files to fix a couple of issues

    Quote Originally Posted by toones
    I need a little bit of help finding some files within the Linux install of 5.0.0a to fix a couple of issues I have created.

    First: the files that pull and organize the tabs (categories) across the top (Home, Dashboard, Accounts, etc.). I removed a module before removing the category from display and ended up with white space where the category used to be. Repairing didn't fix it.
    You removed a module that sugar still wants to display in tabs. Since sugar cannot find the proper language file related to that module, it shows an empty tab. To remove it, go in Admin->Configure tabs and remove the tabs you deleted.
    Quote Originally Posted by toones
    Second: I have done something to my listview that is preventing me from using it correctly. Basically, I can click the check boxes and they fill, but when I try to delete, export, etc the system doesn't know that there are any check boxes filled, and says things like "Are you sure you want to delete 0 record(s)?". I am not sure which file I need to look at to see where the problem is. Is it listview.php or something else?
    It depends on what exactly you did to your listview....
    What do you think the cookie monster eats ?

  4. #4
    toones is offline Member
    Join Date
    Feb 2008
    Posts
    7

    Default Re: Help finding files to fix a couple of issues

    After I removed the module, the tab is no longer listed in the configure tabs. But from your response, it seems that I may be able to dump a modified language file in the directory to make the tab reappear, then go back to the configure tabs and remove it.

    The issue with the listview is consistent through every list view, so it must be a file referenced by the listview. Any idea what that file may be?

  5. #5
    DragonflyMaster is offline Sugar Community Member
    Join Date
    Dec 2007
    Location
    Rimini, Italy
    Posts
    1,421

    Default Re: Help finding files to fix a couple of issues

    Quote Originally Posted by toones
    After I removed the module, the tab is no longer listed in the configure tabs. But from your response, it seems that I may be able to dump a modified language file in the directory to make the tab reappear, then go back to the configure tabs and remove it.

    The issue with the listview is consistent through every list view, so it must be a file referenced by the listview. Any idea what that file may be?
    For the first issue, I meant that you should remove the tab before you delete the module.
    For the second issue, I have no clue, maybe I'm not understanding exactly what you are doing. All I can tell you is that every module has a listviewdef.php file describing fields contained in its listview.
    I'm sorry I can't help more than this, maybe with more details...
    What do you think the cookie monster eats ?

  6. #6
    toones is offline Member
    Join Date
    Feb 2008
    Posts
    7

    Default Re: Help finding files to fix a couple of issues

    Thanks for trying.

    With the first issue (white space for tab) unfortunately, I removed the module before removing the tab. So now the tab is just a white space with no associated category in the admin menu.

    The second issue is something bigger than the listviews. The listviews show up fine, but their functionality is not working properly. When you click the checkbox, it fills with a check, when you click on delete after clicking the check box, a message comes up basically saying that there are no boxes selected.

  7. #7
    DragonflyMaster is offline Sugar Community Member
    Join Date
    Dec 2007
    Location
    Rimini, Italy
    Posts
    1,421

    Default Re: Help finding files to fix a couple of issues

    Quote Originally Posted by toones
    Thanks for trying.

    With the first issue (white space for tab) unfortunately, I removed the module before removing the tab. So now the tab is just a white space with no associated category in the admin menu.
    In Admin ->Configure Tabs you shold have an empty tab under "display tabs"; since it's empty you cannot see it, but it's right there just below the last visible tab. You can select and move it under the "hide tabs" column.
    It could help you to move temporarily a tab from hide to disply column: you will see the empty space between the two visible tabs.
    At the end, delete the folder <sugar-root>\cache\
    Quote Originally Posted by toones
    The second issue is something bigger than the listviews. The listviews show up fine, but their functionality is not working properly. When you click the checkbox, it fills with a check, when you click on delete after clicking the check box, a message comes up basically saying that there are no boxes selected.
    Now I understand this issue better, but I'm not really sure about how to solve it. In addition to <sugar-root>\modules\<module-name>\metadata\listviewdef.php, you can take a look at the files into <sugar-root>\include\ListView\
    Last edited by DragonflyMaster; 2008-02-11 at 11:03 PM.
    What do you think the cookie monster eats ?

  8. #8
    netron is offline Sugar Community Member
    Join Date
    Jan 2008
    Posts
    85

    Default Re: Help finding files to fix a couple of issues

    Quote Originally Posted by toones
    Thanks for trying.

    With the first issue (white space for tab) unfortunately, I removed the module before removing the tab. So now the tab is just a white space with no associated category in the admin menu.

    The second issue is something bigger than the listviews. The listviews show up fine, but their functionality is not working properly. When you click the checkbox, it fills with a check, when you click on delete after clicking the check box, a message comes up basically saying that there are no boxes selected.
    on the second issue - try using Firefox.

    i've yet to get to the bottom of this, but in my network, I.E. doesnt work with those multiple checkboxes and Firefox does...

  9. #9
    toones is offline Member
    Join Date
    Feb 2008
    Posts
    7

    Default Re: Help finding files to fix a couple of issues

    Thanks for the idea. I usually use Firefox, but tried it in both IE and Firefox, to no avail. Still the same issue.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Modules, file's and data driven form fields
    By Jimbobway in forum Developer Help
    Replies: 0
    Last Post: 2008-01-11, 06:46 PM
  2. Replies: 7
    Last Post: 2007-11-18, 07:28 PM
  3. Replies: 3
    Last Post: 2006-11-10, 10:10 AM
  4. Manual merge reported for unmodified files in patches 4.5.0E/F
    By nolan_cafferky in forum Installation and Upgrade Help
    Replies: 3
    Last Post: 2006-11-08, 05:06 PM
  5. Replies: 22
    Last Post: 2006-05-22, 12:54 AM

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
  •