Author |
Topic  |
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
Posted - 16 December 2000 : 01:50:10
|
Stim Hate GeoCities... <img src=icon_smile_angry.gif border=0 align=middle>
<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. |
 |
|
redbrad0
Advanced Member
    
USA
3725 Posts |
Posted - 16 December 2000 : 01:56:05
|
yea i hate geo also, but at least they arn't always down <img src=icon_smile_tongue.gif border=0 align=middle> another one is www.ewebcity.com / no ads
Brad |
 |
|
shamway
New Member

70 Posts |
Posted - 16 December 2000 : 16:05:16
|
i just saw th pm in netscape4.76, and the background was black.
|
 |
|
Spoon
Average Member
  
Ireland
507 Posts |
Posted - 16 December 2000 : 16:26:37
|
<font color=red>does anyone else get this error message when they add the new code above to redirect to default.asp ( im using access 97 db)</font id=red>
---------
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 --------------------------------------------------------------------------------------------^ ?? anyone?
"uohh look at me, ive got a signature, uohh look at me!" :) |
 |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
Posted - 16 December 2000 : 16:29:40
|
As someone said above, make sure the code is exactly as you read it.
<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>
Should be
if Request.Cookies(strCookieURL & "User")("Name") = "" Then Response.Redirect "Default.asp" Response.End Else
<font color=red>Da_Stimulator</font id=red> Stimmy's Forums - Using 3.1 SR2 "We all die someday, but your goin down before I do" - Me |
 |
|
Spoon
Average Member
  
Ireland
507 Posts |
Posted - 16 December 2000 : 16:36:04
|
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> As someone said above, make sure the code is exactly as you read it.
<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>
Should be
if Request.Cookies(strCookieURL & "User")("Name") = "" Then Response.Redirect "Default.asp" Response.End Else
<font color=red>Da_Stimulator</font id=red> Stimmy's Forums - Using 3.1 SR2 "We all die someday, but your goin down before I do" - Me <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Arent them 2 peices of code exactly the same??
"uohh look at me, ive got a signature, uohh look at me!" :) |
 |
|
Spoon
Average Member
  
Ireland
507 Posts |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 16 December 2000 : 16:43:49
|
Try it the way I posted it. It will work.
It should look EXACTLY like 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 02:00:01 |
 |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
Posted - 16 December 2000 : 16:44:49
|
Yes those two codes are exactly the same, but the second one works.
Access 97 DB works fine, just use the access 2000 connstring like he said to.
I have it working perfectly flawlessly using access 97, 3.1 SR2, I dont understand where you guys are running into problems.
<font color=red>Da_Stimulator</font id=red> Stimmy's Forums - Using 3.1 SR2 "We all die someday, but your goin down before I do" - Me |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 16 December 2000 : 16:46:18
|
Spoon,
In the modifications that I posted, there is a check to make sure that the person has indicated that they want to receive Private Messages. If they don't want them, it doesn't display the icon. That might be what's wrong. |
 |
|
Spoon
Average Member
  
Ireland
507 Posts |
Posted - 16 December 2000 : 17:04:53
|
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> Spoon,
In the modifications that I posted, there is a check to make sure that the person has indicated that they want to receive Private Messages. If they don't want them, it doesn't display the icon. That might be what's wrong. <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Where does the check show up richard?? in profiles, or admin??
i cant seem to find it
"uohh look at me, ive got a signature, uohh look at me!" :) |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 16 December 2000 : 17:10:27
|
When you goto the Private Messages Inbox there is an Icon labelled Preferences. Clicking on that Icon leads to a page where each user can turn on/off Private Messages, turn on/off E-Mail Notification, and choose how to display the Inbox and Outbox. |
 |
|
Spoon
Average Member
  
Ireland
507 Posts |
Posted - 16 December 2000 : 17:10:37
|
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> <BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> Spoon,
In the modifications that I posted, there is a check to make sure that the person has indicated that they want to receive Private Messages. If they don't want them, it doesn't display the icon. That might be what's wrong. <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Where does the check show up richard?? in profiles, or admin??
i cant seem to find it
"uohh look at me, ive got a signature, uohh look at me!" :) <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
"uohh look at me, ive got a signature, uohh look at me!" :) |
 |
|
Spoon
Average Member
  
Ireland
507 Posts |
Posted - 16 December 2000 : 17:11:42
|
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> <BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> Spoon,
In the modifications that I posted, there is a check to make sure that the person has indicated that they want to receive Private Messages. If they don't want them, it doesn't display the icon. That might be what's wrong. <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Where does the check show up richard?? in profiles, or admin??
i cant seem to find it
"uohh look at me, ive got a signature, uohh look at me!" :) <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Its ok. Its in the Pm part of the site. Thanks alot guys. I must say this mod is great and so are the people that help make this forum what it is! Especially you richard!! <img src=icon_smile.gif border=0 align=middle>
thx again
"uohh look at me, ive got a signature, uohh look at me!" :) |
 |
|
Spoon
Average Member
  
Ireland
507 Posts |
Posted - 16 December 2000 : 17:48:42
|
Sliemnex (if thats how you spell it <img src=icon_smile.gif border=0 align=middle>), I was wondering if it would be possible to change something in pm messages.
When you send someone a PM message from a link on a topic page, instead of bringing you back to the forum, it brings you to your inbox?
Thx for your time
Spoon
"uohh look at me, ive got a signature, uohh look at me!" :) |
 |
|
Topic  |
|