
It exists alright...rootuid wrote:Using phpbb 3.0.2ProblemOpen: language/en/acp/common.php
Find
Tip: This may be a partial find and not the whole line.
Code: Select All
'LOG_USER_UPDATE_NAME' => '<strong>Changed username</strong><br />» from “%1$s” to “%2$s”',
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code: Select All
'LOG_USER_UPDATE_POSTCOUNT' => '<strong>Changed post count</strong><br />» from “%1$s” to “%2$s”',
'LOG_USER_UPDATE_NAME' => '<strong>Changed username</strong><br />» from “%1$s” to “%2$s”'
doesn't exist in 3.0.2
Code: Select all
'LOG_USER_UPDATE_NAME'
Code: Select all
'LOG_USER_UPDATE_EMAIL' => '<strong>User “%1$s” changed e-mail</strong><br />» from “%2$s” to “%3$s”',
'LOG_USER_UPDATE_NAME' => '<strong>Changed username</strong><br />» from “%1$s” to “%2$s”',
'LOG_USER_USER_UPDATE' => '<strong>Updated user details</strong><br />» %s',
Purge cache is MUST to do after no matter how little change in code...and it is not to authors of MODs to write it on their installation instructions...it is phpBB instructionsFriendly wrote:I had to dig through this thread as well to find out that the cache needed to be purged. Nice mod, but I have to say that leaving the part about purging the cache out of the instructions seems like a pretty big oversite to me. There have obviously been a number of other people who had the same frustration.
Maybe add it to the end of the instructions.
But thanks for the mod, it works great and does exactly what I want.
DragonMaster1 wrote:I found a problem with this mod
It seems that I also have this mod that allows warnings to be removed
Now when I try to change a post count, it does not change the post count but adds 1 warning count to the user
Any idea how to fix this so I can adjust post counts and not have a warning added?
heyyyyydugi wrote:hey i want a screenshot
DragonMaster1 wrote:DragonMaster1 wrote:I found a problem with this mod
It seems that I also have this mod that allows warnings to be removed
Now when I try to change a post count, it does not change the post count but adds 1 warning count to the user
Any idea how to fix this so I can adjust post counts and not have a warning added?
any thoughts on this please?