This topic is locked
[SOLVED]

 hyper link in list page but not view page

3/3/2016 7:05:18 AM
PHPRunner General questions
M
mhollibush author

Not sure where or how to do this,
I have a field that is "custom"
$value = "<a href=\"player_view.php?editid1=".$data["playerId"]."\">".$value."</a>";
I want this view to be valid in the list page, but not in the view page.
I noticed that when I set the custom field it changes the view and list
can you make it to where is only applies to the list page?

Sergey Kornilov admin 3/4/2016

You have an option to setup a different 'View as' type for different pages like List and View. This can be done on the screen where you setup 'View as' and 'Edit as' settings.

M
mhollibush author 3/5/2016



You have an option to setup a different 'View as' type for different pages like List and View. This can be done on the screen where you setup 'View as' and 'Edit as' settings.


Thank You - didn't notice the check box " Use different settings for all pages "
that fixed the issue... This is a huge learning experience... can't wait to see the end results.