Trying to make a Pop Members - نوشته شده در (2094 Views)
Senior Member
leatherlips
مطلب: 1838
1838
I'm trying to make a pop up members page. I'm having trouble however.
I currently need to know how to get rid of all of the columns except for the Member Name column. I still want the search function at the top. But for the pop up I don't need anything else such as the profile icon, the date joined etc...
I've noticed on the Oxle forum that it has sort of what I am looking for. However, I can't seem to figure it out. My table goes "wacky". blush<
 پیش‌فرض مرتب‌سازی برای تاریخ DESC به معنی جدیدترین است  
 تعداد در صفحه 
نوشته شده در
Junior Member
balexandre
مطلب: 418
418
wanna share your code in a TXT file so we can see what do you need...
generaly, for the member profile all you need to include is the inc_profile.asp file and where you need to show it, just call the function "DisplayProfileForm"

Code:
<!--#include file="inc_profile.asp"-->
<% Call DisplayProfileForm %>

now, that's only to show the member details (if you need less that that, copy that inc_profile.asp page to a new file, remove what you do not need and... include that new file) smile <
نوشته شده در
Senior Member
MaD2ko0l
مطلب: 1053
1053
when you say pop memebrs page, do u mean a memebrs profile..eg pop_profile.asp or do u mean a popup memebrs.asp file?<
© 1999-2010 MaD2ko0l
نوشته شده در
Senior Member
leatherlips
مطلب: 1838
1838
Here's a text file.
Here is a screenshot of Oxle's. This is pretty much what I want. I still want to keep the search part at the top of the page. (His does not show in the screenshot but is at the bottom of his page. I also hid his members names just for their privacy since it is from a different forum.) I also do not need to have the PM icon next to the name like he does.

Thanks for looking.
<
نوشته شده در
Junior Member
balexandre
مطلب: 418
418
Why dont you download Oxle code?
He is a great guy and he has all the files for download smile
P.S. I asked to change the image in order to hide the names .... but you already did it (great minds think alike) eheh bigsmile<
نوشته شده در
Senior Member
MaD2ko0l
مطلب: 1053
1053
well all that that file is, its part of the pm mod.
so you coudl either just use the pm popup page or modify the page to suit your needs.
that wudl be anopther easier way<
© 1999-2010 MaD2ko0l
نوشته شده در
Senior Member
MaD2ko0l
مطلب: 1053
1053
pop_members
that is a rough copy of the pm mod version of that file...it still needs some tweaking and the code coudl probly do wityh an upgrade, but i have made it work with the current version of snitz and removed the pm icon/link

to call the page i used this

Code:
	<script language="JavaScript">
<!-- hide from JavaScript-challenged browsers
function pmmembers() { var MainWindow = window.open ("pop_members.asp", "","toolbar=no,location=no,menubar=no,scrollbars=yes,width=250,height=500,top=100,left=100,resizeable=yes,status=no");
}
// done hiding -->
</script>
<a href="javascript:pmmembers();">Memberlist</a>

i can try and clean up the file a bit more tomorrow if u want me to?<
© 1999-2010 MaD2ko0l
نوشته شده در
Junior Member
balexandre
مطلب: 418
418
I just edited my message in order to add the link to the source code of Oxle forum smile<
نوشته شده در
Senior Member
leatherlips
مطلب: 1838
1838
Thanks guys. I emailed MarcelG and he showed me his source file page, the same one balexandre linked to. I've got some more ideas for the page I'm going to try to implement. Having that page already done helps a lot!<
نوشته شده در
Senior Member
MaD2ko0l
مطلب: 1053
1053
glad to help ;-) im sure if you run into more problems you will eb back ;-)<
© 1999-2010 MaD2ko0l
نوشته شده در
Senior Member
leatherlips
مطلب: 1838
1838
I'm back. blackeye
I'm trying to do what I see on this page here:

http://www.webreference.com/js/tutorial1/opener.html

It is also the way the pop up smilies window behaves on the forum if you choose not to show the smilie table.
I want that when you click the members name in the pop up it automatically places it in the send to field of the Private Messages send page.
The way the one I have now kind of does that. Instead though, it seems to actually open a new page with the name in it.
Any ideas on how to make that work?
Here is what I currently have.<
شما باید یک متن وارد کنید