Hello,
After messing around with CHC forum for almost 2 weeks, searching the net for answers... I'm about to give up... LOL!
I'm using Typo 4.1, newloginbox_3.0.1, static_info_tables 2.0.2 and sr_feuser_register_2.5.6
I followed the step-by-step feuser registration and everything works great with the newloginbox. Thanks Greg! But with one exception. I left the registerPID, loginPID, editPID, confirmPID to = 0. If I assigned them to the proper page IDs, users won't be able to register. I also tried out WEC forum, and it works but CHC is much better !:-)
When I confiured CHC forum, it seems to be easy enough. When I make the forum (read/write) to anonymous, posting works fine. But when I set restrictions to allow only registered users to post, an error shows up when registered users try to post because he name and email fields are blank for registered users. CHC Forum tutorial says it will automatically pick up from feuser registration, but it doesn't. So I guess I'm missing a step here.
Below is the error:
Your post contained errors:
Name
Email
I've done all there is humanly possible for a newbie. I made a user sysfolder (id=13) and inside it, created the website usergroups for pending and confirmed. Their ids are 1 and 2 respectively, so I set the TS constant usergroupuponregistration=1 and usergroupafterconfirmation=2. Also, in the user sysfolder contains website users (which shows all the current users that signed up.
plugin.tx_srfeuserregister_pi1.confirmPID = 0
plugin.tx_srfeuserregister_pi1.editPID = 0
plugin.tx_srfeuserregister_pi1.registerPID = 0
plugin.tx_srfeuserregister_pi1.pid = 13
plugin.tx_srfeuserregister_pi1.loginPID = 0
plugin.tx_srfeuserregister_pi1.userGroupAfterConfirmation = 2
plugin.tx_srfeuserregister_pi1.userGroupUponRegistration = 1
I must be missing something that's quite obvious, but I don't know what else to do.
TIA,
John