Quote:
Originally posted by mjames
I had this running on 2.0.x, but haven't installed it on 2.2.0 yet. My only problem was when modifying the /admin/index.php file, the coding seems to have changed. Anyone know how to add the link to the hack in the new index.php file? It's not just HTML anymore (i.e., no <a href""> anymore).
|
This will do the trick:
makenavoption("Send Community Bulletin","commbull.php?action=info");
Just put that where you want it. I have it here:
makenavoption("Build Mailing List","email.php?action=genlist","<br>");
makenavoption("Send Community Bulletin","commbull.php?action=info");
makenavselect("Users");
I also installed the new version that sends HTML mail. I love it.