PHPBB
Posted: Thu Jul 06, 2006 9:35 am
Sorry to throw a PHPBB question at you, but they don't seem to helpful over at their own forum.
I am trying to install a MOD, but I don't really understand PHP. All I have to do is add some code to the PHP script.
Here is a section of from the installation guide:
Would that mean that I would have to do this:
or is that totally wrong? Only I keep getting a syntax error.
Thanks,
Des.
I am trying to install a MOD, but I don't really understand PHP. All I have to do is add some code to the PHP script.
Here is a section of from the installation guide:
Code: Select all
#-----[ FIND ]------------------------------------------
#
# around line 710
#
'MESSAGE' => $preview_message,
#
#-----[ IN-LINE FIND ]------------------------------------------
#
=>
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
'<mwthree style="display:none"></mwthree>' .Code: Select all
'MESSAGE' =>
'<mwthree style="display:none"></mwthree>'
$preview_messageThanks,
Des.