DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:recent

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
plugin:recent [2011-06-10 22:17] – add some new code to better list new pages... 91.64.206.12plugin:recent [2021-01-22 17:59] Aleksandr
Line 11: Line 11:
 conflicts  conflicts 
 similar    :  similar    : 
-tags       : include, changelog, listing, !maybe.broken+tags       : include, changelog, listing, !maybe.broken, recent
 ---- ----
  
 +===== How to use =====
  
-====== How to use ====== +Simply write ''<nowiki>{{changelog}}</nowiki>'' in the source page. 
-Simply write <nowiki>{{changelog}}</nowiki> in the source page.+ 
 +===== How to install =====
  
-====== How to install ====== 
 First, Create a folder named 'recent' in 'lib/plugins' First, Create a folder named 'recent' in 'lib/plugins'
 then create a file named 'syntax.php' in this folder and copy/paste this code : then create a file named 'syntax.php' in this folder and copy/paste this code :
 +
 <code php> <code php>
 <?php <?php
Line 97: Line 99:
 </code> </code>
  
-====== Contact ======+===== Contact ===== 
 This my first plugin. i hope you'll like it ;) \\ This my first plugin. i hope you'll like it ;) \\
 ido [at] woow-fr [dot] com ido [at] woow-fr [dot] com
-====== Comments ======+ 
 +===== Comments ===== 
 > Looks good :-), a couple of comments ;-) \\ Why create a separate file for your ''Rethtml_recent()'' function?  Define it as a function within your plugin class and call it using ''%%$this->Rethtml_recent()%%''. Note, per the [[devel:Syntax Plugins|syntax plugin guidelines]], its good policy to prefix your own functions with an underscore. I see you have reworked the ''html_recent()''((inc/html.php)) function  to output to a string.  You could future proof your plugin by using [[http://www.php.net/manual/en/ref.outcontrol.php|PHP output buffering]] functions and calling ''html_recent()'' directly. All of which would make your code go something like this ...<code php> > Looks good :-), a couple of comments ;-) \\ Why create a separate file for your ''Rethtml_recent()'' function?  Define it as a function within your plugin class and call it using ''%%$this->Rethtml_recent()%%''. Note, per the [[devel:Syntax Plugins|syntax plugin guidelines]], its good policy to prefix your own functions with an underscore. I see you have reworked the ''html_recent()''((inc/html.php)) function  to output to a string.  You could future proof your plugin by using [[http://www.php.net/manual/en/ref.outcontrol.php|PHP output buffering]] functions and calling ''html_recent()'' directly. All of which would make your code go something like this ...<code php>
 // at the top // at the top
Line 171: Line 176:
          return ob_get_clean();          return ob_get_clean();
        
-</code> +</code>
plugin/recent.txt · Last modified: 2024-02-05 22:28 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki