Any ideas on completing the last step of the installation with 2.2.0:
Code:
admin/index.php
You will need to make the following alterations to your admin/index.php file:
After this:
<a href="email.php?s=<?php echo $session[sessionhash]; ?>"> Email users </a><br>
add this:
<a href="commbull.php?s=<?php echo $session[sessionhash]; ?>"> Send Community Bulletin </a><br>
I believe this is the new line we're looking for:
Code:
makenavoption("Email Users","email.php?action=start","<br>");
I tried this as the new line below it:
Code:
makenavoption("Send Community Bulletin","commbull.php","<br>");
But that only gave me a 404 page in the right side of the CP.