Make Details page blank - and place all info in header.

DLJonsson

Well-known member
We have a very simple need for our details page in one of our views.

In custom header we are able to place 1 picture and a few rows of text.

Is there any way to make the details fields blank or eliminate them from display,
In the details page?

Please advise
 

eugenio

Administrator
Staff member
Hello,
you can remove all the fields from the details page (from "permissions") but if you just need a static page it's better to crete a custom html (or PHP) page (admin -> pages).

Best,
 

DLJonsson

Well-known member
How can I direct a call using a URL such as the following to a custom page?

Presently we direct it to the details page, SQL is working fine for that, we have that
sorted -- I just need to know how to make a query display a custom page.

https://[MySite]/index.php?tablename=aw_publicinfo&function=details&where_field=item_number&where_value=6


Thanks
 

eugenio

Administrator
Staff member
I don't understand the question, if you create a custom page, the only way to access it is by clicking on the correspondent menu item, each custom page has its own URL generated by dadabik.

Best,
 
Top