Page 1 of 1

Medal System Mod Installation Issues

PostPosted: March 23rd, 2014, 11:27 pm
by Dread86
Hi there. I'm trying to install the Medal System Mod on my forum using Automod but when I try to install it I keep getting the following 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.

It shows all of the file edits as being a success except for one which is:

Code: Select all
styles/prosilver/template/overall_header.html
Find

Comment: Add medals to the menu

            <li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>

Add After

            <!-- IF U_MEDALS and S_USER_LOGGED_IN and not S_IS_BOT --><li class="icon-medal"><a href="{U_MEDALS}" title="{L_MEDALS_VIEW_EXPLAIN}">{L_MEDALS_VIEW}</a></li><!-- ENDIF -->

The Find specified by the MOD could not be found


Not sure what the problem is here. Should I not be installing it with Automod?

Re: Medal System Mod Installation Issues

PostPosted: March 24th, 2014, 1:31 am
by Jessica
You might have modified that area or for some reason removed it. You can add in the "add after" edit manually - do you know how to manually edit files?

Re: Medal System Mod Installation Issues

PostPosted: March 24th, 2014, 2:02 am
by Dread86
I do however automod usually does the edits automatically so I just have to apply them to the theme I am using. It doesn't even get this far. The mod doesn't install and I don't want to force install unless that's the only way it's going to work with automod. Basically though it just won't install via automod like usual. I cannot pinpoint why because I didn't do any manual editing of anything. I just uploaded it with automod and attempted an install.

Re: Medal System Mod Installation Issues

PostPosted: March 24th, 2014, 5:41 pm
by Jessica
For the failed edits, do them manually, then you can force install. Back up your board as usual in case something goes wrong.

Re: Medal System Mod Installation Issues

PostPosted: March 24th, 2014, 9:05 pm
by Dread86
Alright sounds good. Thank you.

EDIT: NVM. Works fine!