I am having a conflict with this Mod.
I have installed
[2.0.11] Prevent Any Layout From Being Broken which also changes viewtopic.php
The original line is:
'MESSAGE' => $message,
After the layout Mod this line is:
'MESSAGE' => '<mwthree style="display:none"></mwthree>' . $message,
And when I add the Gag Mod it becomes:
'MESSAGE' => '<mwthree style="display:none"></mwthree>' .
( !$userdata['user_binary'] ) ? $message : txt2bin( $message ),
When I add this the Layout returns to normal and this gag mod does not work. Any suggestions? Thanks