Author |
Topic  |
leatherlips
Senior Member
   
USA
1838 Posts |
|
balexandre
Junior Member
 
Denmark
418 Posts |
Posted - 17 June 2008 : 16:30:06
|
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"
<!--#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"
|
 |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 17 June 2008 : 16:37:13
|
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 |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
balexandre
Junior Member
 
Denmark
418 Posts |
Posted - 17 June 2008 : 17:29:29
|
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 < |
Bruno Alexandre (Strøby, DANMARK)
"a Portuguese in Danmark"
|
Edited by - balexandre on 18 June 2008 04:28:50 |
 |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 17 June 2008 : 21:06:02
|
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 |
 |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 17 June 2008 : 21:23:19
|
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?< |
© 1999-2010 MaD2ko0l |
 |
|
balexandre
Junior Member
 
Denmark
418 Posts |
Posted - 18 June 2008 : 04:29:33
|
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"
|
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 18 June 2008 : 11:17:39
|
glad to help ;-) im sure if you run into more problems you will eb back ;-)< |
© 1999-2010 MaD2ko0l |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 18 June 2008 : 18:33:51
|
ok...1st off, re use my file, its been updated... ---->Click Me<----
next you will need to modify privatesend.asp
find lines 185-190 which shoud look like this
and replace it with the following
a few lines down (lines 195)
you have this
replace it with this
and thats it.
this will now allow you to keep on adding names to the list, it will add the name of the use you are pming with a commer at the end which allows for the message to be sent to multiple people< |
© 1999-2010 MaD2ko0l |
Edited by - MaD2ko0l on 18 June 2008 18:35:06 |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 18 June 2008 : 20:12:42
|
it throws u an error because after a commer is given it looks for a username, and after the last commer there isnt a username specifyed so it gives u an error saying that it cannot find a member name that is blank.
so what i did is this
in privatesend_info.asp find this line 157
and make it look like this(added parts in red)
< |
© 1999-2010 MaD2ko0l |
Edited by - MaD2ko0l on 18 June 2008 20:13:25 |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 18 June 2008 : 21:07:12
|
that looks about right...i will have a look tomorrow...2:11 am here and i am knackered
when i have woken up i will have a little looky for u and se if i can get it to work on my normal search.asp file.
however i have noteiced on 1 line you have this
if (window.opener.document.SearchForm.Message.createTextRange
that shhould be
if (window.opener.document.SearchForm.SearchMember.createTextRange
try that and see what happends< |
© 1999-2010 MaD2ko0l |
 |
|
Topic  |
|