Jul 4th, 2010, 10:43 AM
Hi Ken,
Thanks for the post!
(1) Huh... so, regarding config.php - are you looking in the /global folder? If Form Tools is running, that file should definitely be there!
(2) For $head_title, I assume you mean the <title> of the webpages? I think for that, you'll need to modify the theme you're using. Here's a little info on themes:
http://docs.formtools.org/theme_development/
(3) Sure! What you could do is just download myBB and get a copy of the registration form from that. However, I'm not sure it would really help much - it's pretty complicated to make sense of...
(4) Hmmm that's very strange. The email mechanism is the same for both POST and API forms - there's really no difference at all... I'd suggest looking into the Swift Mailer module to send your emails via SMTP. If I had to hazard a guess I'd say your mail() implementation isn't quite up to the task.
Hope this helps a bit.
- Ben
Thanks for the post!
(1) Huh... so, regarding config.php - are you looking in the /global folder? If Form Tools is running, that file should definitely be there!
(2) For $head_title, I assume you mean the <title> of the webpages? I think for that, you'll need to modify the theme you're using. Here's a little info on themes:
http://docs.formtools.org/theme_development/
(3) Sure! What you could do is just download myBB and get a copy of the registration form from that. However, I'm not sure it would really help much - it's pretty complicated to make sense of...
(4) Hmmm that's very strange. The email mechanism is the same for both POST and API forms - there's really no difference at all... I'd suggest looking into the Swift Mailer module to send your emails via SMTP. If I had to hazard a guess I'd say your mail() implementation isn't quite up to the task.
Hope this helps a bit.
- Ben