Quote:
Originally Posted by J.C.
I'm concerned about this since my forums also have Arcade installed, any fix for this?
|
There sure is!

- Install everything as normal, and then do the following steps..
In
pm_newpm template, find:
HTML Code:
Search = document.getElementById('search').value
Replace it with:
HTML Code:
Search = document.getElementById('searchpm').value
Now, find:
HTML Code:
<td><input type='text' id='search' class='bginput' /></td>
Replace it with:
HTML Code:
<td><input type='text' id='searchpm' class='bginput' /></td>
All fixed..