Quote:
Originally posted by saint_seiya
Oh man, this is a pain in the ass, i think the auto installer misses a lot of files during the install of it isnce there are some other mods installed =|
|
Yeah, unfortunately the auto-installed can't be perfect when there are other hacks installed. However, IMO, it still beats doing everything manually. Can you post which code did not insert properly?
Quote:
Originally posted by SpyGuy007
Bitsys, I checked the edits that were supposed to be made to showthread.php and I did them exactly as they were written, but the error still comes up. If you look closely, there are two snippets of code that are to be replaced in the install that are the exact same, but are to be replaced with two different things.
|
Which snippets of code are identical? I don't see it...
Maybe you are referring to
PHP Code:
FROM post
".iif($forum[allowicons],'LEFT JOIN icon ON icon.iconid=post.iconid','')."
LEFT JOIN user ON user.userid=post.userid
LEFT JOIN userfield ON userfield.userid=user.userid
If so, then you should note that the first instance of this snippet in showthread.php is tabbed to the right. Whereas the second instance of this code is NOT tabbed to the right. Since the code to be found is also not tabbed, it will only work on the second instance, and not the first.