Image Caption

Wednesday, June 20, 2012

Remove chronoform powered by [V4 Version]

Step:1

Open file "components\com_chronocontact\libraries\chronoform.php"

Step:2
Find below code [near to line: 358 or 361]

if($configs->get('licensevalid', 0)){
return '';
}else{
return str_replace('_EXTENSION_NAME_', .................C0tPg=='));

}

Step:3
Replace above code with 

if($configs->get('licensevalid', 0)){
return '';
}else{
return '';
}

Note : For Version V4_RC3.5.2

Step:1

Open file "components\com_chronocontact\libraries\chronoform.php"

Step:2
Find below code [near to line: 361]

if($configs->get('licensevalid', 0)){
return '';
}else{
return str_replace('_EXTENSION_NAME_', $extension, '<div class="chronoform"><a href="http://www.chronoengine.com">Powered By _EXTENSION_NAME_ - ChronoEngine.com</a></div>');
}


Step:3
Replace above code with 

if($configs->get('licensevalid', 0)){
return '';
}else{
return str_replace('_EXTENSION_NAME_', $extension, '');
}

14 comments:

Anonymous said...

thank you!

Anonymous said...

Thank you so much

John said...

Great...
Thanks

Marto said...

you are great man!! Two beers from me!!

Anonymous said...

Thanks very much for this simple and very clear explanation.

Anonymous said...
This comment has been removed by the author.
Anonymous said...

works like cake walk :)

Anonymous said...

Thanks a ton ... It works ... magical :)

Jorge said...

Thank You friend!

Jorge said...

Thank You friend!

Unknown said...

You guy sevad me

Simona said...

Cool! Many Thanks!

Anonymous said...

Brilliant. Spent 30 mins trying to figure this out on my own!

marvel said...

thank you so much. what of chrono forms version 5?