What did you do to cause this?
When I set to disallow registration by guest user
What page were you on?
/register
What PHP and MariaDB versions do you run?
5.4.x
Describe the defect:
Even when I set No to "Allow Registration" (in AdminCP), the link still appears on top of the page.
The solution:
Line: 13 of /vendor/traq/views/default/layouts/_meta_nav.phtml
:
<?php if (settings('allow_registration')) { ?>
no changes in the link line: <li<?php echo iif(active_nav('/register'), ' class="active"')?>><?php echo HTML::link(l('register'), '/register'); ?></li>
<?php } ?>