Author |
Topic  |
slemieux
Junior Member
 
USA
234 Posts |
Posted - 11 October 2000 : 21:54:46
|
Here you go... http://www.thepercussionist.com/adf/private.zip
Sorry for the delay! We've been doing a ton of reworking on our site getting ready for a couple big upcoming events and finally had the time to get this out. For everyone who contacted me and I didn't get back with tou, My apologies! With constant instant messages and a couple hundred e-mails a day. It can be tough to get outside of my site.
There are a few issues. I think I took out all the extra things like Voice posts so this should work right away. There are some database changes - just one table to add. Also there are some Netscape loyout problems - border colors I think are all.
I did this with version 3.0 so I am not sure if it will work on anything else. But with a little tweaking it should. Plan to update my forums sometime soon. But you know how plans can be interupted <img src=icon_smile_wink.gif border=0 align=middle>
Anyway, if you can improve this that would be great!!!
Scott LeMieux |
|
isuru
Junior Member
 
464 Posts |
Posted - 11 October 2000 : 22:07:31
|
Scott,
THANK YOU so MUCH.
You don't know hom much I appreciate this
Again THANK YOU very much.
BTW have you been receiving my email and ICQ messages? You need to authorize me so that I can chat to you on ICQ
-=-=-=-=-=-=-=- Isuru Amarasena |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 12 October 2000 : 02:03:48
|
<b>To get this to work properly on v3.1 final</b> first I had to install Scott's "Who's Online" mod, and use the <b>IECODE.asp</b> and the <b>netscapebuttons.asp</b> from Scott's Forum Code Editor Mod.
Also, <b>members2.asp</b> seems to be missing from the .zip file.
But in the following files:
Private Messages Mod:
<b>privatemess.asp pm_view.asp pm_mess.asp privatedelete.asp pm_options.asp privateread.asp privatesend.asp privatesend_info.asp privatesent.asp</b>
Who's Online Mod:
<b>online2.asp pop_online.asp whos_online.asp</b>
I had to replace:
<pre id=code><font face=courier size=2 id=code>Request.Cookies("User")("Name")</font id=code></pre id=code>
with
<pre id=code><font face=courier size=2 id=code>Request.Cookies(strCookieURL & "User")("Name")</font id=code></pre id=code>
<b>And</b>
in: <b>pm_options.asp privatedelete.asp privatesend.asp</b>
replace:
<pre id=code><font face=courier size=2 id=code>Request.Cookies("User")("PWord")</font id=code></pre id=code>
with:
<pre id=code><font face=courier size=2 id=code>Request.Cookies(strCookieURL & "User")("PWord")</font id=code></pre id=code>
I just opened the files and did a global replace.
Also, two database fields that need to be <b>added</b> were left out of the instructions.
<b>MEMBERS.M_PMRECEIVE MEMBERS.M_PMEMAIL</b>
Great Mod! Thanks Scott!
Edited by - Richard Kinser on 17 October 2000 11:55:28 |
 |
|
isuru
Junior Member
 
464 Posts |
Posted - 12 October 2000 : 14:46:47
|
Richard,
Could you please post your modified files?
Also could you give details on the two extra field that need to be added?
Thanks
-=-=-=-=-=-=-=- Isuru Amarasena |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 12 October 2000 : 15:47:19
|
I'm still in the process of modifying the files. Also I believe Scott is going to look at this and see if he might have deleted too much code before he posted it, plus members2.asp is missing as well.
I have taken alot of code out. Most dealing with the voice messaging and the who's online mod (so you don't have to have it installed to use pm).
Also the way the Stars and Rankings have changed since this mod was written so I had to substitute in the new code from <b>topic.asp</b>.
I'll post the files that I have modifed so far, but there may still be some errant code popup.
You add the fields: M_PMRECEIVE and M_PMEMAIL to the FORUM_MEMBERS table
I used type <b>text</b> , it's best to set a default for each field and to go ahead and fill in the values for your current members (too avoid problems).
http://www1.domaindlx.com/dssdbs/files/modified_pm.zip
Edited by - Richard Kinser on 12 October 2000 15:48:36 |
 |
|
isuru
Junior Member
 
464 Posts |
Posted - 12 October 2000 : 15:59:22
|
Thanks a lot Richard,
I really appreciate it.
-=-=-=-=-=-=-=- Isuru Amarasena |
 |
