how can i remove the iframe on the start page?
I run the following sql statement:
INSERT INTO config_tbl (class, name, value) VALUES ('logon', 'iframe.url.en', '');
INSERT INTO config_tbl (class, name, value) VALUES ('logon', 'iframe.url.de', '');
and restarted openemm. but it's still loading the iframe with the agnitas website. any ideas how to remove the url?
Runtime Version: 20.10.070
OpenEMM Frontend Version: 20.10.000.088
OpenEMM Backend Version: 20.10.000.085
remove iframe from start page
Moderator: moderator
Re: remove iframe from start page
I have the same Issue/Question.
Please provide an Solution. And i get Browser Errors because a css from the agnitas website has a 404 responsecode.
https://www.agnitas.de/wp-content/theme ... ?ver=5.2.4
I have OpenEMM 20.10.070 installed.
Please provide an Solution. And i get Browser Errors because a css from the agnitas website has a 404 responsecode.
https://www.agnitas.de/wp-content/theme ... ?ver=5.2.4
I have OpenEMM 20.10.070 installed.
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: remove iframe from start page
I think that was fixed in a later version of OpenEMM 20.10. BTW, 20.10.070 is the version of the runtime environment. OpenEMM version always consists of 4 components.
OpenEMM Maintainer
-
- Posts: 35
- Joined: Thu Oct 08, 2020 5:40 pm
Re: remove iframe from start page
Hi all,
same problem here, using version 21.04.000.116.
I've inserted these two records into the table config_tbl:
I've used Google, but it's the same with any other website. I continue to see always the home page of Agnitas website.
Could you help me to solve this problem?
Thank you.
Regards,
Carlo
same problem here, using version 21.04.000.116.
I've inserted these two records into the table config_tbl:
Code: Select all
"logon" "iframe.url.de" "https://www.google.it/" \N "Changed by Maintenance Tool" "2021-07-27 10:35:59" "2021-07-27 10:35:59"
"logon" "iframe.url.en" "https://www.google.it/" \N "Changed by Maintenance Tool" "2021-07-27 10:35:59" "2021-07-27 10:35:59"
Could you help me to solve this problem?
Thank you.
Regards,
Carlo
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: remove iframe from start page
This option works only for the commercial version. Address is hard coded in LogonControllerBasic. You might change the source code and recompile.
OpenEMM Maintainer