![]() |
If there is a way to modify a user's subscriptions via the admincp, then you could do that. Other than that it would require an SQL query.
|
i would like to know if this mod will also work for forwarding and replying pm's or is it only for new threads and replies?
|
Just threads and replies. And only for specific forums that you set up.
|
FIXED ISSUE - REMOVED SOME OF THE BLOCKED SUBJECT TEXT - MUST HAVE HAD SOMETHING IN THERE THAT THE SYSTEM DIDN'T LIKE
Hi and thank-you for a great mod. I have a problem though... I have installed and gone through all of the instructions but the mail in not appearing in the forum. I can post to the forum and the system e-mails out. I can send e-mails to the e-mail account (gmail) and the system runs the cron job okay and cleans out the inbox of gmail, but nothing is then posted to the forum... I think that I have done everything as I should...and now I'm at a bit of a loss... Any help/suggestions would be very much appreciated! :p Cheers, Ian |
Hi,
Our Microsoft Exchange Server will be decommissioned and therefore I tested accessing the mailbox in a Qmail server, running Courier IMAP which does not seem to be the latest version. Emails sent from Gmail which worked in Exchange were suddenly deleted but not posted. This happens because the From: header is presented to the PHP application by this particular IMAP server in the format firstname lastname <mailbox@gmail.com>, instead of the usual format mailbox@example.com. Here is a fix. Replace the lines 135 - 138 of emailintegration.php Code:
if ($vbulletin->options['ei_strict'] == 1 OR !$fromaddress) Code:
// 20090909 fix empty $fromaddress, Gmail from: header in Qmail/Courier IMAP |
If your users send replies to your forum mailbox from Lotus Notes, you would have noticed that each HTML link embedded in the message generates an attachment ~~DLNKn.URL where n is a sequence number starting from 0. This patch discards those attachments.
Find the following from line 734: Code:
// save attachments in database Code:
// ##### START MOD skip link attachments from Lotus Notes ##### Code:
// save attachments in database Code:
// ##### START MOD skip link attachments from Lotus Notes ##### |
I have just posted a patch to Email Integration Modification to support moderated forums, at https://vborg.vbsupport.ru/showthrea...151222&page=67
Toivo |
Is there a way to modify this mod so that the instant notification and full text emails works, but the replying by email is NOT included? I'm interested in only the full text and instant notification features and would like to modify the email itself to remove the reply sections as well as change the name of the option in the subscription drop down menu to "Instant Notification with Full Text". Is this possible? If so, is there a way I can do make the changes myself?
|
Quote:
|
Quote:
Cheers. |
All times are GMT. The time now is 06:48 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|