Great thanks will look forward to it.Thatbitextra wrote:I'll work on subsilver2 integration later today
Great thanks will look forward to it.Thatbitextra wrote:I'll work on subsilver2 integration later today
Code: Select all
{ acl_f_display }
Bah. Thanks for pointing this outplaya wrote:Nice mod. installed it, works good
but i have one question..
when i open PERMISSIONS -> Forum roles and creating new role, in the MISC setting, the first row showsin other place - Forum permissions - it looks ok ("Can choose not to see forum")Code: Select all
{ acl_f_display }
any way to fix this?
thanks for this mod.
Code: Select all
$user->add_lang('acp/permissions');
Code: Select all
$user->add_lang(array('acp/permissions', 'mods/users_choose_displayed_forums'));
Code: Select all
$user->add_lang('acp/permissions');
Code: Select all
$user->add_lang(array('acp/permissions', 'mods/users_choose_displayed_forums'));
Hi,
Code: Select all
SQL ERROR [ mysqli ]
Field 'user_index' doesn't have a default value [1364]
Code: Select all
http://www.phpbb.com/kb/article/doesnt-have-a-default-value-errors/
Code: Select all
phpbb/includes/ucp/ucp_register.php
Code: Select all
'user_inactive_time' => $user_inactive_time,
Code: Select all
'user_index' => '',
Hi, I have same problem but this solution don't suit for this MOD.Thatbitextra wrote:Bah. Thanks for pointing this outplaya wrote:Nice mod. installed it, works good
but i have one question..
when i open PERMISSIONS -> Forum roles and creating new role, in the MISC setting, the first row showsin other place - Forum permissions - it looks ok ("Can choose not to see forum")Code: Select all
{ acl_f_display }
any way to fix this?
thanks for this mod.
To fix it, open includes/acp/acp_permission_roles.php, find:and change it to:Code: Select all
$user->add_lang('acp/permissions');
Then open includes/acp/acp_users.php, find:Code: Select all
$user->add_lang(array('acp/permissions', 'mods/users_choose_displayed_forums'));
and change it to:Code: Select all
$user->add_lang('acp/permissions');
Code: Select all
$user->add_lang(array('acp/permissions', 'mods/users_choose_displayed_forums'));
Code: Select all
$user->add_lang('acp/permissions');
Code: Select all
$user->add_lang(array('acp/permissions', 'mods/users_choose_displayed_forums'));
Nice mod.Thatbitextra wrote:Not at the moment, but I'll look into having the option to hide certain forums from active topic pages and/or searches for a future versionbobble21 wrote:Would it be fairly easy for someone experienced in phpbb developing (not me) to modify your hack so that it worked on the active topics pages as well? Nice that selected forums can disappear from the forum index page and subforums from the view forum pages but some users prefer to browse via the active topics pages etc.