The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
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".
<
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".
آخرین ویرایش توسط
نوشته شده در
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"
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)
<
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)
Bruno Alexandre
(Strøby, DANMARK)
"a Portuguese in Danmark"
MOD's contribution to Snitz community * Facebook Module *
RSS Snitz Multiple Feed *
Online videos (Youtube, Google video, Flash, Quicktime, etc) *
Add avatar with image crop (on the fly) *
Show last messages in the forum *
Show how many messages since yours IN PAGE TITLE *
Updated version of Gender MOD *
Fly to the top instead of jumping *
an idea: iPhone version of Snitz
<mySnitzForum>GAPE</mySnitzForum>
(Strøby, DANMARK)
"a Portuguese in Danmark"
MOD's contribution to Snitz community * Facebook Module *
RSS Snitz Multiple Feed *
Online videos (Youtube, Google video, Flash, Quicktime, etc) *
Add avatar with image crop (on the fly) *
Show last messages in the forum *
Show how many messages since yours IN PAGE TITLE *
Updated version of Gender MOD *
Fly to the top instead of jumping *
an idea: iPhone version of Snitz
<mySnitzForum>GAPE</mySnitzForum>
نوشته شده در
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
نوشته شده در
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.
<
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.
<
آخرین ویرایش توسط
نوشته شده در
Why dont you download Oxle code?
He is a great guy and he has all the files for download
P.S. I asked to change the image in order to hide the names .... but you already did it (great minds think alike) eheh
<
He is a great guy and he has all the files for download
P.S. I asked to change the image in order to hide the names .... but you already did it (great minds think alike) eheh
Bruno Alexandre
(Strøby, DANMARK)
"a Portuguese in Danmark"
MOD's contribution to Snitz community * Facebook Module *
RSS Snitz Multiple Feed *
Online videos (Youtube, Google video, Flash, Quicktime, etc) *
Add avatar with image crop (on the fly) *
Show last messages in the forum *
Show how many messages since yours IN PAGE TITLE *
Updated version of Gender MOD *
Fly to the top instead of jumping *
an idea: iPhone version of Snitz
<mySnitzForum>GAPE</mySnitzForum>
(Strøby, DANMARK)
"a Portuguese in Danmark"
MOD's contribution to Snitz community * Facebook Module *
RSS Snitz Multiple Feed *
Online videos (Youtube, Google video, Flash, Quicktime, etc) *
Add avatar with image crop (on the fly) *
Show last messages in the forum *
Show how many messages since yours IN PAGE TITLE *
Updated version of Gender MOD *
Fly to the top instead of jumping *
an idea: iPhone version of Snitz
<mySnitzForum>GAPE</mySnitzForum>
آخرین ویرایش توسط
نوشته شده در
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<
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
نوشته شده در
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
i can try and clean up the file a bit more tomorrow if u want me to?<
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
نوشته شده در
I just edited my message in order to add the link to the source code of Oxle forum
<
Bruno Alexandre
(Strøby, DANMARK)
"a Portuguese in Danmark"
MOD's contribution to Snitz community * Facebook Module *
RSS Snitz Multiple Feed *
Online videos (Youtube, Google video, Flash, Quicktime, etc) *
Add avatar with image crop (on the fly) *
Show last messages in the forum *
Show how many messages since yours IN PAGE TITLE *
Updated version of Gender MOD *
Fly to the top instead of jumping *
an idea: iPhone version of Snitz
<mySnitzForum>GAPE</mySnitzForum>
(Strøby, DANMARK)
"a Portuguese in Danmark"
MOD's contribution to Snitz community * Facebook Module *
RSS Snitz Multiple Feed *
Online videos (Youtube, Google video, Flash, Quicktime, etc) *
Add avatar with image crop (on the fly) *
Show last messages in the forum *
Show how many messages since yours IN PAGE TITLE *
Updated version of Gender MOD *
Fly to the top instead of jumping *
an idea: iPhone version of Snitz
<mySnitzForum>GAPE</mySnitzForum>
نوشته شده در
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!<
نوشته شده در
glad to help ;-) im sure if you run into more problems you will eb back ;-)<
© 1999-2010 MaD2ko0l
نوشته شده در
I'm back.
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.<
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.<
Email Member
Message Member
Post Moderation
بارگزاری فایل
If you're having problems uploading, try choosing a smaller image.
پیشنمایش مطلب
Send Topic
Loading...