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.