Author |
Topic  |
Goku121
Starting Member
30 Posts |
Posted - 30 July 2001 : 23:53:02
|
K...thanx alot...now what do i do?
|
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 30 July 2001 : 23:55:51
|
Now you just need to edit the files mentioned in the messageicons.txt file. |
 |
|
Goku121
Starting Member
30 Posts |
Posted - 31 July 2001 : 00:20:30
|
ug...I can't find the following script in topic.asp for 3.3:
Find this code: (at approx line #439)
'## Forum_SQL - Get Origional Posting strSql = "SELECT " & strMemberTablePrefix & "MEMBERS.M_NAME, " & strMemberTablePrefix & "MEMBERS.M_ICQ, " strSql = strSql & strMemberTablePrefix & "MEMBERS.M_YAHOO, " & strMemberTablePrefix & "MEMBERS.M_AIM, " strSql = strSql & strMemberTablePrefix & "MEMBERS.M_TITLE, " & strMemberTablePrefix & "MEMBERS.M_HOMEPAGE, " strSql = strSql & strMemberTablePrefix & "MEMBERS.MEMBER_ID, " & strMemberTablePrefix & "MEMBERS.M_LEVEL, " strSql = strSql & strMemberTablePrefix & "MEMBERS.M_POSTS, " & strMemberTablePrefix & "MEMBERS.M_COUNTRY, " strSql = strSql & strTablePrefix & "TOPICS.T_DATE, " & strTablePrefix & "TOPICS.T_SUBJECT, " & strTablePrefix & "TOPICS.T_AUTHOR, " strSql = strSql & strTablePrefix & "TOPICS.TOPIC_ID, " & strTablePrefix & "TOPICS.T_MESSAGE "
The search come up with nothing when i looked for it...I need to find that to replace it...grrr...this is the second to the last one!!! sigh..*is frustrated*
Edited by - Goku121 on 31 July 2001 00:21:27 |
 |
|
Goku121
Starting Member
30 Posts |
Posted - 31 July 2001 : 00:35:01
|
***I can't tind the last one eaither soo i can not find the lst two scrpits to change!!
Find this code: (at approx line #478)
<td bgcolor="<% =strForumFirstCellColor %>" <% if (AdminAllowed = 1) then %>colspan="3"<% else %>colspan="2"<% end if %> valign="top"><img src="icon_posticon.gif" border="0" hspace="3"><font color="<% =strForumFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">Posted - <% =ChkDate(rs("T_DATE")) %> : <% =ChkTime(rs("T_DATE")) %></font>
borh are supposed to be in topic.asp
|
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 31 July 2001 : 00:51:18
|
I went ahead and edited your topic.asp page for you. Also fixed a few typos in your forum.asp page as well. |
 |
|
Goku121
Starting Member
30 Posts |
Posted - 31 July 2001 : 00:54:58
|
ok its giving me errors on post_info now ^_^
btw, thanx soo much for ur help
Edited by - Goku121 on 31 July 2001 00:59:53 |
 |
|
Goku121
Starting Member
30 Posts |
Posted - 31 July 2001 : 00:58:40
|
Microsoft JET Database Engine error '80040e14'
Syntax error in INSERT INTO statement.
/panchanclan/post_info.asp, line 663 there...oh and is there a prog. where you can type the line u want to go to instead of counting like i do?
|
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 31 July 2001 : 01:15:14
|
post_info.asp has been fixed. It was due to the changes with v3.3 |
 |
|
Goku121
Starting Member
30 Posts |
Posted - 31 July 2001 : 01:21:54
|
quote:
post_info.asp has been fixed. It was due to the changes with v3.3
***YAY*** I can't thank you enough for your help! One tiny question and Im leavin to add to the list of post icons..I should just add to the script in the post.asp where the form is located, right? well that's it i promise im gonna be quiet for a while. Bye!
Edited by - Goku121 on 31 July 2001 01:26:23 |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 31 July 2001 : 01:34:10
|
Yes, you just add to the list in post.asp. |
 |
|
Topic  |
|