Skip to main content Help Control Panel

Login   A+   A-

Community «   Discussion forum «   Bug tracker «  

Unable to switch on Wiki mode

avatarBoen, Jan -- on Mar. 8 2006
I've upgraded a couple of YACS sites to latest version and the system will not activate Wiki mode in the "User Parameters" section
Any idea how this can be fixed?

Thanks

Jan
Bernard
avatar
from nearby-an-airport
Associate, 6696 posts

on Mar. 8 2006


This is a rendering bug in the configuration panel.

You may fix this by editing users/configure.php at line 338, and insert a '_' character, to change

if(isset($context['users_with_auto_publish']) && ($context['userswith_auto_publish'] == 'Y'))


to

if(isset($context['users_with_auto_publish']) && ($context['users_with_auto_publish'] == 'Y'))


This will be put in next release. Thank you for your feed-back.
JBN
avatar
85 posts

inspired from Bernard on Mar. 9 2006


Bernard: Can't find the type you mention... All strings look OK.

Rate this page
Posted by JBN on Mar. 8 2006, (popular)