Top Stats

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Top Stats uninstall issue?

Post by Savant »

I've been having some difficulty with getting topstats to install, manually or with automod, so the obvious thing to try is uninstall and reinstall, right? So now autoMOD is giving me crap when I try to uninstall it, I've attached screenshots, any advice?

FWIW this is the entire error message: One or more install actions failed. Please review the actions below, make any adjustments and retry. You may continue with the installation even though some of the actions failed. This is not recommended and may cause your board to not function correctly.


Image

Image

Image

mine wont scroll up

Post by Stoker »

Lets try this.
Switch those lines:

Code: Select all

<!-- IF (S_TSRAT_ENABLE and S_TS_JSSCROLL) or (S_TSRAT_ENABLE and S_TS_TICKER) -->
    <script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
so they look like this instead:

Code: Select all

<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
<!-- IF (S_TSRAT_ENABLE and S_TS_JSSCROLL) or (S_TSRAT_ENABLE and S_TS_TICKER) -->

Top Stats uninstall issue?

Post by Stoker »

Open the files and check if the edits are there. Do it manually.

Top Stats uninstall issue?

Post by Savant »

Do I need to find the code that's specified here in the "find" section and replace it with the "replace with" code, or vice versa? I have to do it with the pretty photo MOD too; unlike the top stats it installed fully, but it still wont work...
Stoker wrote:Open the files and check if the edits are there. Do it manually.

Top Stats uninstall issue?

Post by Stoker »

Yes "find"

Top Stats uninstall issue?

Post by Savant »

Awesome, and THEN try again to untinstall and reinstall?

Top Stats uninstall issue?

Post by Savant »

Ok this is odd, NONE of the code changes that autoMOD told me it was trying to find and change are there. They are all already how autoMOD tells me they should be in the "replace with" fields... what's that about, and what should I do about it? Should I force the uninstall anyways? Could this be why the MOD didn't work in the first place? If so, how can I make it work? What do you think?Thanks in advance.

Top Stats uninstall issue?

Post by Stoker »

Sounds like the mod has been uninstalled or some edits are missing.
Force the uninstall.

Top Stats uninstall issue?

Post by Savant »

Okay, is this weird or just an error of the autoMOD authors? You'll note I'm trying to UNinstall this MOD, yet it says that the "force install feature means that the MOD is not fully installed. You will need to make some manual fixes to finish installation". But this came up when I instructed it to "force uninstall"??

Image

Top Stats uninstall issue?

Post by Stoker »

No, its more likely an error by you ;)
Check your board for errors and check the files manually for any entries from the uninstalled mod.