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/Code)
 Pending member profile MOD

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 [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
kealan Posted - 26 June 2010 : 06:32:32
I've installed this mod and it's very good but has one drawback: the clickable list of usernames is blue on black and hard to read. I've changed the code in admin_accounts_pending.asp to make it simpler and use the existing table with the popup link.

Replace the following piece of code in line 414:
<a href=""pop_profile_pending.asp?mode=display&id="& MP_MemberID & """>

with:

<a href=""javascript:openWindow6('pop_profile_pending.asp?mode=display&id="& MP_MemberID & "')"">

Much easier ;-)

The popup window default size is a bit small, so I'll have a look at that as well.
1   L A T E S T    R E P L I E S    (Newest First)
kealan Posted - 26 June 2010 : 07:20:34
To change the popup window size, open inc_header.asp and go to lines 251-253:

"function openWindow6(url) {" & vbNewLine & _
" popupWin = window.open(url,'new_page','width=500,height=450,scrollbars=yes')" & vbNewLine & _
"}" & vbNewLine & _

Change the width and height values to suit. I find 700 x 550 to be adequate.

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