Medal System Mod Installation Issues
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:
Not sure what the problem is here. Should I not be installing it with Automod?
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?