mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Make custom title a general field (rather than forum), more work on usersettings
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_admin.php,v $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2007-07-23 21:13:34 $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2008-01-06 21:16:37 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -218,7 +218,6 @@ if (isset($_POST['updateoptions']))
|
||||
$pref['html_post'] = $_POST['html_post'];
|
||||
$pref['forum_attach'] = $_POST['forum_attach'];
|
||||
$pref['forum_redirect'] = $_POST['forum_redirect'];
|
||||
$pref['forum_user_customtitle'] = $_POST['forum_user_customtitle'];
|
||||
$pref['reported_post_email'] = $_POST['reported_post_email'];
|
||||
$pref['forum_tooltip'] = $_POST['forum_tooltip'];
|
||||
$pref['forum_tiplength'] = $_POST['forum_tiplength'];
|
||||
@@ -1071,11 +1070,6 @@ class forum
|
||||
<td style='width:25%;text-align:center' class='forumheader3' >".($pref['forum_redirect'] ? "<input type='checkbox' name='forum_redirect' value='1' checked='checked' />" : "<input type='checkbox' name='forum_redirect' value='1' />")."</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td style='width:75%' class='forumheader3'>".FORLAN_114."<br /><span class='smalltext'>".FORLAN_115."</span></td>
|
||||
<td style='width:25%;text-align:center' class='forumheader3' >".($pref['forum_user_customtitle'] ? "<input type='checkbox' name='forum_user_customtitle' value='1' checked='checked' />" : "<input type='checkbox' name='forum_user_customtitle' value='1' />")."</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td style='width:75%' class='forumheader3'>".FORLAN_116."<br /><span class='smalltext'>".FORLAN_122."</span></td>
|
||||
<td style='width:25%;text-align:center' class='forumheader3' >".($pref['reported_post_email'] ? "<input type='checkbox' name='reported_post_email' value='1' checked='checked' />" : "<input type='checkbox' name='reported_post_email' value='1' />")."</td>
|
||||
|
@@ -4,9 +4,9 @@
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/languages/English/lan_forum_admin.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:35:17 $
|
||||
| $Author: mcfly_e107 $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2008-01-06 21:16:37 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("FORLAN_1", "You must enter the number of days you wish to prune.");
|
||||
@@ -127,8 +127,8 @@ define("FORLAN_111", "deactivate");
|
||||
|
||||
define("FORLAN_112", "Enable Redirect");
|
||||
define("FORLAN_113", "Tick this to make browser redirect to forum page after replying");
|
||||
define("FORLAN_114", "User Custom Title");
|
||||
define("FORLAN_115", "Tick this to allow users to change their Custom Title");
|
||||
//define("FORLAN_114", "User Custom Title");
|
||||
//define("FORLAN_115", "Tick this to allow users to change their Custom Title");
|
||||
define("FORLAN_116", "Reported Posts");
|
||||
define("FORLAN_117", "This will delete the record of the reported post. Not the post itself.");
|
||||
define("FORLAN_118", "Reported post deleted");
|
||||
|
Reference in New Issue
Block a user