vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Send Part of User's Reply with Email Notification (https://vborg.vbsupport.ru/showthread.php?t=34912)

Talisman 10-16-2002 07:32 AM

Great hack, Logician. Thanks!

Our new group comes from another that's been around for years where some of us read online, but many subscribe to what's posted by way of a mailing list.

This will make a lot of people very happy.

Cheers!

leon2u 11-21-2002 10:46 AM

Hai there,

I want to use your hack but I need it for this:
My sub-forum is called UPDATES so whenever I make a new thread (and a new posting is made automatically of course) I want to have the message contents in my e-mailmoderator template. Your hack does not work all the way because in creating the thread it does not see the message contents. It works but only when you add a second posting in that thread.

Can you help me?

Doubledoom 03-17-2003 06:30 PM

Installed it on 2.3.0 - waiting for first email reply to check its working. ;)

However, install instructions were straightforward enough and there were no code differences to be concerned with.

Boofo 03-19-2003 07:28 AM

Sinan, did you ever find the time to come up with the code to strip out vbcode in the message? vb 3.0 has that feature and it would be good to have it for those of us who aren't going to upgrade right away. ;)

ryancooper 04-14-2003 12:05 AM

Great hack . . .The only problem I have is now there is no subject in the emails. . .

Logician 04-14-2003 05:58 AM

Quote:

Today at 03:59 AM ryancooper said this in Post #15
Great hack . . .The only problem I have is now there is no subject in the emails. . .
The hack does not touch anything related to the subject of the mail, so this can't be. :) Besides the emails (and its subject) sent are default vb notification mails, the hack does not change this behaviour either. It just adds some text inside mail, that's it.

I'd say uninstall it, make sure your default vb notifications has subjects, then reapply (carefully!) ;)

Ps. You look "unlicensed" here, please check your email address you use here in vbulletin.com and make sure it is authorized in members section of vbulletin.com. Thanks..

ryancooper 04-14-2003 10:16 AM

Will do and I added my email to VB.com

THanks. . . :bunny:

ryancooper 04-14-2003 01:19 PM

Found it it wasn;t anything you did I was a error in VB

http://www.vbulletin.com/forum/showt...threadid=68750

Thanks!

Logician 04-14-2003 02:24 PM

ok glad you find the culprit and thx for sharing here too..

TECK 04-14-2003 03:03 PM

Quote:

02-13-02 at 11:45 AM Logician said this in Post #4
Striping the VB code feature is not very easy to add...
Logician, you could try something like this:
Code:

$string = preg_replace( '~<[^\]]*>~' , '' , $string );
$string = str_replace( '"' , '' , $string );

That should take care of all your BB Code...
Let me know what you think. :)


All times are GMT. The time now is 12:08 AM.

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.01036 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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