Author |
Topic  |
Raichelle
Junior Member
 
370 Posts |
Posted - 30 March 2001 : 12:16:45
|
ok just sent it to your email forum@dsilvera.com
awww he left *Cry* [;(]
|
 |
|
MisterVB
Junior Member
 
274 Posts |
Posted - 30 March 2001 : 12:20:27
|
I know... These things get hard after awhile, adding the first 4 mods were simple then once the lines change and you are suppose to replace a line that was already replaced earlier gets confusing.
|
 |
|
Raichelle
Junior Member
 
370 Posts |
Posted - 30 March 2001 : 12:38:18
|
ya poor me am just helping a friend build a forum but now since there is no help i guess a girl have to do what she got do
|
 |
|
MisterVB
Junior Member
 
274 Posts |
Posted - 30 March 2001 : 13:02:49
|
Well don't worry you'll get help on it sooner or later, this stuffs a learning curve but fun.
|
 |
|
Raichelle
Junior Member
 
370 Posts |
Posted - 30 March 2001 : 16:15:34
|
ok i fix the old problem but now when i click on admin options and poll configuration i always get this error message when i try setting up the forum
Admin Options All Forums Admin Section Poll Configuration
Microsoft JET Database Engine error '80040e07'
Data type mismatch in criteria expression.
/rapologist/forum/admin_poll.asp, line 22
|
 |
|
blackinwhite
Average Member
  
Turkey
657 Posts |
Posted - 30 March 2001 : 18:47:09
|
after 2 nights of work, I could manage to fix default.asp and forum.asp but I still encounter this message for topic.asp
--
Microsoft VBScript compilation error '800a0400'
Expected statement
/forum/topic.asp, line 626
<% if (AdminAllowed = 1 or rs("MEMBER_ID") = Member_ID) or (strNoCookies = "1") then ^
here is my topic.asp file: http://www.akfel.com.sg/forum/topic.txt
I'll be happy if you make some suggestions.
BTW, it is great mod,that's why I insist so much ,in order to make it work.
thanks.
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 30 March 2001 : 23:59:59
|
MisterVB, the file looks ok. The only reason it won't show is if you haven't turned on the "Featured Polls" option, and if you haven't set an active poll. You have to do both to get it showing on the front.
Raich, i got your email, I'll work on the files. I'll let you know when I'm done.
Blackinwhite, you have an extra <% tag on that line. Just delete the tag the error is pointing to on line 626.
|
 |
|
MisterVB
Junior Member
 
274 Posts |
Posted - 31 March 2001 : 02:33:19
|
okay i tried setting a active poll but turning on the feature..i don't understand what you mean there. Turn it on where? I did the thing in my admin_home to set the active poll but nothing shows afterwards.
Edited by - MisterVB on 31 March 2001 02:34:23 |
 |
|
MisterVB
Junior Member
 
274 Posts |
Posted - 31 March 2001 : 02:37:38
|
ROFLMAO NM It struck me after you said it that it had to be in the features.. Sorry that was a brain fart moment. lol It works.. thank you. lol
|
 |
|
blackinwhite
Average Member
  
Turkey
657 Posts |
Posted - 31 March 2001 : 08:24:33
|
I am getting this error now.
Microsoft JET Database Engine error '80040e14' Syntax error (missing operator) in query expression 'FORUM_TOPICS.T_MESSAGE FORUM_TOPICS.answer1'.
/forum/topic.asp, line 561
I have updated the topic.txt file on the upper post.
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 31 March 2001 : 08:29:10
|
You need to add the comma , after the "TOPIC.T_MESSAGE" on that same line.
|
 |
|
Raichelle
Junior Member
 
370 Posts |
Posted - 31 March 2001 : 08:42:01
|
ok 
|
 |
|
blackinwhite
Average Member
  
Turkey
657 Posts |
Posted - 31 March 2001 : 09:48:56
|
was this an answer to my question.
I have looked for that, but couln't locate it 
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 31 March 2001 : 10:11:15
|
It's on your line 561. It should look something like this:strSql = strSql & strTablePrefix & "TOPICS.TOPIC_ID, " & strTablePrefix & "TOPICS.T_MESSAGE " ' ############################### Poll Mod - 1 line ############################## strSql = strSql & strTablePrefix & "TOPICS.answer1, " & ... Add the comma after the T_MESSAGE like so:strSql = strSql & strTablePrefix & "TOPICS.TOPIC_ID, " & strTablePrefix & "TOPICS.T_MESSAGE, " ' ############################### Poll Mod - 1 line ############################## strSql = strSql & strTablePrefix & "TOPICS.answer1, " & ...
|
 |
|
blackinwhite
Average Member
  
Turkey
657 Posts |
Posted - 31 March 2001 : 10:40:17
|
 now I have another problem the messages in the topic.asp file duplicates in a srange form.
here is a screenshot:
http://www.akfel.com.sg/forum/screen.jpg
(sorry for lack of a real link,I replace the older files just after the problems because it's an active forum)
|
 |
|
Topic  |
|