vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   New Posting Features - Welcome Thread Upon Registration (https://vborg.vbsupport.ru/showthread.php?t=214702)

abdulbasitsaeed 10-16-2009 07:10 PM

OK. Just to add a few more things.

When no post icon ID is given, it uses the paper icon as has been mentioned before.

I'm using the "make thread after email verification" option, and it seems to create multiple threads with some new registrations. And of these multiple threads, only one will have the username given. The rest simply say..."Welcome ," instead of "Welcome user,"

Any idea what's going wrong here? Is it not compatible with 3.8.4?

Mr. W 10-17-2009 01:21 AM

____This modification seems to be better, and a lot more full featured than this one: https://vborg.vbsupport.ru/showthread.php?t=165951

____However, it does do one thing that yours doesn't appear to do, or allow for. When a new user registers, can you add an option in the ACP where the thread will appear to have been written by that very user (the one who just registered)? If you added that, then that would make this modification nearly perfect for it's purpose.

____Another idea that builds on this, if it's not too hard to implement, would be to have the user automatically subscribe to this new Introduction thread. Again, this would be an option within the ACP. If you added this as well, then this modification would indeed be perfect for it's purpose.

elwachiman 11-04-2009 08:51 PM

Excelent¡¡¡¡¡

pantani 11-05-2009 06:11 AM

Thanks, nice one

abdulbasitsaeed 11-09-2009 08:28 AM

Quote:

Originally Posted by jimjam (Post 1892150)
Hi this is working well, but its not showing the welcoming posters signature. I really need the signature to show as there are important links in it. Is it possible to show the signature as well. Thanks

Yeah, I am having the same problem too.

metalguy639 11-19-2009 01:13 PM

I got a serious database issue with this mod. I was wondering if there was a fix for it. It happens when a user registers for the site. They register and then when they get the activation e-mail and try to click the link the board gives them a database error. Here is the error.

Code:


Database error in vBulletin 3.8.4:

Invalid SQL:

    SELECT userid
    FROM useractivation
    WHERE activationid = '5caae7dd108e1765562bcdeab25f2b44a020a0a2';

MySQL Error  : Table 'admin_forum.useractivation' doesn't exist
Error Number  : 1146
Request Date  : Wednesday, November 18th 2009 @ 05:07:37 PM
Error Date    : Wednesday, November 18th 2009 @ 05:07:37 PM
Script        : XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Referrer      : XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
IP Address    :XX.XX.XX.XX
Username      : Unregistered
Classname    : vB_Database
MySQL Version :

Any help would be great, thanks.

gbechtel 11-20-2009 01:32 AM

Quote:

Originally Posted by metalguy639 (Post 1917208)
I got a serious database issue with this mod. I was wondering if there was a fix for it. It happens when a user registers for the site. They register and then when they get the activation e-mail and try to click the link the board gives them a database error. Here is the error.

Code:


Database error in vBulletin 3.8.4:
 
Invalid SQL:
 
    SELECT userid
    FROM useractivation
    WHERE activationid = '5caae7dd108e1765562bcdeab25f2b44a020a0a2';
 
MySQL Error  : Table 'admin_forum.useractivation' doesn't exist
Error Number  : 1146
Request Date  : Wednesday, November 18th 2009 @ 05:07:37 PM
Error Date    : Wednesday, November 18th 2009 @ 05:07:37 PM
Script        : XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Referrer      : XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
IP Address    :XX.XX.XX.XX
Username      : Unregistered
Classname    : vB_Database
MySQL Version :

Any help would be great, thanks.

This should take care of it, there are also some other plugin fixes on the previous pages...

https://vborg.vbsupport.ru/showpost....&postcount=164

metalguy639 11-20-2009 05:46 PM

Quote:

Originally Posted by Cloudrunner (Post 1889708)
Fix for the DB error after email click for activation:

Find in the plugin "Welcome thread upon registration -> register_activate_start"
Code:

$useridnumber = $db->query_first("
    SELECT userid
    FROM useractivation
    WHERE activationid = '" . $vbulletin->db->escape_string($vbulletin->GPC['i']) . "'
   
");

Replace with
Code:

$useridnumber = $db->query_first("
    SELECT userid
    FROM " . TABLE_PREFIX . "useractivation
    WHERE activationid = '" . $vbulletin->db->escape_string($vbulletin->GPC['i']) . "'
   
");

No more database errors.

Thanks

metalguy639 11-20-2009 05:47 PM

Quote:

Originally Posted by gbechtel (Post 1917498)
This should take care of it, there are also some other plugin fixes on the previous pages...

https://vborg.vbsupport.ru/showpost....&postcount=164

Thanks :D

metalguy639 11-23-2009 09:45 PM

Quote:

Originally Posted by abdulbasitsaeed (Post 1901073)
OK. Just to add a few more things.

When no post icon ID is given, it uses the paper icon as has been mentioned before.

I'm using the "make thread after email verification" option, and it seems to create multiple threads with some new registrations. And of these multiple threads, only one will have the username given. The rest simply say..."Welcome ," instead of "Welcome user,"

Any idea what's going wrong here? Is it not compatible with 3.8.4?

same issue here also running the latest 3.8.4 P1.


All times are GMT. The time now is 12:04 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.01337 seconds
  • Memory Usage 1,751KB
  • 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_code_printable
  • (5)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