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)

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 06:54 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.01038 seconds
  • Memory Usage 1,728KB
  • 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)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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