Author |
Topic |
Spoon
Average Member
Ireland
507 Posts |
Posted - 16 April 2001 : 08:39:13
|
Hey richard, is there anyway you can make this a standalone program?
"uohh look at me, ive got a signature, uohh look at me!" :) |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 16 April 2001 : 16:35:16
|
dssww - it would be better if you posted that problem in the thread for the New Member PM add-on.
Spoon - I'm not sure, about all it uses that is part of the forum is the Members and the colors. You could hard code the colors (or use CSS instead of the forum colors). You'd need to setup the database connection (which you could probably use a modified version of config.asp). You would still need a member database though. |
|
|
hevnsnt
Starting Member
USA
10 Posts |
Posted - 16 April 2001 : 16:43:20
|
Is there anyway to implement a link to PM in the thread to pm the person that posted:
Example: A small icon (like profile) along the top of the post that when clicked will take you to PM with the nick already populated?
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 16 April 2001 : 17:44:27
|
look about 13 posts up from this one. |
|
|
hevnsnt
Starting Member
USA
10 Posts |
Posted - 19 April 2001 : 19:07:19
|
DOH!
erm, thanks. :)
|
|
|
ki5ck
New Member
69 Posts |
Posted - 23 April 2001 : 09:41:35
|
I've seen some discussion about Netscape compatibility with this mod. Has anyone installed this and used all the features with Netscape yet? How about Opera? My users aren't very computer literate, and I can't expect them to have current browsers - especially the AOL users.
Part 2: How does this mod affect the database size? Are messages deleted after being read, or are they there until purged by the admin? Is there a purge method?
Thanks!
Paul Wood SLT Webmaster |
|
|
Capt_Dunzell
Junior Member
USA
160 Posts |
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 23 April 2001 : 16:59:18
|
Capt Dunzell,
On line #156 of both pop_members.asp pm_members.asp and pm_pop_members.asp add this:
strSql = strSql & " ORDER BY " & strMemberTablePrefix & "MEMBERS.M_NAME ASC" |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 23 April 2001 : 17:01:31
|
Paul,
I think the only Netscape incompatibilities are with the popup Memberslists pages.
Private Messages, once deleted by the receipient, are deleted from the database. There is no admin function to delete Private Messages from the database other than by manually doing it. |
|
|
efourie
New Member
USA
80 Posts |
Posted - 23 April 2001 : 17:41:36
|
I have also noticed on Netscape on Apple Mac that tooltips does not appear when hovering over the picture.
|
|
|
Capt_Dunzell
Junior Member
USA
160 Posts |
|
ki5ck
New Member
69 Posts |
Posted - 23 April 2001 : 21:02:07
|
Well, I installed it and I like it. But here's the Netscape problems I had:
(1) Had to delete "style="cursor:hand"" to make the icons appear right on the member list.
(2) The onclick function doesn't work for me when selecting a member to send a message to.
(3) Netscape 6 DOES NOT LIKE the privatesend.asp form (sending a new pm). The fields show up black with no labels. Strangely, Netscape 4.7 doesn't mind it at all. I have Opera at work, and I'll try it there.
(4) Just found this: I added the code to pm a member from the topic page. Works in IE, Netscape displays a page that says "The parameter is incorrect."
Ideas, anyone? Has anyone solved the onclick problem? I'll look to see why Netscape 6 doesn't like it.
Paul slidell-slt.org
Edited by - ki5ck on 23 April 2001 21:05:47
Edited by - ki5ck on 23 April 2001 21:36:29 |
|
|
dssww
Junior Member
USA
182 Posts |
Posted - 25 April 2001 : 18:00:20
|
On one computer I have IE 5.0 which allows my outbox to save messages, my other computer has IE 5.5 which doesn't save messages in the outbox. I have deleted my cookies with no change, any ideas?
|
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 26 April 2001 : 02:40:10
|
well my ass got kicked all over the place. things seem to work except for when I try to create a message. most of the page shows but right where the submit button is supposed to be I get this:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'fYN'
/forum/inc_functions.asp, line 128
anyone have an idea on how I screwed up?
|
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 26 April 2001 : 02:46:59
|
If I remove this line from privatesend.asp it works...but now I can't include a signature...what gives?
<input name="Sig" type="checkbox" value="yes" <% =Chked(Request.Cookies("User")("sig")) %>>Check here to include your profile signature.<br>
Edited by - dayve on 26 April 2001 03:00:25 |
|
|
Topic |
|