Removing some dodgy sample scripts which are uneccesary.

Fixed an issue where the config function was wrong. http://otland.net/threads/znote-aac-1-4-tfs-0-2-13-tfs-0-3-6-0-4.166722/page-45#post-2157676
Added a small tip on how to to use the youtube embed when posting news.
This commit is contained in:
Znote
2014-11-16 16:00:54 +01:00
parent da8feec5d8
commit d6efb54577
6 changed files with 2 additions and 288 deletions

View File

@@ -41,7 +41,7 @@ if (empty($_POST) === false) {
}
?>
</select>
<input type="text" name="title" value="" placeholder="Title"><br />
<input type="text" name="title" value="" placeholder="Title"> [youtube]wK0w0x62PjA[/youtube] <br />
<textarea name="text" id="area1" cols="75" rows="10" placeholder="Contents..." style="width: 100%"></textarea><br />
<input type="submit" value="Create News">
</form>