Pre-release: switch for news link description (newest / first), hide attachments when disabled - http://www.board3.de/viewtopic.php?f=14&t=482 http://www.board3.de/viewtopic.php?f=14&t=481
This commit is contained in:
@@ -163,7 +163,7 @@ if ($portal_config['portal_search'])
|
||||
include($phpbb_root_path . 'portal/block/search.'.$phpEx);
|
||||
}
|
||||
|
||||
if ($portal_config['portal_attachments'])
|
||||
if ($portal_config['portal_attachments'] && $config['allow_attachments'])
|
||||
{
|
||||
include($phpbb_root_path . 'portal/block/attachments.'.$phpEx);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user