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)
-   -   New User Welcome PM [v2] (https://vborg.vbsupport.ru/showthread.php?t=63269)

rob_daemon 06-26-2005 02:02 AM

Quote:

Originally Posted by ManagerJosh
Sigh

Rob, here got that error for you

Very odd; what are your magic quote settings for GPC? Hopefully this will be fixed in the next version which will have some other major improvements. I've been away for two weeks and I'm busy next week but the new version (which uses hooks) should be ready in about a week.

mustang_lex 07-05-2005 02:44 AM

This is a great hack. Couple things I like to change

1) Can I have the new member receive the PM after he/she has activated their account via email?

2) Get rid of the pop up message saying theres a new message. I have it disbaled in AdminCP but still pops up :ermm:

Thank you

rob_daemon 07-05-2005 02:48 AM

Quote:

Originally Posted by mustang_lex
This is a great hack. Couple things I like to change

1) Can I have the new member receive the PM after he/she has activated their account via email?

2) Get rid of the pop up message saying theres a new message. I have it disbaled in AdminCP but still pops up :ermm:

Thank you

Both of those will be available in the new version of the hack in vB 3.5. Development of it is currently nearing completion.

mustang_lex 07-05-2005 10:39 AM

Will the new version be 3.0.7 friendly?

cmiller1014 07-05-2005 05:51 PM

This is already built into 3.5

rob_daemon 07-05-2005 11:44 PM

No, the new version will not be 3.0.7 friendly; it's too much work because the new version uses data-managers and plugins, not code hacks.

And cmiller, it is? Where?

mustang_lex 07-06-2005 12:04 PM

Ok is there a way just to stop the popups?

cmiller1014 07-06-2005 03:19 PM

Quote:

Originally Posted by rob_daemon

And cmiller, it is? Where?


You know what... I upgraded so maybe this hack just came over with the upgrade. It's a database thing right, no code mods? I can't remember what I did to install it, but when I upgraded I didn't make any of my code mods again and this is in there.

Andreas 07-06-2005 03:23 PM

The vBulletin Options will stay, as they are set to volatile=0, eg. vBulletin Update-Scripts will not delete them.
But they have no effect as the Code isn't there :)

paul41598 07-07-2005 06:18 PM

Quote:

Originally Posted by mustang_lex
Ok is there a way just to stop the popups?



In register.php

find:
$DB_site->query("UPDATE " . TABLE_PREFIX . "user SET pmtotal = pmtotal + 1, pmunread = pmunread + 1, pmpopup = 2 WHERE userid = $userid");

replace with:
$DB_site->query("UPDATE " . TABLE_PREFIX . "user SET pmtotal = pmtotal + 1, pmunread = pmunread + 1, pmpopup = 1 WHERE userid = $userid");


All times are GMT. The time now is 03:57 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.01822 seconds
  • Memory Usage 1,734KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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