Musicstate compatible with Joomla 3.7.2 ??

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Jun 23, 2017 10:52 am
Reply with quote
Report this post
Is Musicstate compatible with Joomla 3.7.2?
What suprises can I expect if I do the update ?
Any hints or precautions?
User avatar
Fresh Boarder

teitbite
Tue Jun 27, 2017 8:12 am
Reply with quote
Report this post
Hi

We only updated last 12 templates for new joomla, but there are no problems with using rest of them. Just one small thing to make template configuration work:

Change the following line from /admin/scripts/js file:

Code: Select all
var type = items[i].split('=')[0].test(/^\d+$/) ? 'ItemID' : 'Option';



into:

Code: Select all
var type = !isNaN(items[i].split('=')[0]) ? 'ItemID' : 'Option';
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.