Author |
Topic  |
Frodoger
Starting Member
Germany
42 Posts |
Posted - 15 December 2000 : 17:32:45
|
Where are i incorrect ? Whats the error ?
|
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 15 December 2000 : 17:34:28
|
alex, to fix the problem with logging out from pm_view.asp
replace this code:
<font size=1><pre id=code><font face=courier size=2 id=code><% if Request.Cookies(strCookieURL & "User")("Name") = "" Then %> <center> <br><br><br><br> <font color="<% =strForumFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><b>You must be logged in to use private messages!</b></font> <br> <p align="center"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><a href="<% =Request.ServerVariables("HTTP_REFERER") %>">Back To Forum</font></a></p> <br><br><br><br><br> </center> <% else %></font id=code></pre id=code></font id=size1>
with this:
<font size=1><pre id=code><font face=courier size=2 id=code><% if Request.Cookies(strCookieURL & "User")("Name") = "" Then Response.Redirect "default.asp" Response.End else %></font id=code></pre id=code></font id=size1>
Edited by - Richard Kinser on 22 January 2001 01:58:43 |
 |
|
Spoon
Average Member
  
Ireland
507 Posts |
Posted - 15 December 2000 : 17:38:19
|
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> Where are i incorrect ? Whats the error ?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
heres what i wrote
Anyway. Found one more thing wrong. When you get sent a message it arrives, but you dont get a check box beside the message!
under the delete column you get a button saying "Delete Checked Items" , but there isnt a check box . Just that button istead.
Icase you are wondering aswell, there is anoter "Delete Checked Items" button where it should be, below the inbox column
--
It could be me, i dont know, or it could be your code
"uohh look at me, ive got a signature, uohh look at me!" :) |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 15 December 2000 : 17:48:04
|
I see nothing wrong with the checkboxes and the delete messages buttons. They all show up fine for me.
Like I said in the first message of this post. This was originally released by slemieux, I have just modified it so that it will work with v3.1 Final and newer. I don't pretend to know what everything does since I didn't write it. When slemieux released it he said that there might be problems with it.
This re-release was just to try to clear up some confusion with the different versions and the fixes that had been suggested up to date.
If y'all want to disect it and correct the problems you see, have at it. <img src=icon_smile.gif border=0 align=middle> |
 |
|
Frodoger
Starting Member
Germany
42 Posts |
Posted - 15 December 2000 : 17:57:03
|
can you send me or post here a topic.asp with the modifications for the private message icon. i have made all the changes but it don't show the icon in the topic.
the other one, where only color "problems" and i have correct these here.
Frodoger
PS: plz check your privat forum, they have an error, i have posted it there.
|
 |
|
Spoon
Average Member
  
Ireland
507 Posts |
Posted - 15 December 2000 : 18:03:20
|
does anyone else get this error message when they add the new code above to redirect to default.asp ( im using access 97 db)
---------
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/cgi-bin/pm_view.asp, line 43
if Request.Cookies(strCookieURL & "User")("Name") = "" Then Response.Redirect "default.asp" Response.End else --------------------------------------------------------------------------------------------^
"uohh look at me, ive got a signature, uohh look at me!" :) |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 15 December 2000 : 18:04:24
|
Frodoger, I have checked my forum. I don't get the error that you mentioned. I sent you 2 Private Messages explaining that. Please take a look at them. |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 15 December 2000 : 18:06:41
|
Frodoger, make sure that it looks just like I posted it. The way it looks in the error you posted, the 4 lines I posted are all on 1 line in your file. |
 |
|
Frodoger
Starting Member
Germany
42 Posts |
Posted - 15 December 2000 : 18:25:14
|
oh sorry yes it works great i havn't made it again and now it works great!!
thanx for the help
there is also now only one idea and no errors <img src=icon_smile.gif border=0 align=middle>
Edited by - Frodoger on 15 December 2000 18:30:48 |
 |
|
redbrad0
Advanced Member
    
USA
3725 Posts |
Posted - 15 December 2000 : 23:04:45
|
Richard,
Do you think there is a way for when you post to the message board, you can check to either send a private message or send an email when it is responded to?
Brad |
 |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
|
redbrad0
Advanced Member
    
USA
3725 Posts |
Posted - 16 December 2000 : 01:39:31
|
I cant download that Topic.zip file, can you please post it somewhere else where the server is up and running?
Brad |
 |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
Posted - 16 December 2000 : 01:42:23
|
I would if I could but I cant so I wont....
Thats the only server I have access to, and 3/4 of the time its down.
<font color=red>Da_Stimulator</font id=red> <font color=red>http://www.cfm-resources.com/s/stimmy/</font id=red> <font color=blue>response.write("I know what you coded last summer!")</font id=blue> http://www.tek-tips.com - The community where computer proffesionals meet and talk. |
 |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
|
redbrad0
Advanced Member
    
USA
3725 Posts |
Posted - 16 December 2000 : 01:48:21
|
thanks,
why dont you use like just geocities or something, something that is a major service that is always up, but then again is free. <img src=icon_smile_big.gif border=0 align=middle>
Brad |
 |
|
Topic  |
|