This topic is locked

Hide Links from list view

3/18/2010 12:11:35 PM
PHPRunner General questions
S
swanside author

I have 15 custom views all linked to the main table, so on the list view of the main table I have a vertical list containing the 15 links.

I do not want these to show apart from one link. Is there a way I can remove the other 14 links from the list view?

Cheers

Paul.

Sergey Kornilov admin 3/18/2010

I guess you are talking about Master-Details relationships. Probably the easiest way is to delete unnecessary links in Visual Editor.

S
swanside author 3/18/2010

Hi Sergey, Yes, There the ones,
I tried it once and left one of the links in that we need on that page, but I got an error, so I must have deleted too much.

To be honest, in version 5.0 it put each link into its own cell which was better, as you could just select to delete the column.

Would it be possible to have an option that hides the links from the list page on the query tables page where you setup for it to be put on the Add, Edit, view page?

Cheers

Paul.

J
Jane 3/19/2010

Paul,
we'll add this option to our suggestion list.

To remove detail link just remove whole code between these tags:

{BEGIN DetailTableName_dtable_link}

...

{END DetailTableName_dtable_link}

S
swanside author 3/19/2010



Paul,
we'll add this option to our suggestion list.

To remove detail link just remove whole code between these tags:

{BEGIN DetailTableName_dtable_link}

...

{END DetailTableName_dtable_link}


Cheers Jane.

Paul