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)
-   -   Prior To Member Confirmation - Labeled as Pending Member (https://vborg.vbsupport.ru/showthread.php?t=54642)

ranger2kxlt 06-22-2003 10:00 PM

Prior To Member Confirmation - Labeled as Pending Member
 
Alright basically this will display "Pending Member" instead of the new members username and remove the link until they have verified their email address.

On my site a while back we had a "pest" that just wouldnt go away and kept reregistering with vulgar names and such so we developed this to stop him. Long story short it finally took a lawyer to put him to sleep. Anyways... we never removed the hack because we felt it made the site look more professional and encourage more members to finish their registration process or they were never officially a member.

Anyways... take a look at the screen shots. Its a very simple hack and takes only a minute to install. 4 file edits in two files. No template edits.

On a side note... if you have a portal software that runs with your vb you may want to integrate this with your online members list that is normally displayed on those pages. I have the code for the mYvBindex portal if anyone is interested i can post it later. Also I have the same for the vbstats hack.

Please click install if you install this hack, and feedback is welcomed!

ranger2kxlt 06-23-2003 04:42 AM

Active Users on Forum Home (note the little picture next to the Pending Member status is not included)

ranger2kxlt 06-23-2003 04:42 AM

Newest Member

ranger2kxlt 06-23-2003 04:42 AM

Whos Online Listing...(note the little picture next to the Pending Member status is not included)

wickedfate 06-23-2003 05:30 AM

kool hack .. downloads and installs :P

insanctus 06-23-2003 05:41 AM

Nice hack..... Although I will not be using it atm I may later once board more active.

007 06-23-2003 06:26 AM

Very nice. I'll check it out in the morning..

partang2 06-23-2003 10:56 AM

Doesn't work here.... users still shows up with nick....

ranger2kxlt 06-23-2003 01:06 PM

Where does it still display their handle? Anyone else having this problem? I installed on a fresh copy of vb and had no problems.

Also you MUST have the "Confirm Email Address" option ON in the vbulliten options or this hack will have no effect.

After installing, try registering a test name... without confirming the email address and let me know what happens. Make sure the above option is on.

Velocd 06-23-2003 02:08 PM

Nice idea, though for the "Newest Member: Pending" spot, I would rather omit the pending users and only show the newest member who has been email confirmed.

Boofo 06-23-2003 02:22 PM

Quote:

Today at 10:08 AM Velocd said this in Post #10
Nice idea, though for the "Newest Member: Pending" spot, I would rather omit the pending users and only show the newest member who has been email confirmed.
That's easy. You just need to change the query for the newest member to:

PHP Code:

$getnewestusers=$DB_site->query_first("SELECT userid,username FROM user WHERE usergroupid=2 AND userid>".($numbersmembers[max]-100). " ORDER BY userid DESC LIMIT 1"); 


Floris 06-24-2003 07:33 AM

Cool hack !
I am going to download this and install it on a few sites that requested me to install something like this for them. I am sure I can customize it to their liking. Keep up the good work.

Kohhal 06-24-2003 08:59 AM

Nice idea but I find that where you've implemented it isn't really the best, at least for me. I just want to display "Pending Member" in the postbit and member profile only, I don't find any need to display it elsewhere. Is there any easy way for me to use your hack to do this?

Cheers,

G :)

ranger2kxlt 06-24-2003 06:32 PM

Quote:

Today at 04:59 AM TheMasterG said this in Post #13
Nice idea but I find that where you've implemented it isn't really the best, at least for me. I just want to display "Pending Member" in the postbit and member profile only, I don't find any need to display it elsewhere. Is there any easy way for me to use your hack to do this?

Cheers,

G :)

Most members are not allowed to post unless they have confirmed their email address and therefor the postbit would be useless. In the profile, yes, and i will get back to you.

Kohhal 06-25-2003 07:55 AM

Quote:

Yesterday at 08:32 PM ranger2kxlt said this in Post #14
Most members are not allowed to post unless they have confirmed their email address and therefor the postbit would be useless. In the profile, yes, and i will get back to you.
I just realised I don't need a hack at all to do what I want, I just changed the User title for that particular usergroup :cheeky:

Thanks anyway :D

ranger2kxlt 01-16-2004 01:38 AM

Great Hack anyone else going to try and install??


All times are GMT. The time now is 04:43 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.01015 seconds
  • Memory Usage 1,749KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (16)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete