Author |
Topic |
redbrad0
Advanced Member
USA
3725 Posts |
Posted - 31 December 2000 : 17:54:00
|
HuwR,
It should run fine with switching it to a memo field. Something that can be done about this, is that in the inc_top.asp file you should of added a bunch of in then statements. If you just change the one of then that finds out if it is someone replying to the message and have it say something like replying to... <.a href="link.asp?TOPIC_ID=74839">TOPIC NAME<./a>
That should cut down on the length of the string also
what do you think?
Brad |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 31 December 2000 : 18:05:01
|
The site in question changed the field to a memo, and it seems to work ok. I guess that way you still get the title and stuff ?
<font color=blue>'Resistance is futile'</font id=blue> |
|
|
DZLINK
Starting Member
Taiwan
2 Posts |
Posted - 01 January 2001 : 09:10:59
|
<center><font size=4><font color=orange>THANK YOU redbrad0</font id=orange></font id=size4></center> <BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> If you just change the one of then that finds out if it is someone replying to the message and have it say something like replying to... <.a href="link.asp?TOPIC_ID=74839">TOPIC NAME<./a> <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote> inc_top.asp strOnlineLocation = "Replying To Message ' <a href=""topic.asp?" & strOnlineQueryString & """>" & Request.QueryString("Topic_Title") & "</a> '" Change it to this: strOnlineLocation = "Replying To Message ' <a href=""link.asp?TOPIC_ID=" & Request.QueryString("TOPIC_ID") & """>" & Request.QueryString("Topic_Title") & "</a> '"
OK!!
Edited by - DZLINK on 03 January 2001 19:16:58 |
|
|
redbrad0
Advanced Member
USA
3725 Posts |
Posted - 01 January 2001 : 11:25:31
|
DZLINK,
That should fix it, sorry i have not updated the database ive been so busy that i am barely have enough time to check my email :O)
Brad |
|
|
snaayk
Senior Member
USA
1061 Posts |
Posted - 01 January 2001 : 15:22:16
|
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> Here is 2 addons.
FILE: http://www11.ewebcity.com/dssdbs/files/active_users_addons.zip
This first one is for if you liked the way the Who's Online Mod displayed the Members name and was like a Category of the Forum.
Just insert the Include code like this:
<font size=1><pre id=code><font face=courier size=2 id=code> end if rs.MoveNext loop end if <font color=red>%> <!--#include file="active_users2.asp"--> <%</font id=red> if strShowStatistics = "1" then WriteStatistics end if</font id=code></pre id=code></font id=size1>
If you have the minimize category mod installed and you want the Who's Online part to be collapsible as well substitute <font color=red>active_users2<b>b</b>.asp</font id=red> as the include file above.
If you would instead like the Active Users displayed as the last line in your statistics section.
Just insert the Include code like this:
<font size=1><pre id=code><font face=courier size=2 id=code> rs.MoveNext loop end if if strShowStatistics = "1" then WriteStatistics <font color=red>%> <!--#include file="active_users3.asp"--> <%</font id=red> end if %> </table> </td></font id=code></pre id=code></font id=size1>
When cfm-resources is up, a DEMO can be seen here: http://richard.cfm-resources.com
Alternate DEMO Site: http://www.websamba.com/dssdbs/forum/
Edited by - Richard Kinser on 20 December 2000 17:46:08 <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote> Richard,
Where do I insert this code. What page and what what line?
Thanks!
<img src="http://campaignworld.webhop.net/images/snaayk.png" border=0> |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 01 January 2001 : 16:26:58
|
default.asp
just search for: WriteStatistics
and you'll see the section of code I mentioned in that post. |
|
|
snaayk
Senior Member
USA
1061 Posts |
Posted - 01 January 2001 : 16:39:41
|
Thank You very Much...You guys/gals are incredible with which the speed you help out. I have never seen any support group help as quick and as accurate before, not even on ircs with "live" people.
Thanks Again.
Tony
<img src="http://campaignworld.webhop.net/images/snaayk.png" border=0> |
|
|
Capt_Dunzell
Junior Member
USA
160 Posts |
Posted - 01 January 2001 : 17:40:22
|
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> I have been trying to use this mod but I am having a one big problem. I am using the newest ver SR4 and am having problems with users not being logged on and showing up and users not on the board and showing up. I changed the part with the strTempCookieType to strUniqueID. Can someone help me. Someone might have already answered this but I am having trouble following this topic so I am asking it again.
Matt
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
I just installed it into sr4 and am having the same problem. Worked great in sr3.
Any ideas?
http://www.dunzellsden.com/forum/ |
|
|
bugzy
Junior Member
USA
147 Posts |
Posted - 02 January 2001 : 13:44:17
|
can someone post the link to the right code for SR3 and SR4 ?
|
|
|
Dynamix
Junior Member
Germany
205 Posts |
Posted - 02 January 2001 : 17:58:55
|
I´ve tried to use it with the 3.1 Final and i always get this error: Microsoft VBScript compilation error '800a03ea' Syntax error /inc_top.asp, line 55 Function OnlineSQLencode(byVal strPass)
What´s wrong?
|
|
|
CrAzY
New Member
USA
50 Posts |
Posted - 02 January 2001 : 18:40:55
|
I'm using Version 3.1 SR4 and I've attempted to use the active_users.asp mod's and I'm having no luck.
For some reason, it looks like the cookies aren't writing or reading correctly. Can anyone help me? I try to set the cookies to the entire set, but then a user can't logout. And trying to view active members online only shows guests.
Here is the location of my http://216.122.195.90/Forum/
|
|
|
frankie
Junior Member
Vatican City
304 Posts |
Posted - 02 January 2001 : 22:39:55
|
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> <center><font size=4><font color=orange>THANK YOU redbrad0</font id=orange></font id=size4></center> <BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> If you just change the one of then that finds out if it is someone replying to the message and have it say something like replying to... <.a href="link.asp?TOPIC_ID=74839">TOPIC NAME<./a> <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote> inc_top.asp strOnlineLocation = "Replying To Message ' <a href=""topic.asp?" & strOnlineQueryString & """>" & Request.QueryString("Topic_Title") & "</a> '" should fix this: strOnlineLocation = "Replying To Message ' <a href=""link.asp?TOPIC_ID=" & Request.QueryString("TOPIC_ID") & """>" & Request.QueryString("Topic_Title") & "</a> '"
OK!!
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Which line is the correct one??!
ô¿~ |
|
|
(.)z
New Member
United Kingdom
85 Posts |
Posted - 03 January 2001 : 09:35:54
|
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>For some reason, it looks like the cookies aren't writing or reading correctly. Can anyone help me? I try to set the cookies to the entire set, but then a user can't logout. And trying to view active members online only shows guests.<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
I had a similar problem. At the top of the code that is inserted into inc_top.asp you will see<pre id=code><font face=courier size=2 id=code>' ****************************************************** ' ADD HERE WHAT YOU WANT THE PREFIX OF YOUR COOKIE TO BE ' it will either be 'strCookieURL' or 'strUniqueID' strTempCookieType = strUniqueID ' ****************************************************** </font id=code></pre id=code>
The default setting was <b>strCookieURL</b>. I changed this to <b>strUniqueID</b> and it all works fine now.
Regards - <img src=icon_smile_cool.gif border=0 align=middle>z
Edited by - (.)z on 03 January 2001 09:37:43 |
|
|
DZLINK
Starting Member
Taiwan
2 Posts |
Posted - 03 January 2001 : 11:34:04
|
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Which line is the correct one??!
ô¿~ <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote> this: strOnlineLocation = "Replying To Message ' <a href=""link.asp?TOPIC_ID=" & Request.QueryString("TOPIC_ID") & """>" & Request.QueryString("Topic_Title") & "</a> '"
|
|
|
CrAzY
New Member
USA
50 Posts |
Posted - 03 January 2001 : 16:08:01
|
Hey (.)z - Thanks - changing that part of the cookie helped with the Active Members listing, but I'm still having problems setting cookies to the entire website. Got any suggestions on that?
|
|
|
Topic |
|