Difference between revisions of "ImageLink"

From BITPlan Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
|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 =
 
= Installation =
 +
== get code ==
 
<source lang='bash'>
 
<source lang='bash'>
 
cd extensions
 
cd extensions
 
git clone https://github.com/BITPlan/ImageLink
 
git clone https://github.com/BITPlan/ImageLink
 
</source>
 
</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