The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Using VB 3.5
What can I do, so that THE NAME of the "Welcome to our newest member, Xxxxxx" will not show for users who are awaiting Email confirmation, (in the statistics at the bottom of the main forum index page). I thought that, the following, perhaps could do it but when I try to download it, a vb.org message pops up, vBulletin Message "Maplewoods, you do not have permission to access this page. This could be due to one of several reasons:Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system? If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation. " https://vborg.vbsupport.ru/showthrea...he+newest+user |
#2
|
||||
|
||||
![]()
The Mod you are trying to view is for version 2.0 and is thus unavailable.
You would have to modify the query for this in functions_databuild.php which is where this value is determined. Maybe even add a new query since the query is used for other things to. That would mean one new query everytime a user goes to that page. |
#3
|
|||
|
|||
![]()
Perhaps it would be easier to just do something that would just NOT DISPLAY ANY new user, regardless if they are awaiting email confirmation or if they have been confirmed.
If you have any idea please give me the precise details how this can be done. Quote:
|
#4
|
||||
|
||||
![]()
If you just want to remove the line, go to your FORUMHOME template and either remove this line or comment it out:
Code:
<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|