remove iframe from start page

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

1100101
Posts: 4
Joined: Thu Oct 29, 2020 4:49 pm

remove iframe from start page

Post by 1100101 »

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
MSelke
Posts: 28
Joined: Thu Feb 25, 2016 11:19 am

Re: remove iframe from start page

Post by MSelke »

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.
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: remove iframe from start page

Post by maschoff »

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
cdambrosio
Posts: 35
Joined: Thu Oct 08, 2020 5:40 pm

Re: remove iframe from start page

Post by cdambrosio »

Hi all,
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"
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
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: remove iframe from start page

Post by maschoff »

This option works only for the commercial version. Address is hard coded in LogonControllerBasic. You might change the source code and recompile.
OpenEMM Maintainer
Post Reply