Skip to content

Commit 8f21078

Browse files
committed
Readme and composer.json ready for CDB
1 parent a4c2832 commit 8f21078

2 files changed

Lines changed: 16 additions & 8 deletions

File tree

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
# phpBB 3.1 Extension - phpBB.de External Images as Link
22

3-
## Installation
3+
Images which are not from the own board are displayed as link not as image.
44

5-
Clone into ext/phpbbde/externalimgaslink:
5+
Author: Christian Schnegelberger, Oliver Schramm
66

7-
git clone https://github.com/phpbb-de/phpbb-ext-external-images-as-link ext/phpbbde/externalimgaslink
7+
URL: https://www.phpbb.de
88

9-
Go to "ACP" > "Customise" > "Extensions" and enable the "phpBB.de External Images as Link" extension.
9+
Version: 1.0.0
1010

11-
## Development
11+
## Install instructions:
12+
1. Download the extension
13+
2. Copy the whole archive content to: phpBB/phpbbde/externalimgaslink
14+
3. Go to your phpBB-Board > Admin Control Panel > Customise > Manage extensions > phpBB.de - External Images as Link: enable
1215

13-
If you find a bug, please report it on https://github.com/phpbb-de/phpbb-ext-external-images-as-link
16+
## Update instructions:
17+
1. Go to you phpBB-Board > Admin Control Panel > Customise > Manage extensions > phpBB.de - External Images as Link: disable
18+
2. Delete all files of the extension from phpBB/phpbbde/externalimgaslink
19+
3. Upload all the new files to the same locations
20+
4. Go to you phpBB-Board > Admin Control Panel > Customise > Manage extensions > phpBB.de - External Images as Link: enable
21+
5. Purge the board cache
1422

1523
## License
1624

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "phpbbde/externalimgaslink",
33
"type": "phpbb-extension",
4-
"description": "Displays every image as a link, which is included with [img] bbcode.",
4+
"description": "Displays every image as a link, which is included with [img] bbcode and not hosted with the own board.",
55
"homepage": "https://github.com/phpbb-de/phpbb-ext-external-images-as-link",
66
"version": "1.0.0",
7-
"time": "2015-04-10",
7+
"time": "2015-04-29",
88
"license": "GPL-2.0",
99
"authors": [
1010
{

0 commit comments

Comments
 (0)