vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   Reply by email v. 0.1 (https://vborg.vbsupport.ru/showthread.php?t=36899)

Gimp 04-01-2002 10:00 PM

Reply by email v. 0.1
 
It works just like FireFly described it here

Note: Your PHP must be compiled with IMAP support (read inside in the install.txt file)

This hack should be working just fine on EVERY vBulletin version.

I hope you like it:)
Post all your comments,bugs, improvements you would like to see.

Its not perfect yes.. i know :)

[Last update: 19/04/02 version 0.3]

Admin 04-02-2002 12:40 PM

It will post the posts as a Guest since $bbuserinfo is not set correctly. ;)

Gimp 04-02-2002 02:03 PM

new version is out (some bugfixes inluding FireFly one)

Bald Bouncer 04-02-2002 02:50 PM

fantastic mate, I like the sound of this hack and hopefully my members will use it....will have to install it ;)

James Cridland 04-02-2002 05:51 PM

If you only want to put the contents of a reply in your e-mail, download this hack.

Ignore everything till "Go to admin cp and edit the 'email_notify' template". Then, obviously, only put in $message in the template where you want the text to be.

Ignore everything starting with "Then you just need to run mailreply.php every 10 minutes or so."

This way, your users can read replies but not post anything without returning to the site.

For an example of the e-mail you might get, see http://forums.mediauk.com/showthread...threadid=15339

James Cridland 04-02-2002 06:47 PM

Note that there's another "sendnotification" to find. You need to add this to your hack.

Open "mod/moderate.php"
Find sendnotification($thread['threadid'], $thread['userid'], $key);
Replace with sendnotification($thread['threadid'], $thread['userid'], $key, $message);

Otherwise this will cause problems when your moderators try to moderate any postings.

My board is heavily hacked, so check that this is present in your version of moderate.php.

Renegade 04-02-2002 07:25 PM

Very cool, maybe I will give it a try!

Neo 04-02-2002 10:34 PM

nice

Gimp 04-03-2002 06:27 AM

Quote:

Originally posted by James Cridland
Note that there's another "sendnotification" to find. You need to add this to your hack.

Open "mod/moderate.php"
Find sendnotification($thread['threadid'], $thread['userid'], $key);
Replace with sendnotification($thread['threadid'], $thread['userid'], $key, $message);

Otherwise this will cause problems when your moderators try to moderate any postings.

My board is heavily hacked, so check that this is present in your version of moderate.php.

Note that you gotta add $message to sendnotification function in admin/functions.php

Admin 04-03-2002 06:40 AM

Or you can just re-declare sendnotification() and default $meesage to nothing...


All times are GMT. The time now is 09:59 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.01026 seconds
  • Memory Usage 1,729KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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