DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:blogtng

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
plugin:blogtng [2016-04-03 17:14] – [Cannot save with selected Blog] 85.159.212.216plugin:blogtng [2023-09-01 16:14] (current) Klap-in
Line 3: Line 3:
 ---- plugin ---- ---- plugin ----
 description: A next generation blog plugin for DokuWiki description: A next generation blog plugin for DokuWiki
-author     : Gina Häußge, Michael Klier, Andreas Gohr+author     : Dokufreaks (previous authors: Gina Häußge, Michael Klier, Andreas Gohr)
 email      : freaks@dokuwiki.org email      : freaks@dokuwiki.org
 type       : syntax, action, helper type       : syntax, action, helper
-lastupdate : 2015-08-30 +lastupdate : 2023-02-16 
-compatible : Hrun,Ponder Stibbons,Binky,Weatherwax, 2010-11-07 "Anteater"2011-05-25 "Rincewind""Angua"2012-10-13 "Adora Belle"+compatible : Hrun, Ponder Stibbons, Binky, Weatherwax, Anteater, Rincewind, Angua, Adora Belle
 depends    : sqlite depends    : sqlite
 conflicts  conflicts 
Line 27: Line 27:
 ===== Download and Installation ===== ===== Download and Installation =====
    
-Use the url of the download button above in the Plugin Manager. Or alternativelyclick this button to download a compressed  file.  Unpack the file in ''dokuwiki/lib/plugins'' and rename the resulting directory to give ''dokuwiki/lib/plugins/blogtng''+Search and install the plugin using the [[plugin:extension|Extension Manager]] 
 + 
 +Alternativelyrefer to [[:Plugins]] on how to install plugins manually in ''dokuwiki/lib/plugins/blogtng''
  
 ==== Dependencies ==== ==== Dependencies ====
 The next dependencies are required: The next dependencies are required:
  
-  - SQLite-Extension for PHP5. On Debian systems install with<code bash>aptitude install php5-sqlite</code>+  - SQLite PHP Extension. On Debian systems install with e.g. <code bash>aptitude install php7-sqlite</code>
   - The helper plugin [[Sqlite]]   - The helper plugin [[Sqlite]]
  
Line 580: Line 582:
   * [[http://www.rocking-minds.org]] (English)   * [[http://www.rocking-minds.org]] (English)
   * [[http://blog.slucas.fr]] (French, English)   * [[http://blog.slucas.fr]] (French, English)
-  * [[http://chrisge.org]] (German, English) 
   * [[http://www.heiko-barth.de/blog/]] (German)   * [[http://www.heiko-barth.de/blog/]] (German)
   * [[http://htrd.su/]] (Russian)   * [[http://htrd.su/]] (Russian)
Line 667: Line 668:
         if ($this->entry['commentstatus'] == 'closed' || $this->entry['commentstatus'] == 'disabled') return;         if ($this->entry['commentstatus'] == 'closed' || $this->entry['commentstatus'] == 'disabled') return;
         if(!$this->commenthelper) {         if(!$this->commenthelper) {
-            $this->commenthelper =plugin_load('helper', 'blogtng_comments');+            $this->commenthelper = plugin_load('helper', 'blogtng_comments');
         }         }
         $this->commenthelper->tpl_form($this->entry['page'], $this->entry['pid']);         $this->commenthelper->tpl_form($this->entry['page'], $this->entry['pid']);
plugin/blogtng.1459696497.txt.gz · Last modified: 2016-04-03 17:14 by 85.159.212.216

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