DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:boxes_mod

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:boxes_mod [2009-08-07 13:26] achplugin:boxes_mod [2018-05-25 19:53] (current) – old revision restored (2011-12-04 17:17) Aleksandr
Line 14: Line 14:
 ---- ----
  
-//This page is a child of [[:plugin:boxes]], and outlines a modified version of it. Please consult the original version for more detailed documentation//+//This page is a child of [[:plugin:box]], and outlines a modified version of it. Please consult the original version for more detailed documentation//
  
  
Line 29: Line 29:
 ===== syntax.php ===== ===== syntax.php =====
  
-syntax.php +<file php syntax.php>
-<code php>+
 <?php <?php
 /** /**
Line 90: Line 89:
                      or combination of above.                      or combination of above.
                      Styles to try: round, square, orange, green, blue and red.',                      Styles to try: round, square, orange, green, blue and red.',
-        'url'    => 'http://www.dokuwiki.org/plugin:boxes',+        'url'    => 'http://www.dokuwiki.org/plugin:boxes_mod',
       );       );
     }     }
Line 251: Line 250:
  
 //Setup VIM: ex: et ts=4 enc=utf-8 : //Setup VIM: ex: et ts=4 enc=utf-8 :
-</code>+</file>
  
 ===== style.css ===== ===== style.css =====
Line 276: Line 275:
 Should you wish to download the complete stylesheet, here it is. Should you wish to download the complete stylesheet, here it is.
  
-<code css>+<file css style.css>
 /* plugin:box */ /* plugin:box */
 div.box { div.box {
Line 412: Line 411:
  
 /* end plugin:box */ /* end plugin:box */
-</code>+</file>
  
 ===== Tips ===== ===== Tips =====
 **To resolve the conflicts with 'box' plugin:** **To resolve the conflicts with 'box' plugin:**
-  * In '/lib/plugins/' create plugin folder and name it 'boxes'+  * In ''/lib/plugins/'' create plugin folder and name it ''boxes''. 
-  * Download/copy and save the syntax.php and the style.php to your computer. +  * Download/copy and save the ''syntax.php'' and the ''style.css'' to your computer. 
-  * In the Syntax.php file search and replace all occurrences of the word 'box' with the word 'boxes'+  * In the ''syntax.php'' file search and replace all occurrences of the word 'box' with the word 'boxes'
-  * In the style.css file, search and replace all occurrences of the word 'box' with the word 'boxes'.+  * In the ''style.css'' file, search and replace all occurrences of the word 'box' with the word 'boxes'.
   * In both files there may be a few occurrences of the word 'boxeses', replace with the word 'boxes'.   * In both files there may be a few occurrences of the word 'boxeses', replace with the word 'boxes'.
-  * Upload both files to the 'lib/plugins/boxes/' folder you created earlier.+  * Upload both files to the ''lib/plugins/boxes/'' folder you created earlier.
 That's it! You're done, and ready to nest boxes from both plugins. That's it! You're done, and ready to nest boxes from both plugins.
  
plugin/boxes_mod.1249644383.txt.gz · Last modified: 2009-08-07 13:26 by ach

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