Difference between revisions of "Extension talk:SimpleViewer.php"

From Organic Design wiki
m
m
Line 7: Line 7:
 
*Add this line to ''LocalSettings.php''
 
*Add this line to ''LocalSettings.php''
 
  require('$IP/extensions/SimpleViewer/SimpleViewer.php');
 
  require('$IP/extensions/SimpleViewer/SimpleViewer.php');
*Check that the extension in installed by looking at [[Special:Version]] on your wiki
+
*Check that the extension in installed by looking at [[Special:Version]] on your wiki. ''SimpleViewer'' should appear under ''Parser hooks''
 +
*Create a test page containing the text:
 +
{{simpleviewer:src=Gallery test}}
 +
*Create an article called ''Gallery test'' with the content
 +
<pre>
 +
*Image:Foo.jpg
 +
*Image:Bar.jpg
 +
*Image:Pic.jpg
 +
</pre>
 +
Where the image names are replaced with the names of images you have uploaded to your wiki.
 +
*Go to the test page. You should see the gallery appear.

Revision as of 23:28, 1 April 2008

Installation

  • Create a folder called SimpleViewer inside your wiki extensions folder
  • Download the SimpleViewer.php script
  • Save the script into the SimpleViewer folder as SimpleViewer.php
  • Download the SimpleViewer flash application from Airtight Interactive
  • Unpack the zip and save the resulting simpleviewer folder inside exensions/SimpleViewer
  • Add this line to LocalSettings.php
require('$IP/extensions/SimpleViewer/SimpleViewer.php');
  • Check that the extension in installed by looking at Special:Version on your wiki. SimpleViewer should appear under Parser hooks
  • Create a test page containing the text:
Template:Simpleviewer:src=Gallery test
  • Create an article called Gallery test with the content
*Image:Foo.jpg
*Image:Bar.jpg
*Image:Pic.jpg

Where the image names are replaced with the names of images you have uploaded to your wiki.

  • Go to the test page. You should see the gallery appear.