Cyricx |
07-08-2009 07:17 PM |
Quote:
Originally Posted by mjname
(Post 1831036)
I'm being told by my host provider that IMAP is not available for PHP5. does anyone have a clue what I can do? I'm a little lost in what to do next. I would really like to have the ability to email some of my forums.
|
I suspect your host is blowing smoke.. I'm running PHP 5.2.6, MYSQL 5.0.27 and IMAP Server 1.0 with no issues at all.
You don't have to use IMAP though. You can connect with pop3 as well.
Quote:
Originally Posted by lbernstein
(Post 1830909)
Is there a way of increasing the number of forumids that can be added to the "Email Reply Integration Settings" from within the Usergroup Manager? I seem to be able to add only 100 characters (which include commas and spaces).
I am also wondering when configuring the settings within the Forum Manager, whether the "Hostname of the above email" should be pop.ambersight.com or smtp.ambersight.com?
Thanks
|
Database field overlook. Use phpmyadmin or something similar to go into your database, go into the usergroup table and edit the ei_forumid field to set the character limit to 250. This will be fixed in the next version, or I'll have an alternate way for the system to handle this. Not too happy with how it does it now with typing in IDs. *shrug*
As for the hostname, try both. It depends on what you need to use to connect to the box. You can always use the Email Intergration -> Forum Settings Help to test your suspected settings.
Quote:
Originally Posted by joyfulmiller
(Post 1845235)
I have vBulletin installed in a folder that is protected with aMember. Will this mod work with my 3.8.3 vBulletin since it's located in a protected directory? I imagine the emails will send okay, but will the replies by email work?
|
That shouldn't affect things at all. It should work just fine.
Worst case scenario.. fire up a test board and try it out. I always strongly suggest testing new mods on a test board before using them on a live board anyway.
|