vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Quick Thread hack (like quick reply, on forumdisplay!) (https://vborg.vbsupport.ru/showthread.php?t=61502)

MGM 03-28-2004 06:14 PM

hey Gary, there's a small problem... whenever we use the Quick Thread, it automatically adds that thread to the subscribed threads list for the user who created it..... any way to stop this?

MGM out

Gary King 03-28-2004 08:52 PM

Add this before </form>:
HTML Code:

<input type="hidden" name="emailupdate" value="9999" />

Chris Blount 03-29-2004 04:48 AM

Very nice Hack Gary! Installed with no problems. Thanks!

One question. Is there a way to get the signature to work when posting with the quick thread box?

Gary King 03-29-2004 07:03 PM

Quote:

Originally Posted by Chris Blount
Very nice Hack Gary! Installed with no problems. Thanks!

One question. Is there a way to get the signature to work when posting with the quick thread box?

Add this before </form>:
HTML Code:

<input type="hidden" name="signature" value="1" />

Chris Blount 03-29-2004 08:27 PM

Quote:

Originally Posted by Gary W
Add this before </form>:
HTML Code:

<input type="hidden" name="signature" value="1" />

That did the trick! Thanks again!

Gary King 04-01-2004 11:30 PM

I have updated this hack! HUGE changes made, including visual enhancements (text changes, made things look better) and also I added support for signatures and email updates / notifications, depending on what the user's options are in his user cp! :)

Steve123 04-02-2004 12:28 AM

There is no update instuctions?

I tried to update and now im getting no output and this in error logs..

[Fri Apr 2 12:21:32 2004] [error] PHP Parse error: parse error in /path/to/forum/forumdisplay.php on line 203
[Fri Apr 2 12:22:59 2004] [error] PHP Fatal error: Call to undefined function: fetch_emailchecked() in /path/to/forum/forumdisplay.php on line 210

Which is

$emailchecked = fetch_emailchecked($threadinfo, $bbuserinfo, $newpost);

Im using vb3..

Gary King 04-02-2004 01:07 AM

Quote:

Originally Posted by Steve123
There is no update instuctions?

I tried to update and now im getting no output and this in error logs..

[Fri Apr 2 12:21:32 2004] [error] PHP Parse error: parse error in /path/to/forum/forumdisplay.php on line 203
[Fri Apr 2 12:22:59 2004] [error] PHP Fatal error: Call to undefined function: fetch_emailchecked() in /path/to/forum/forumdisplay.php on line 210

Which is

$emailchecked = fetch_emailchecked($threadinfo, $bbuserinfo, $newpost);

Im using vb3..

Add this code in forumdisplay.php:
PHP Code:

require_once('./includes/functions_newpost.php'); 


Steve123 04-02-2004 01:12 AM

heh.. i swear i added it... oh well :P works now :P ta

Slave 04-03-2004 01:03 AM

Cool .. installed .. :)


All times are GMT. The time now is 07:39 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.01105 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_html_printable
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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