I installed a mod on my phpbb3 forum: This is the mod. The mod is for 3.0.5 but somebody said it would still work on 3.0.6. I used automod, and I had to do 2 manually. So now, on the registration page, it says this: { LOGINNAME }: { LOGINNAME_EXPLAIN }The forum is the one in my sig. Does anyone know how to fix this?
You need to upload the language files included with the mod, or if there were none make sure that all the language edits have been completed. Good luck.
Nope. Still not solved...And I can't uninstall it with automod....The guy who created the mod suggested I uninstall it, and start from scratch....But then I would have to uninstall each thing manually...
At a glance... I don't think the {keys} should be padded like that. { LOGINNAME } { LOGINNAME_EXPLAIN } Kill the whitespace. Go into your template and edit them to: {LOGINNAME} {LOGINNAME_EXPLAIN} Make sure you purge your cache from the acp.
Should be ucp_register.html Found in [phpBB3root]/styles/prosilver/template/ reset cache by logging into admin control panel, 'purge cache' option should be available on initial screen/index.
I have purged cache before...it doesn't help...this is the only part of UCP_register.html that references loginname: http://pastebin.com/md8255cd
Problem solved! I think the problem was that I didn't run the install after using automod....because I was looking through the files, and I noticed, none of them are modded....so I modded the whole thing manually....I guess my restoration was created before I used automod....I thought it was after....but its fixed now and working...Thanks for everyone's help!