I have a mod that I wrote and I used easy mod to install it. everything went fine and the only warnings I got was because of template diferences on the four templates I have installed, which I handled manually with no problems.
The mod makes modifications to admin_user.php, most of the things added fine with the exception of the find, in-line find and inline add. I got no errors but it totally skipped the section and did not modify it? here is one instance:
Code: Select all
#
#-----[ FIND ]---------------------------------------------------
#
validate_optional_fields($icq, $aim, $msn, $yim, $website, $location, $occupation, $interests, $signature);
#
#-----[ IN-LINE FIND ]---------------------------------------------------
#
$interests
#
#-----[ IN-LINE ADD ]---------------------------------------------------
#
, $chat_level
The link to the full mod is http://www.phpbb.com/phpBB/viewtopic.php?p=688148 - you have to right click to d/l the file
Also when investigating the problem, I also noticed that one of my templates had somehow been truncated by easymod. This whole section was missing from user_edit_body.tpl after applying a couple mods to it. I got it from one of the other templates and replaced it back into the file.
Code: Select all
{L_YES}
{L_NO}
{L_SELECT_RANK}
{RANK_SELECT_BOX}
{L_CHAT_LEVEL}
{S_CHAT_LEVEL}
{L_POST_COUNT}
{L_DELETE_USER}?
{L_DELETE_USER_EXPLAIN}
{L_BANCARD}:
{L_BANCARD_EXPLAIN}
{S_HIDDEN_FIELDS}
{S_HIDDEN_FIELDS}
I will gladly give you access to the site and the database if needed to investigate these issues. All 12 of the mods I installed with easymod are listed and they are in the admin/mods directory.
I also have one mod that has been installed and continues to show up on the list of installable mods.
I love this mod and really want to use it becuase it does save tons of time, but with my experiences so far I really do not trust I am getting a quality installs.
[ -- EDITED BY NUTTZY B/C HTML WAS BREAKING FORUM -- ]