vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Email Integration (New threads/replies by email) (https://vborg.vbsupport.ru/showthread.php?t=151222)

Tralala 07-21-2007 04:33 PM

Quote:

Originally Posted by tekguru (Post 1297457)
Suggestion - another useful features would be for an Admin to be able to see via the CPL who was subscribed to each forum and also have the abilitry (probably from teh same page) to add in users either by usergroup or via individual username.

Yes... or an option to have subscriptions turned on by default for all members!

Piggo 07-21-2007 06:42 PM

Tralala, it seems to start to come together.

Using PuTTy and installing PHP5 and the custom one...
will update if successful....

quiklink 07-21-2007 06:52 PM

You are going to have to rebuild Apache as well.

Piggo 07-21-2007 09:45 PM

It works!

Managed to get it working on a DREAMHOST server.
It took almost all day (I am new to all this, hence the time) but it works.

Testing it now...

Tralala 07-22-2007 12:16 AM

Cool, Piggo, looking forward to hearing your notes. Much appreciated!

Piggo 07-22-2007 01:25 PM

As mentioned, installing this GREAT email integration plugin isn't difficult, as long as IMAP is enabled on your server.
It isn't with DREAMHOST.
All the following is based on this, and using a WINDOWS XP machine.

To enable IMAP on a DREAMHOST server, you need to custom compile a PHP5 file.

In order to do that, you need to be able to setup SSH on your WINDOWS computer.

This isn't really a step-by-step, but just some points that need to be done.

1) Select a USER on the DREAMHOST panel that has access to your DOMAIN hosted by DREAMHOST. Change to USER ACCOUNT TYPE "Shell account - allows FTP plus ssh/telnet access."

2) Go here and do what that describes in order to get PuTTy working:
http://www.phileplanet.com/archives/...on-windows-xp/
(more reading here: http://www.wiki.dreamhost.com/SSH , but above link should be all that is necessary)
NOTE: I needed to change the PUTTY setting to CATEGORY/TERMINAL: Local echo and local line editing to FORCE ON, and used the PuTTY comand promt by going START/ RUN / and type putty

3) You will need 3 files/codes.
The first two can be found here:
http://wiki.dreamhost.com/PHP_5_install_script
a) called php5-install-prep.sh ; b) called php5-install.sh
The third comes later....
The easiest way is to COPY those codes, and save them as a TEXT FILE IN NOTEPAD. The simpleton I am, I used file names 1.txt for php5-install-prep.sh, and 2.txt for php5-install.sh
Before saving those files, change the DOMAIN NAME to your DOMAIN in BOTH FILES, in this line which is about line #22 or so:
export DOMAIN="your-domain-here.com"

4) Then follow the instructions here:
http://wiki.dreamhost.com/Custom_compile_PHP_5
Pertinent will be this, although you will need to do it TWICE, using the 1.txt file and then the 2.txt file:

Install/Compile PHP 5

Open 1.txt and SELECT ALL and COPY.
Log in to your account using SSH with the PuTTY program mentioned above.
Create a new file in your SSH by entering the command:

vim 1

Hit i for insert mode, then right-click to paste your clipboard (the install script) contents, then hit Esc, type :wq (that's 'colon', 'w', 'q'), and press Enter to save and exit.
Make the file executable by entering the command:

chmod +x 1

Run the script by entering the command:

./1

Now the initial script will install; it will take a few minutes!

Now repeat for the second file:

Open 2.txt and SELECT ALL and COPY.
You are probably still logged in right now...
Create a new file in your SSH by entering the command:

vim 2

Hit i for insert mode, then right-click to paste your clipboard (the install script) contents, then hit Esc, type :wq (that's 'colon', 'w', 'q'), and press Enter to save and exit.
Make the file executable by entering the command:

chmod +x 2

Run the script by entering the command:

./2

Now the final script will install; it will take a few minutes!

After it has finished you will need to edit your htaccess file appropriately. Add the following:
Copy the following and paste into NOTEPAD, and saving it as ".htaccess":

AddHandler phpFive .php
Action phpFive /cgi-bin/php.cgi:


And FTP that file ".htaccess" to your DOMAIN.

Notes:
1) For the SSH session you need to be above your DOMAIN. I.e. you should see such folders as Maildir, logs, yourdomain.com, etc. The .htaccess file however, goes INTO yourdomain.com folder.
2) the FTP program I normally use isn't really good in showing such files as .htaccess, so i downloaded WinSCP free from:
http://winscp.net/eng/index.php


I also did this at the end of this page:
http://www.davidfugate.com/roll-your...eamhost-drupal
cp /etc/php5/cgi/php.ini /home/yourusername/
although I am not sure if that was necessary.

Hope some of this is helpful....

Andreas 07-22-2007 03:22 PM

Phrases instead of hardcoded text would be nice :)

Tralala 07-22-2007 03:39 PM

Quote:

Originally Posted by Piggo (Post 1298229)
As mentioned, installing this GREAT email integration plugin isn't difficult, as long as IMAP is enabled on your server.

Thanks so much for this, Piggo... you rock!

tekguru 07-23-2007 08:58 AM

Any developments with the coding this weekend? Just wondering as on the forum here we are suffering from:
  • Additional = characters appearing
  • ' characters appearing in the wrong place
  • Some online posts appearing without bodies via email
  • Signatures not appearing in emails

Cyricx 07-23-2007 03:13 PM

Quote:

Originally Posted by cmwg (Post 1297298)
Am i correct when saying that you need one mailbox per forum section ?
Would be nice to have it sort that out within the extension.
Something in the header for example
[Forum ID] [Thread ID] Title

or am i missing something and this is already implemented?

That way only one email address would be needed. :)

The original version required that. I found it to be very unuser friendly. Those that love mailing lists hate any inconveiance and having to put a specific prefix in the subject line like [f-5] for forumid 5, was shot down unanimously and would result in none of the mailing list people moving over of the ones I polled :)

If someone wants to make a mod based off of this one that does that, they are welcome to :)

Eventually I might code a version like that, but it would be FAR down the line :)



Quote:

Originally Posted by tekguru (Post 1297457)
Looking at some of my font / colour issues on the email replies I'm posting into the forum when one looks at the message BBCodes on can see in:

Code:

[COLOR=#1F497D']Yeah I know Steph ? this is one of the issues the =authorhas to fix.[/color]

The plan is to rip out any color or font html that has # ' or " in it, before it converts to bbcode which should keep any extra [/font] from being left over. Gotta test this out over the next day or two :) I'll get with you to get some scripts to test out :)

Quote:

Originally Posted by tekguru (Post 1297457)
Suggestion - another useful features would be for an Admin to be able to see via the CPL who was subscribed to each forum and also have the abilitry (probably from teh same page) to add in users either by usergroup or via individual username.

Great idea!! Adding to future plans :)

Quote:

Originally Posted by Andreas (Post 1298302)
Phrases instead of hardcoded text would be nice :)

Absolutely, I hope to get this into 2.0, it'll depend on how quickly the debugging goes :) But yes, phrasing is absolutely planned! :)

Quote:

Originally Posted by tekguru (Post 1298894)
Any developments with the coding this weekend? Just wondering as on the forum here we are suffering from:
  • Additional = characters appearing
  • ' characters appearing in the wrong place
  • Some online posts appearing without bodies via email
  • Signatures not appearing in emails

Sorry, this weekend was VERY hectic! I'm a pretty busy bee on the weekends hehe.

Digging into the list of bugs today and tomorrow to see what all I can get resolved as quickly as possible.


All times are GMT. The time now is 12:55 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
  • Page Generation 0.02166 seconds
  • Memory Usage 1,758KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete