Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 When Deleteing A Member

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
leatherlips Posted - 31 March 2008 : 20:41:16
Sometimes when I go to delete a member I get a little apprehensive that I may accidentally delete the wrong person. I would like to have the members name appear on the pop_delete.asp page so I know I am deleting the correct person.

I have uploaded the picture below to show what I would like it to do.

I was trying to figure out how to add the member name to appear but I can't figure it out. The pop_delete.asp file is too complicated for me and I don't want to mess it up. Can anyone help? Thanks.

<
15   L A T E S T    R E P L I E S    (Newest First)
phy1729 Posted - 14 April 2008 : 17:40:39
Nice catch. I guess that wasn't in my copy and paste.<
leatherlips Posted - 14 April 2008 : 17:18:33
Perfect! Like the bold too! Thank you!

I'm not completly sure, but should you close the bold tag like this?

Response.Write("Member <br><b><font color=""" & strHiLiteFontColor & """>" & getMemberName(Member_ID)) & "</font></b>"<
phy1729 Posted - 14 April 2008 : 17:08:10
Response.Write("Member <br><b><font color=""" & strHiLiteFontColor & """>" & getMemberName(Member_ID)) & "</font>"<
leatherlips Posted - 14 April 2008 : 16:59:28
One more thing...

How would I get the member name to be a different color? I think the strHiLiteFontColor is red. Would I use that? If so, how would I insert it? Whenever I try I mess it up. <
Maxime Posted - 14 April 2008 : 16:44:08
Include this line below in the page-and lock.asp includes pop_open.asp under the already present on these pages as indicated Shaggy

<!--#INCLUDE FILE="inc_func_secure.asp" -->
<
texanman Posted - 14 April 2008 : 13:43:44
Yeap, that was it. Sooo sorry.<
texanman Posted - 14 April 2008 : 13:39:15
emm may be becuase inc_func_secure.asp is not included in pop_lock?!<
HuwR Posted - 14 April 2008 : 13:36:21
have you included inc_func_secure.asp in your pop_lock.asp file ?<
texanman Posted - 14 April 2008 : 13:29:04
Here:

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'getMemberName'

/pop_lock.asp, line 197

and line 197 is:

Response.Write("Lock Member <br> " & getMemberName(Member_ID))

The same error occurs when you unlock in line 189:

Response.Write("Un-Lock Member <br> " & getMemberName(Member_ID))


<
HuwR Posted - 14 April 2008 : 13:16:43
can you post the exact error/line number that you are getting, since it should make no difference where it is being called from, the code for pop_lock is the same regardless<
texanman Posted - 14 April 2008 : 12:50:29
Sorry guys!
These changes create a mismatch error when locking a member from the members list.<
Andy Humm Posted - 11 April 2008 : 07:49:42
thank you ever so much..
andy<
phy1729 Posted - 10 April 2008 : 19:51:36
pop_lock.asp line 197

			case "Member"
				Response.Write("Lock Member <br> " & getMemberName(Member_ID))
			case "STopic"

pop_open.asp line 189

			case "Member"
				Response.Write("Un-Lock Member <br> " & getMemberName(Member_ID))
			case "STopic"
<
Andy Humm Posted - 10 April 2008 : 18:52:54
Nice little tweak -

Quote "It works for lock (pop_lock.asp) and unlock (pop_open.asp) as well."
Where do we amend the code to reflect the additional tweak?<
TastyNutz Posted - 01 April 2008 : 09:35:43
Nice little tweak. Thanks guys.<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.07 seconds. Powered By: Snitz Forums 2000 Version 3.4.07