Knowledge Base - How To Make JoomlaShine.com JSN UniForm From FREE to PRO UNLIMITED?

Are You Getting This Message?

Message
In Free edition, you can only create up to 3 forms. There are 3 slot(s) left. Please upgrade to PRO edition to create unlimited number of forms. Upgrade to PRO edition

Open: uniform.defines.php

Find It Here:

/administrator/components/com_uniform/uniform.defines.php

 

Look For This:
define('JSN_UNIFORM_EDITION', 'FREE');

Replace with This:
define('JSN_UNIFORM_EDITION', 'PRO UNLIMITED');

Save it!

That's All!

UPDATING PROBLEMS?

Just Change "PRO UNLIMITED" Back To "FREE"!
UPDATE!
Change "FREE" Back To "PRO UNLIMITED"!

================================

When you select PREVIEW do you see this message: This function is only available on PRO edition

Open: form.js

Find It Here:

public_html/administrator/components/com_uniform/assets/js/

Line: 133

Change this:

$("#jsn-uf-preview").click(function () {
alert(self.lang['JSN_UNIFORM_THIS_FUNCTION_IS_ONLY_ON_PRO_EDITION_SCRIPT']);
return false;
});

To this:

$("#jsn-uf-preview").click(function () {
// alert(self.lang['JSN_UNIFORM_THIS_FUNCTION_IS_ONLY_ON_PRO_EDITION_SCRIPT']);
return true; //false;
});

 

 

Details

Created : 2017-06-26 03:48:57, Last Modified : 2018-12-23 01:49:46

Click to listen highlighted text!