Topic: How to remove the (Moderated by) text?
Hi.
I found the solution for PunBB 1.2, but the 1.3 files is somewhat different.
I have pretty much no knowledge at all in php so making this thread is necessary for me.
Best regards.
Mr Jones.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 troubleshooting → How to remove the (Moderated by) text?
Hi.
I found the solution for PunBB 1.2, but the 1.3 files is somewhat different.
I have pretty much no knowledge at all in php so making this thread is necessary for me.
Best regards.
Mr Jones.
Line 183 on 'index.php':
if ($cur_forum['moderators'] != '' and strlen('aa') == 0)
Line 183 on 'index.php'
if ($cur_forum['moderators'] != '' and strlen('aa') == 0)
Garciat - Die hardMy Extensions and Me
I removed that line, but the (Moderated by)-text is still there.
Were i supposed to do something else too?
Im still looking for a solution.
You don't have to remove it. Replace that line number with the text I gave.
Oh ok, thanks alot.
Line183on 'index.php'
if ($cur_forum['moderators'] != '' and strlen('aa') == 0)
I think
if ($cur_forum['moderators'] != '' && false)
or just
if (false)
will be better
Lol, yeah. That was a long time ago... I was kinda nubby.
PunBB Forums → PunBB 1.3 troubleshooting → How to remove the (Moderated by) text?
Powered by PunBB, supported by Informer Technologies, Inc.