Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added development/extensions/images/skeleton-cli.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified development/extensions/images/skeleton-web-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions development/extensions/skeleton_extension.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ The easiest way to use the Skeleton Extension is from its web-based user
interface (UI).

.. image:: images/skeleton-web-ui.png
:width: 200px
:align: center
:height: 100px
:alt: alternate text
:width: 500px

In order to create an extension via the web UI, open the phpBB board you
installed this extension in and visit the "Create skeleton extension" link in the
Expand All @@ -97,6 +94,9 @@ Command line interface
The Skeleton Extension can also accommodate users that prefer working
from a Command Line Interface (CLI).

.. image:: images/skeleton-cli.png
:width: 500px

In order to create an extension via the CLI, you need to open a console
on your server and ``cd`` to the root directory of the phpBB board where
you installed this extension:
Expand Down
Loading