Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: Private Messages (re-released w/fixes)
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 14

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 16 December 2000 :  01:50:10  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
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.
Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 16 December 2000 :  01:56:05  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
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
Go to Top of Page

shamway
New Member

70 Posts

Posted - 16 December 2000 :  16:05:16  Show Profile
i just saw th pm in netscape4.76, and the background was black.

Go to Top of Page

Spoon
Average Member

Ireland
507 Posts

Posted - 16 December 2000 :  16:26:37  Show Profile  Visit Spoon's Homepage  Send Spoon an ICQ Message
<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!" :)
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 16 December 2000 :  16:29:40  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
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
Go to Top of Page

Spoon
Average Member

Ireland
507 Posts

Posted - 16 December 2000 :  16:36:04  Show Profile  Visit Spoon's Homepage  Send Spoon an ICQ Message
<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!" :)
Go to Top of Page

Spoon
Average Member

Ireland
507 Posts

Posted - 16 December 2000 :  16:41:20  Show Profile  Visit Spoon's Homepage  Send Spoon an ICQ Message
http://stimmy.cfm-resources.com/topic.zip target= _blank http://stimmy.cfm-resources.com/topic.zip /a Topic.asp" target="_blank">< BLOCKQUOTE id=quote> < font size=1 face= Verdana, Arial, Helvetica id=quote> quote:< hr height=1 noshade id=quote> br / a href= http://stimmy.cfm-resources.com/topic.zip target= _blank http://stimmy.cfm-resources.com/topic.zip /a Topic.asp - with the additions for showing the icons.

<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.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Downloaded the mod but had no effect what so ever. Still cant see the icon for pm on topic pages.

Someone else mentioned this prob - anything to do with us using an access 97 db???

"uohh look at me, ive got a signature, uohh look at me!" :)
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 16 December 2000 :  16:43:49  Show Profile
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
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 16 December 2000 :  16:44:49  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
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
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 16 December 2000 :  16:46:18  Show Profile
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.
Go to Top of Page

Spoon
Average Member

Ireland
507 Posts

Posted - 16 December 2000 :  17:04:53  Show Profile  Visit Spoon's Homepage  Send Spoon an ICQ Message
<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!" :)
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 16 December 2000 :  17:10:27  Show Profile
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.
Go to Top of Page

Spoon
Average Member

Ireland
507 Posts

Posted - 16 December 2000 :  17:10:37  Show Profile  Visit Spoon's Homepage  Send Spoon an ICQ Message
<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!" :)
Go to Top of Page

Spoon
Average Member

Ireland
507 Posts

Posted - 16 December 2000 :  17:11:42  Show Profile  Visit Spoon's Homepage  Send Spoon an ICQ Message
<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!" :)
Go to Top of Page

Spoon
Average Member

Ireland
507 Posts

Posted - 16 December 2000 :  17:48:42  Show Profile  Visit Spoon's Homepage  Send Spoon an ICQ Message
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!" :)
Go to Top of Page
Page: of 14 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07