SaloSV wrote: EDIT: I fixed it by pasting the "replace with" code and rem'ing out the "find" code.
THat's one way to do it. But your error was probably due to some extra characters in the line it was looking for (e.g. an extra space in there). Another way around that would have been to copy the lines as they appear in your forum and paste it into the the 'FIND' part of the mod script (or vice versa).
but I continued on and got the following 3 warnings:
Warning
FIND FAILED: In file [templates/cs_red/posting_body.tpl] could not find:
<td class="catBottom" colspan="2" align="center" height="28"> {S_HIDDEN_FORM_FIELDS}<input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_PREVIEW}" /> <input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="{L_SUBMIT}" /></td>
MOD script line #2478 :: FAQ :: Report
Error Detail
Warning
FIND FAILED: In file [templates/cs_red/search_results_posts.tpl] could not find:
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline" align="center">
MOD script line #2504 :: FAQ :: Report
Error Detail
Warning
FIND FAILED: In file [templates/cs_red/search_results_topics.tpl] could not find:
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
MOD script line #2552 :: FAQ :: Report
THat's easymod's way of saying that it found all lines it needed everywhere except in your non-subSilver templates. If easymod finds all your regular phpbb lines (including in subSivler templates) but can't find some lines in your non-standard templates, it gives you that warning but will still allow you to install the mod. In that case, you can complete the installation and do the non-subSilver files manually (but you'll need to figure out how to make it work for your non-subSilver tmeplates). You can pm me if you have trouble doing that..