From d7ac68a7db932618c051442210614b9b6484c702 Mon Sep 17 00:00:00 2001 From: Sem Date: Sun, 6 Nov 2011 01:11:57 +0100 Subject: Add/edit video form. --- start.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'start.php') diff --git a/start.php b/start.php index ff0182c3b..94a07a35c 100644 --- a/start.php +++ b/start.php @@ -27,6 +27,15 @@ function videolist_init() { // Register a page handler, so we can have nice URLs elgg_register_page_handler('videolist', 'videolist_page_handler'); + + // Language short codes must be of the form "videolist:key" + // where key is the array key below + elgg_set_config('videolist', array( + 'video_url' => 'url', + 'title' => 'text', + 'tags' => 'tags', + 'access_id' => 'access', + )); //extend this plugin for groups elgg_extend_view('groups/tool_latest','videolist/groupprofile_videolist'); -- cgit v1.2.3