Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
This is an old revision of the document!
Compatible with DokuWiki
2009-02-14b
This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.
Similar to rtmchecklist
Download and install the plugin using the Plugin Manager using the following URL. Refer to Plugins on how to install plugins manually.
Add the button by adding the following lines to your template in main.php where you want it to appear.
<?php if ($INFO['isadmin']) { ?> <form class="button" method="get" action="<?php wl($ID)?>"> <div class="no"> <input type="submit" value="Send as mail" class="button" /> <input type="hidden" name="do" value="mailto" /> <input type="hidden" name="id" value="<?php echo $ID?>" /> </div> </form> <?php } ?>
Feel free to adjust the test for your requirements.
Some config options are avaible and need to be adjusted via Configuration Manager
Simply put the following code into your page:
~~MAILTO:Real Name<real.name@example.org>,Real CC1<real.cc1@example.org>,Real CC2<real.cc2@example.org>,~~
It help the plugin know the emails, TO first, then all others are CC.
It is replaced by an apprioriate sentence depending the mail have already been sent or not.
This plugin actually send the raw wiki and the title as mail subject.
There are still some TODOs in the code, and one of the most important is to make renderer plugin to output an email.