This topic is locked
[SOLVED]

 login <m_strTitle> from phpr 9.8 >10

10/2/2018 11:41:37
PHPRunner General questions
ffrinai author

hi,

i open an old 9.8 project in 10.0, where may i change the label in the phpr file

<m_strTitle>Login: Gestione Registro Corrispondenza/Maternit v. 31.07.18</m_strTitle> ?

I try to reset the login page in the editor tag, but when i build the project the login title doesn't change and remain the same <m_strTitle>Login: Gestione Registro Corrispondenza/Maternit v. 31.07.18</m_strTitle>.
thanks

Fabio
phprunner enterprise 10.0 build 31650 x64

Sergey Kornilov admin 10/2/2018

I would not suggest changing anything directly in the project file. What exactly you trying to change?

ffrinai author 10/3/2018



I would not suggest changing anything directly in the project file. What exactly you trying to change?


login page build in phprunner 9.8

[media]https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=86069&image=1&table=forumreplies[/media]
I'd like to change the date version v. 31.07.18, but i can'n find where !

i find login and login1 in designer the variable title show the same value "LoginNEW" but after build it remain with the old original value "Login: Gestione Registro Corrispondenza/Maternit v. 31.07.18".
thanks

Sergey Kornilov admin 10/4/2018

In version in Page Designer insert a code snippet, move it to that header place and output the required label from that code snippet i.e.

echo "My title is here";