01-29-2018, 07:30 PM
Hi! I'm very new to Userspice and web development. I find it very difficult to gather the information I need. Often there are fragments of things that I want to realize or there are complete memoirs about different web development approaches. Overall I'm pretty overwhelmed, because it needs time to learn things and make the connections in the mind. I'm constantly between frustration and triumph
I'm a teacher from Germany and try to manage different teacher<->student actions such as students reporting their illness or applying for different working groups. First of all, I don't need the "Register"-button in the navbar, when I'm not logged in. The school administration will manage the accounts. How can I get rid of this button? I already successfully modified the join.php as suggested above. I tried to delete the line
in the users/includes/navigation.php but this didn't change anything.
Do you have any suggestion?
I'm a teacher from Germany and try to manage different teacher<->student actions such as students reporting their illness or applying for different working groups. First of all, I don't need the "Register"-button in the navbar, when I'm not logged in. The school administration will manage the accounts. How can I get rid of this button? I already successfully modified the join.php as suggested above. I tried to delete the line
Code:
<li><a href="<?=$us_url_root?>users/join.php" class=""><i class="fa fa-plus-square"></i> Register</a></li>
in the users/includes/navigation.php but this didn't change anything.
Do you have any suggestion?