Topic: How to remove CuteNews v1.5.3 from Menu Bar in the login screen

How to remove CuteNews v1.5.3 from Menu Bar in the login screen of the cutenews 1.5.3

Re: How to remove CuteNews v1.5.3 from Menu Bar in the login screen

It uses skins>base_skin>default.skin.php
to display the header-text
<div class="header">{header-text}</div>

Re: How to remove CuteNews v1.5.3 from Menu Bar in the login screen

It uses skins>base_skin>default.skin.php
to display the header-text
<div class="header">{header-text}</div>


I modified it but it didnt work. Please see the screen shot below.
http://www.hkhub.com/menu.jpg

The text i want to delete is circled...

The "Please login"text below it has been modified after changing the codes in default.skin.php

Re: How to remove CuteNews v1.5.3 from Menu Bar in the login screen

Messy way to do it:
Open
loadenv.php

Find:
$config_version_name    = "CuteNews v".VERSION;
Change it to what you want.
$config_version_name    = "My Website";

Re: How to remove CuteNews v1.5.3 from Menu Bar in the login screen

Messy way to do it:
Open
loadenv.php

Find:
$config_version_name    = "CuteNews v".VERSION;
Change it to what you want.
$config_version_name    = "My Website";


THANKS a lot.. https://cutephp.com/forum/style_emoticons/default/rolleyes.gif  worked in a go...
Regards

Re: How to remove CuteNews v1.5.3 from Menu Bar in the login screen

It's necessary to notify that after the next update all changes will be lost.

Best regards,
CN Support team