mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
- Forums working again (general functionallity) - the new URL assembling/configuration implemented. SEF URL config will be added when forums are 100% functional.
- Minor URL assembling issues fixed
This commit is contained in:
14
e107_plugins/forum/languages/English/lan_forum_url.php
Normal file
14
e107_plugins/forum/languages/English/lan_forum_url.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright (C) 2008-2011 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* $Id$
|
||||
*
|
||||
* URL configuration language file (adminsitration)
|
||||
*/
|
||||
define("FORUM_LAN_URL_NAME", "Forum");
|
||||
define("FORUM_LAN_URL_DEFAULT_LABEL", "Default Forum URLs");
|
||||
define("FORUM_LAN_URL_DEFAULT_DESCR", "URLs of 'GET type' with no single entry point. Examples:<br />http://yoursite.com/e107_plugins/forum/forum.php (forum index)<br />http://yoursite.com/e107_plugins/forum/forum_viewtopic.php?id=2 (thread view)");
|
||||
|
||||
// TODO - awaiting forum SEF config
|
||||
define("FORUM_LAN_URL_REWRITE_LABEL", "SEF Forum URLs (UNDER DEVELOPMENT)");
|
||||
define("FORUM_LAN_URL_REWRITE_DESCR", "Examples:<br />UNDER DEVELOPMENT");
|
Reference in New Issue
Block a user