Include app in a website January 30, 2019, 12:04:34 PM Hi there has anyone inserted an app into another site like wordpress etc? Is it just an iframe.?One other probably easy question I would like users ie guests to be able to browse records without logging in.Thanks again. Quote Selected
Re: Include app in a website Reply #1 – January 30, 2019, 01:06:57 PM Using an iframe is quite possible, but at the same time not the most elegant way of doing it. It all depends on what you want to accomplish and what resources (time, money, knowledge) are available.Browsing records without being logged is perfectly doable, but to do that, i would probably create 2 apps, one for display purposes, where you control what tables, records, etc are available, all without logging.. and another one, password protected for the CRUD part. Quote Selected 1 Likes
Re: Include app in a website Reply #2 – January 30, 2019, 07:36:36 PM You can also achieve this by selecting the pages which which do not require login when setting the Authentication in PHPRad.You can then add the selected pages to the index page using the designer Quote Selected 1 Likes
Re: Include app in a website Reply #3 – January 30, 2019, 10:37:21 PM Ok thank you will have a go. Quote Selected
Re: Include app in a website Reply #4 – July 31, 2019, 07:26:01 AM Quote from: Morayweb – January 30, 2019, 10:37:21 PMOk thank you will have a go.Worked fine thank you. Quote Selected