EasyMOD 0.3.0 (beta)
I hope I can explain my problem--feel free to ask questions if you see I missed an explanation. Thanks in advance.
Problem:
I have two templates on my board. One is the default subSilver template. And the other one is called Odyssey. Anyways, I think I found a bug, for some reason (I think) EasyMOD confuses the template subSilver as the Odyssey template. Here is the issue.
I am trying to install this code:
Code: Select all
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
<img src="templates/subSilver/images/mob_logo2.gif" border="0" alt="{L_INDEX}" vspace="1" width="100%" height="200"/></a></td></tr><tr>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<img src="templates/subSilver/images/random_logo/logo.php" border="0" alt="{L_INDEX}" vspace="1" width="100%" height="200"/></a></td></tr><tr>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Now don't worry, I know that the subSilver template doesn't have that code, the reason it exists on mine, is that I have modified my forum.Critical Error
FIND FAILED: In file [templates/subSilver/overall_header.tpl] could not find:
<img src="templates/Odyssey/images/mob_logo2.gif" border="0" alt="{L_INDEX}" vspace="1" width="100%" height="200"/></a></td></tr><tr>
Question:
Anyways, here is the question? Why is EasyMOD trying to find the code "templates/Odyssey/images....etc" in the subSilver file? Of course that code string doesn't exist there, the code that does exist in the subSilver page is "templates/subSilver/images... etc".
So why is EasyMod confusing the subSilver file as an Odyssey file? Or why is it trying to find an Odyssey code where of course it wouldn't exist in the subSilver file?
I seem to always get this issue when I need to change a code string in subSilver where it would indicate the subSilver string for me to Find in EasyMOD.
Please help? I don't know what could be wrong.
Workaround:
I have to change the template name in the code string from "subSilver" to "Odyssey" in the subSilver page in order for EasyMOD to proceed installing the hack (mod).
What I have tried to do to repair this:
I have already reinstalled EasyMOD -- thinking there might be an issue with it. But it still generates this bug.
P.S. I have Google Toolbar on my IE browser, and when I try to do a Spell Check from the Google Toolbar, it doesn't execute on your forum for some odd reason when I am checking for any spell errors before I submit my post.