diff --git a/chscore/modules/CHSConfig.php b/chscore/modules/CHSConfig.php index f6472ba..90232c3 100644 --- a/chscore/modules/CHSConfig.php +++ b/chscore/modules/CHSConfig.php @@ -64,6 +64,7 @@ public function getConfigSet($module) * * @param string $module Name of module * @param mixed $name Identifier of config value + * @return */ public function getConfigValue($module, $key) { diff --git a/docs/CHSShoutbox.htm b/docs/CHSShoutbox.htm index 53ab960..e8f0a8e 100644 --- a/docs/CHSShoutbox.htm +++ b/docs/CHSShoutbox.htm @@ -41,7 +41,23 @@

Vorraussetzungen


Installation

-

Lade in dem Ordner, wo deine Webseite ist und auf welcher die Shoutbox zum Einsatz kommen soll, den Ordner "chscore" samt Inhalt hoch. Falls der Ordner bereits existiert, können vorhandene Dateien ersetzt werden. Rufe danach deine Seite auf und hänge ein ?module=CHSShoutboxAdmin an die Adresse an. Folge dann den Anweisungen.


+
    +
  1. Lade in dem Ordner, wo deine Webseite ist und auf welcher die Shoutbox zum Einsatz kommen soll, den Ordner "chscore" samt Inhalt hoch. Falls der Ordner bereits existiert, können vorhandene Dateien ersetzt werden.
  2. +
  3. Falls noch nicht vorhanden, füge ganz am Anfang deiner Seite (noch vor <html>, <!DOCTYPE [...] oder <?xml [...]) diesen Code ein:
    + <?php include('chscore/CHSCore.php'); ?>
  4. +
  5. Rufe danach deine Seite auf und hänge ein ?module=CHSShoutboxAdmin an die Adresse an. Folge dann den Anweisungen.
  6. +
+ +
Beispiel
+

Update von 0.9.11 auf 2.0

Sichere dir die "shoutbox.dat" und "shoutarchiv.dat" aus dem "shoutbox"-Ordner. Lösche danach diesen Ordner, die "shoutbox.php" und den damals eingefügten Code auf deiner Seite. Installiere dann die neue Version wie oben beschrieben.
@@ -90,7 +106,23 @@

Requirements


Installation

-

Upload in that directory, in which your website is (and you're planning to use the shoutbox), the folder "chscore" including its contents. Point your browser to your website and attach ?module=CHSShoutboxAdmin to the address. Follow the instructions.


+
    +
  1. Upload in that directory, in which your website is (and you're planning to use the shoutbox), the folder "chscore" including its contents. If it already exists, overwrite the files.
  2. +
  3. If not yet present, paste in this code at the very beginning of your site (even before <html>, <!DOCTYPE [...] or <?xml [...]):
    + <?php include('chscore/CHSCore.php'); ?>
  4. +
  5. Point your browser to your website and attach ?module=CHSShoutboxAdmin to the address. Follow the instructions.
  6. +
+ +
Example
+

FAQ