Admin Configurations lost
Rate this topic:
- GK User
- Thu Jun 15, 2017 5:49 pm
- Reply with quote
- Report this post
Hi,
Update my joomla to 3.7.2 and when I enter in the template's administration I don't see the tabs.
The template is: gk_game
I try updating the template but still don't work.
Please help
Update my joomla to 3.7.2 and when I enter in the template's administration I don't see the tabs.
The template is: gk_game
I try updating the template but still don't work.
Please help
-
- Fresh Boarder
- teitbite
- Mon Jun 19, 2017 9:39 am
- Reply with quote
- Report this post
Hi,
Try to change the following line from /admin/scripts/js file:
into:
Try to 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';
-
- Moderator
- teitbite
- Fri Jun 30, 2017 1:26 pm
- Reply with quote
- Report this post
Hi
Great to hear that. Closing this thread than.
Great to hear that. Closing this thread than.
-
- Moderator
4 posts
• Page 1 of 1