• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Request] Remove button "Upgrade trial account"

Newbie Spellweaver
Joined
Jun 28, 2016
Messages
17
Reaction score
0
help me please...
I want to remove this button "Upgrade trial account"
Thank you !

RZVhaRv - [Request] Remove button "Upgrade trial  account" - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
☆Dying Dawn☆
Joined
Jan 30, 2012
Messages
971
Reaction score
727
Re: Remove button "Upgrade trial account"

FrontendWarZ
Code:
if(gUserProfile.IsTrialAccount())
	{
		gfxMovie.SetVariable("_root.api.Main.SurvivorsAnim.Survivors.BtnUpgtrial.visible", [COLOR="#FF0000"][B]true[/B][/COLOR]);
	}
to
Code:
if(gUserProfile.IsTrialAccount())
	{
		gfxMovie.SetVariable("_root.api.Main.SurvivorsAnim.Survivors.BtnUpgtrial.visible", [COLOR="#FF0000"][B]false[/B][/COLOR]);
	}
or removed from flash as you want
 
Upvote 0
Newbie Spellweaver
Joined
Jun 28, 2016
Messages
17
Reaction score
0
Re: Remove button "Upgrade trial account"

Thank you very very much
Bombillo
 
Upvote 0
Back
Top