Difference between revisions of "ImageLink"

From BITPlan Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
|owner=BITPlan
 
|owner=BITPlan
 
|title=ImageLink
 
|title=ImageLink
 +
|url=https://github.com/BITPlan/ImageLink
 
|version=0.0.4
 
|version=0.0.4
 
|date=2020/08/01
 
|date=2020/08/01
 
|storemode=Property
 
|storemode=Property
 
}}
 
}}
 +
 +
{{Extension
 +
|name=ImageLink
 +
|url=https://github.com/BITPlan/ImageLink
 +
|purpose=Display Image and Link
 +
|since=2008/03/20
 +
|storemode=property
 +
}}
 +
= Installation =
 +
== get code ==
 +
<source lang='bash'>
 +
cd extensions
 +
git clone https://github.com/BITPlan/ImageLink
 +
</source>
 +
== modify LocalSettings.php ==
 +
<source lang='php'>
 +
require_once "$IP/extensions/ImageLink/ImageLink.php";
 +
</source>
 +
 
=Freitext=
 
=Freitext=

Latest revision as of 14:52, 12 April 2023

OsProject

OsProject
id  ImageLink
state  
owner  BITPlan
title  ImageLink
url  https://github.com/BITPlan/ImageLink
version  0.0.4
description  
date  2020/08/01
since  
until  


Extension
edit
name  ImageLink
url  https://github.com/BITPlan/ImageLink
purpose  Display Image and Link
since  2008/03/20
wiki  

Installation

get code

cd extensions
git clone https://github.com/BITPlan/ImageLink

modify LocalSettings.php

require_once "$IP/extensions/ImageLink/ImageLink.php";

Freitext