Fixed - I think. Looking at the code I don't think that has ever workedleschek wrote:When I try to edit (or create) category name it deletes the former category name (and doesn't create anything).
Fixed - I think. Looking at the code I don't think that has ever workedleschek wrote:When I try to edit (or create) category name it deletes the former category name (and doesn't create anything).
Thank you very much. It's working on my board.david63 wrote:Fixed - I think. Looking at the code I don't think that has ever workedleschek wrote:When I try to edit (or create) category name it deletes the former category name (and doesn't create anything).
That's good to know - and thanks for your helpleschek wrote:It's working on my board.
Code: Select all
add
case 'rules':
$l_title = $user->lang['RULES_PAGE'];
$user->add_lang('rules_page', false, true);
break;
I haven't tried it but any file with the name in the format help_xxxxx.php in the language folder would be available but the contents of the file would have to be in the formatJane Doe wrote:create a file like help_rules_page.php in language folder
Code: Select all
$help = array(
array(
0 => '--',
1 => '7777',
), array(
0 => 'Why do I need to register?',
1 => 'You may not have to, it is up to the administrator of the board as to whether you need to register in order to post messages. However; registration will give you access to additional features not available to guest users such as definable avatar images, private messaging, emailing of fellow users, usergroup subscription, etc. It only takes a few moments to register so it is recommended you do so.',
),);
Yes this works, and then i use faq.php?mode=rules, so rules/faq/bbcode are looking the same.david63 wrote:I haven't tried it but any file with the name in the format help_xxxxx.php in the language folder would be available but the contents of the file would have to be in the format...
Version check is a known bug in 3.1.2KhurramMunawar wrote:when u recheck the version in acp . It gives an error
It has been submitted to the CDBPuchahawa wrote:Hi David, any news on a potential release for this? Curious minds want to know.