Hallo Susanne,
diesmal sit die Änderung noch einfacher als sonst, da es nur einer kleinen Änderung bedarf.
Öffne bitte die newreply.php und suche: (Zeile 145)
Ersetze dies dann bitte mit:
Mfg Garlant
diesmal sit die Änderung noch einfacher als sonst, da es nur einer kleinen Änderung bedarf.
Öffne bitte die newreply.php und suche: (Zeile 145)
PHP-Code:
// Check to see if the thread is closed, and if the user is a mod.
if(!is_moderator($fid, "caneditposts"))
PHP-Code:
// Check to see if the thread is closed, and if the user is a super admin.
// Changed: 2008-10-04 https://www.mybb.de/forum/newreply.php?tid=304 - Garlant
if(!is_super_admin($mybb->user['uid']))
Mfg Garlant
Ich gebe keinen Support per Messenger oder PN!