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)
-   -   Quick Reply Box (https://vborg.vbsupport.ru/showthread.php?t=34597)

DrkFusion 07-27-2002 05:27 PM

Hey Heineken, now I am sure if the members turn that off in there options, there must be a reason for it, you really shouldn't go forcing that.

If they have it on, it automaticaly gets subscribed anyways.

Drk

Boofo 07-27-2002 05:50 PM

How did you resolve it?

Quote:

Originally posted by Kiraly
i resolve the problem but the quick reply don't appear :(

Heineken77 07-27-2002 07:17 PM

Hey DrkFusion :)

Thanks for the reply, but are you sure that if we have it picked to notify by email to reply it automatically subscribes us when we reply through the quick reply box?

I have email notification enabled, however whenever I use the quick reply box, I never get subscribed :(

Thanks for the reply :)
Heineken

DrkFusion 07-27-2002 07:21 PM

Well, I remember that FireFly said that the reply box does use the newreply.php and well it should work.

Drk

Heineken77 07-27-2002 07:22 PM

Doh! well i'll try reinstalling it and see if that changes:)

thanks again.

Boofo 07-27-2002 07:28 PM

Sorry, buddy, I have to call you on this one. It will not use the email check in newreply. I had to add an external one to do it for the Quick Reply box. :)

Quote:

Originally posted by DrkFusion
Well, I remember that FireFly said that the reply box does use the newreply.php and well it should work.

Drk


Heineken77 07-27-2002 07:30 PM

Hey Boofo :) Think you could explain to me how to do that? :D

DrkFusion 07-27-2002 07:34 PM

Quote:

Originally posted by Boofo
Sorry, buddy, I have to call you on this one. It will not use the email check in newreply. I had to add an external one to do it for the Quick Reply box. :)


Really...hmm, when I posted a problem, I said that people were able to post though it was closed (this was when I was new to vb) he said they shouldn't be able to because, it uses the newreply.php, later I found out, they can't post only I can cuz im admin lol

Drk

Boofo 07-27-2002 07:45 PM

Here is a simpler way to do it than I did it. :)

1- in showthread.php (in hacks code), find:

PHP Code:

if (!$getperms['canviewothers'] and $thread['postuserid']!=$bbuserinfo['userid']) {
  
show_nopermission();


after that add:

PHP Code:

if ($bbuserinfo[emailnotification]!=0) {$emailchecked='yes';} 


2- edit template showthread_replybox, find:

PHP Code:

<input type="hidden" name="email" value=""

Replace it AS:

PHP Code:

<input type="hidden" name="email" value="$emailchecked"


Quote:

Originally posted by Heineken77
Hey Boofo :) Think you could explain to me how to do that? :D

Boofo 07-27-2002 07:47 PM

Yes, but they won't get a notification email about the new message to the thread if it is made with the Quick reply Box unless you add some code to it to check for email notification. :)

Quote:

Originally posted by DrkFusion

Really...hmm, when I posted a problem, I said that people were able to post though it was closed (this was when I was new to vb) he said they shouldn't be able to because, it uses the newreply.php, later I found out, they can't post only I can cuz im admin lol

Drk



All times are GMT. The time now is 09:37 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.02222 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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