Author |
Topic |
|
Azaniah
Senior Member
United Kingdom
1004 Posts |
Posted - 16 November 2001 : 10:46:20
|
OK,
This is ready for version 3.1 SR4 users.
In this link...
http://freeaspcode.net/snitz/details.asp?id=37
Any problems let me know.
Cheers Az
------- Eagles fly!, but weasels don't get sucked into jet engines. |
|
extrafree
New Member
54 Posts |
Posted - 21 November 2001 : 09:34:40
|
I have a small problem! I know what don't work but I don't knoe how to do it!
In post_info.asp
if strIPLogging <> "0" then strSql = strSql & ", '" & Request.ServerVariables("REMOTE_ADDR") & "'" end if
strSql = strSql & ", " & Request.Form("strMessageIcon")
'##_----------ADDED FOR TOPIC INFO strSql = strSql & ", " & len(txtMessage) '##-----------END ADDED
'########## Topic Rating ########## if Request.Form("AllowRating") = 1 then strSql = strSql & ", 1 " else strSql = strSql & ", 0 " end if '########## Topic Rating ##########
strSql = strSql & ", " & TF & ")"
with this script mod rating don't work fine,becfouse in every topic it write me " this topi is not abble to be rated "
if I modified this : strSql = strSql & ", " & TF & ")"
with this: strSql = strSql & ", " & TF
it work fine but don't work "message icon mode"
how can I do to do work two mod whitout problem!???
the italian golden forum
|
|
|
Azaniah
Senior Member
United Kingdom
1004 Posts |
Posted - 21 November 2001 : 10:01:16
|
Extrafree,
Can you email me your post_info.asp please..
azaniah@hotmail.com
Thanks Az
------- Eagles fly!, but weasels don't get sucked into jet engines. |
|
|
extrafree
New Member
54 Posts |
|
Azaniah
Senior Member
United Kingdom
1004 Posts |
Posted - 21 November 2001 : 10:38:02
|
Extrafree,
I can't see anything wrong with the file.
Can you check that the forum and the topic you are trying rate are "allowed" to be rated.
T do this edit the forum, and topic (in that order) and make sure that you are allowed to rate the topic. Also make sure you are are logged in as someone other than the topic author.
Let me know...
Cheers Az
------- Eagles fly!, but weasels don't get sucked into jet engines. |
|
|
|
Topic |
|