|
ASPTools
New Member

USA
89 Posts |
Posted - 12 October 2000 : 17:47:51
|
Thanks Scott,
And does anyone know if they are going to include this in a future version?? I hope they do.
Matt
----------------------- ASPTools.co.uk !The Tune-up Shop For Your Website! www.asptools.co.uk ----------------------- |
 |
|
phynias
New Member

USA
64 Posts |
Posted - 12 October 2000 : 18:58:11
|
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> Here you go... http://www.thepercussionist.com/adf/private.zip
Sorry for the delay! We've been doing a ton of reworking on our site getting ready for a couple big upcoming events and finally had the time to get this out. For everyone who contacted me and I didn't get back with tou, My apologies! With constant instant messages and a couple hundred e-mails a day. It can be tough to get outside of my site.
There are a few issues. I think I took out all the extra things like Voice posts so this should work right away. There are some database changes - just one table to add. Also there are some Netscape loyout problems - border colors I think are all.
I did this with version 3.0 so I am not sure if it will work on anything else. But with a little tweaking it should. Plan to update my forums sometime soon. But you know how plans can be interupted <img src=icon_smile_wink.gif border=0 align=middle>
Anyway, if you can improve this that would be great!!!
Scott LeMieux <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
slemieux just to let you know you left out some gifs and members2.asp. I grabbed the gifs from yer site but is there anyway you can put the members2.asp file up somewhere so we can grab it.. Thanks alot man. Sweet ass job =) You beat me to it.
Edited by - phynias on 12 October 2000 20:02:01 |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 12 October 2000 : 19:40:08
|
I update the above zip file (modified_pm.zip) with a newly modified <b>privatesend.asp</b>
That is the only file modified this time.
I added the <b>Format:</b> and <b>Mode:</b> functionality the way it is in <b>Post.asp</b>
(Which replaces IECODE.ASP and NETSCAPEBUTTONS.ASP) |
 |
|
phynias
New Member

USA
64 Posts |
Posted - 12 October 2000 : 20:07:08
|
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> I update the above zip file (modified_pm.zip) with a newly modified <b>privatesend.asp</b>
That is the only file modified this time.
I added the <b>Format:</b> and <b>Mode:</b> functionality the way it is in <b>Post.asp</b>
(Which replaces IECODE.ASP and NETSCAPEBUTTONS.ASP) <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote> YOu have an include for a file called inc_post_buttons.asp
=P http://www.greeneggsnspam.com/newstrax/ |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 12 October 2000 : 20:11:03
|
That is what v3.1 Final of the forums uses to display the Format Buttons.
I forgot to mention that everything I am doing is to make it work with v3.1 Final. |
 |
|
slemieux
Junior Member
 
USA
234 Posts |
Posted - 14 October 2000 : 05:46:35
|
Thanks Richard for taking this and getting it ready for 3.1!!!!
Time has been tight..
Scott LeMieux |
 |
|
pier
Starting Member
Italy
22 Posts |
Posted - 16 October 2000 : 05:15:10
|
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> Thanks Richard for taking this and getting it ready for 3.1!!!!
Time has been tight..
Scott LeMieux <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Slemmy, we need that members2.asp ASAP :-)
Thanks!!! pier
|
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
|
pier
Starting Member
Italy
22 Posts |
Posted - 16 October 2000 : 11:27:36
|
Thanks Richard !!!
Now I've only one problem: a javascript error if the username contain a single quote. Well... it could be a country specific problem since I'm in Italy... But I would let you know to make it more bug-safer.
Thanks, Pier
my forum is @ http://forum.leadernet.it
|
 |
|
James
Average Member
  
USA
539 Posts |
Posted - 16 October 2000 : 22:00:00
|
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> For a demo of the work in progress: http://www.realftp.com/richardk/testforumone/ <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
I get a 404 error on that one. Even if I shorten it up to http://www.realftp.com/richardk.
BTW, is everything working fine for 3sr2? Just get the files from the original post and the link to members2.asp?
- <font color=red>*</font id=red><font color=blue>Interested in <b>Radio Control</b> </font id=blue><font color=red>-</font id=red> http://www.rcwebboard.com/<font color=red>*</font id=red> |
 |
|
Topic  |
|