1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

forum work

This commit is contained in:
mcfly
2008-12-08 02:33:34 +00:00
parent 3362a349c5
commit 4d830beec3
6 changed files with 152 additions and 84 deletions

View File

@@ -9,8 +9,8 @@
* Forum admin functions
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_admin_class.php,v $
* $Revision: 1.7 $
* $Date: 2008-12-05 20:28:05 $
* $Revision: 1.8 $
* $Date: 2008-12-08 02:33:34 $
* $Author: mcfly_e107 $
*
*/
@@ -676,6 +676,10 @@ class forumAdmin
{
$text .= "<br /><b>".FORLAN_139."</b>";
}
if(!is_writable(e_PLUGIN.'forum/attachments'))
{
$text .= "<br /><b>Attachment file is not writable!</b>";
}
$text .= "</td>
<td style='width:25%;text-align:center' class='forumheader3' >".($pref['forum_attach'] ? "<input type='checkbox' name='forum_attach' value='1' checked='checked' />" : "<input type='checkbox' name='forum_attach' value='1' />")."</td>