DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:tabtables

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:tabtables [2015-07-07 11:36] – [Download and Installation] 106.187.101.167plugin:tabtables [2023-10-30 22:17] (current) Klap-in
Line 7: Line 7:
 type       : Action type       : Action
 lastupdate : 2010-10-04 lastupdate : 2010-10-04
-compatible : 2009-02-14b2009-12-25c (not tested on earlier versions)+compatible : !HogfatherLemming
 tags       : tables tags       : tables
  
Line 15: Line 15:
 ===== Download and Installation ===== ===== Download and Installation =====
  
-Download and install the plugin using the [[plugin:plugin|Plugin Manager]] using the following URL.+Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
   * [[http://projects.nihongoresources.com/downloadables/plugin-tabtables.tar.gz|tar.gz format (3k)]]   * [[http://projects.nihongoresources.com/downloadables/plugin-tabtables.tar.gz|tar.gz format (3k)]]
  
-To install the plugin manually, download the source to your plugin folder, ''lib/plugins'', and extract its contents.  That will create a new plugin folder, ''lib/plugins/tabtables'', containing a single file, action.php -- The plugin is now installed.  
- 
- 
-aaaa 
 ===== Details ===== ===== Details =====
  
Line 113: Line 109:
  
 ===== Bugs ===== ===== Bugs =====
 +==== PHP 7.0 compatibility ====
 +This plugin uses the //split// function that is not available in PHP7.0. To fix you must replace line 165 in action.php (that contains //split//) with:
  
 +  $cells = count(preg_split('/\t/',$original[0]));
 ==== 2009-10-02 ==== ==== 2009-10-02 ====
  
plugin/tabtables.1436261812.txt.gz · Last modified: 2015-07-07 11:36 by 106.187.101.167

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