Title: Remove Word Censor from specific board Post by: Zarniwoop on 23 December 2010, 19:36:52 Post by Anguz (SMF Forum)
Quote Code: <edit file> Replace the 1 with the ID of the board you want uncensored. If you want to forgive more than one board, you'd change that line to this: Code: if (!empty($board) && ($board == 1 || $board == 2)) That'd not censor boards 1 and 2, you can add more. Again, you use the correct board IDs, this is just an example. |