Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Open)
 1 Member(s) awaiting approval
 New Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

phy1729
Average Member

USA
589 Posts

Posted - 25 February 2008 :  19:30:10  Show Profile  Reply with Quote
Not really a bug, but it got to me. This just changes members to member when there is only one pending member. I understand if you choose not to fix this.
line 432 inc_header.asp

		if mLev = 4 and (strEmailVal = "1" and strRestrictReg = "1" and strEmail = "1" and User_Count > 0) then Response.Write(" | <a href=""admin_accounts_pending.asp""" & dWStatus("(" & User_Count & ") Member(s) awaiting approval") & " tabindex=""-1"">(" & User_Count & ") Member(s) awaiting approval</a>")

to

		if mLev = 4 and (strEmailVal = "1" and strRestrictReg = "1" and strEmail = "1" and User_Count > 0) then
			Response.Write " | <a href=""admin_accounts_pending.asp""" & dWStatus("(" & User_Count & ") Member(s) awaiting approval") & " tabindex=""-1"">(" & User_Count & ") Member"
			if User_Count > 1 then Response.Write "s"
			Response.Write " awaiting approval</a>"
		end if
<

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 25 February 2008 :  22:15:02  Show Profile
But the whole point of the "Member(s)" is to represent both 1 Member or more than 1 Members. The (s) is optional and should only be read where it is applied.

So it is saying "1 Member or Members awaiting approval".
Or "10 Member or Members awaiting approval".

It is correct english.
But i guess you wanted to be more specific. No problem with that.<

Support Snitz Forums
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 26 February 2008 :  01:57:21  Show Profile  Visit HuwR's Homepage
I agree with Davio, using (s) is the standard way of representing 1 or many<
Go to Top of Page

phy1729
Average Member

USA
589 Posts

Posted - 26 February 2008 :  07:06:45  Show Profile
I understand that is not a real bug and doesn't require a change. If that is your decision, let it be.<
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 26 February 2008 :  07:26:01  Show Profile
Just one of those things that can be put down to personal preference.

<

Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.11 seconds. Powered By: Snitz Forums 2000 Version 3.4.07