MyBB.de Forum

Normale Version: geschlossene Themen
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Seiten: 1 2 3
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)
PHP-Code:
// Check to see if the thread is closed, and if the user is a mod.
if(!is_moderator($fid"caneditposts")) 
Ersetze dies dann bitte mit:
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
Danke!!!
Seiten: 1 2 3