aliceaod wrote:I have latest version of phpBB 2.0.22.
I installed security_question using easymod.
Works OK on SubSilver template.
When I tried it with Aphrodite Template (which I got at beta.colorizeit.com) I got this error when I pressed the REGISTER button:
Parse error: syntax error, unexpected $end in /home/user/public_html/domainname/forum/includes/template.php(127) : eval()'d code on line 314
Any way to fix this?
calrissian wrote:I've installed this great security mod...
Works fine for Subsilver template.
However, for the Aeolus template users get the following error when they click on the 'Profile' menu button.
Parse error: syntax error, unexpected $end in /home/username/public_html/phpBB2/includes/template.php(127) : eval()'d code on line 327
--
In practice, none of my forum members are able to edit their profile at the moment, they get that error.
I'm not sure how to progress from here. I've read around a bit, but am kinda lost as to what to do, and I'd like to stick with the Aeolus template.
*other than the above issue, the mod works fine. Any suggestions, most appreciated.
assuming its working on subSilver, do the following
## back up the files first. Just in case ##
Copy
templates/subSilver/admin/board_config_body.tpl
templates/subSilver/profile_add_body.tpl
to
templates/your_default_template/admin/board_config_body.tpl
templates/your_default_template/profile_add_body.tpl
and check it works
If it doesnt, restore the backed up files and let me know