Results 1 to 3 of 3

Thread: links disappearing in listview

  1. #1
    skiingelephants is offline Junior Member
    Join Date
    Oct 2008
    Posts
    4

    Unhappy links disappearing in listview

    Hi all,

    Hopefully someone can and will help me with this one.

    In accounts ListView, each account is listed and the name links to the account (i.e. click on the name, open the account).

    In my own modules created with ModuleBuilder, ListView shows a list of all created entries (i.e. ZooAnimals module, shows Monkey, Elephant, etc) but doesn't link directly to the detailedview it simply shows the names in a list.

    To access each item I have to type the URL citing mode as DetailView and writing the record number.

    This is driving me crazy as there is no documentation I can find on this online. Can anyone tell me why and where I can find the code to rectify this?

    Many thanks,
    Robbie

  2. #2
    skiingelephants is offline Junior Member
    Join Date
    Oct 2008
    Posts
    4

    Default Re: links disappearing in listview

    Hi,
    Found it.

    In file: "modules/-module_name-/metadata/listviewdefs.php

    Under the name of the field, I added...

    'link' => true,

    It works fine now. Thanks anyway.

  3. #3
    Niggy is offline Sugar Community Member
    Join Date
    Oct 2008
    Posts
    246

    Default Re: links disappearing in listview

    When inserting a URL, 'link'=>true works in listviewdef, but does not work in editviewdef. What can I do?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Same record multible times in Listview
    By jones70 in forum Help
    Replies: 5
    Last Post: 2011-01-28, 04:47 AM
  2. Replies: 2
    Last Post: 2009-09-13, 11:22 AM
  3. Links in ListView
    By markoa in forum Developer Help
    Replies: 3
    Last Post: 2009-02-25, 05:25 AM
  4. Create listview with stored procedure
    By ivit in forum Developer Help
    Replies: 2
    Last Post: 2008-07-31, 11:26 AM
  5. Replies: 4
    Last Post: 2006-07-07, 03:59 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
  •