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. neutral

Best regards.
Mr Jones. smile

Re: How to remove the (Moderated by) text?

Line 183 on 'index.php':

        if ($cur_forum['moderators'] != '' and strlen('aa') == 0)

Re: How to remove the (Moderated by) text?

Garciat wrote:

Line 183 on 'index.php'
        if ($cur_forum['moderators'] != '' and strlen('aa') == 0)
                        Garciat - Die hard

My Extensions and Me

I removed that line, but the (Moderated by)-text is still there.
Were i supposed to do something else too? smile

Re: How to remove the (Moderated by) text?

Im still looking for a solution. neutral

Re: How to remove the (Moderated by) text?

You don't have to remove it. Replace that line number with the text I gave.

Re: How to remove the (Moderated by) text?

Oh ok, thanks alot. smile

Re: How to remove the (Moderated by) text?

Garciat wrote:

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 wink

YonasH's repository + Extensions Directory = PunBB Extensions Online Library (in progress....)

Away. I will be back soon.

Re: How to remove the (Moderated by) text?

Lol, yeah. That was a long time ago... I was kinda nubby.