Author |
Topic |
cripto9t
Average Member
USA
881 Posts |
Posted - 11 February 2007 : 07:10:38
|
I noticed the open recordset and tried to figure out how the mod was causing the error. I guess I should have looked at a updated version because that did have an old snitz look to it .< |
_-/Cripto9t\-_ |
|
|
Hermes
Junior Member
Croatia
113 Posts |
Posted - 21 March 2007 : 07:31:39
|
Ok. Snitz Version 3.4.06, MySql 5.0
Following error:
Microsoft VBScript compilation error '800a0400'
Expected statement
/forum/admin_config_features.asp, line 289
" <tr valign=""middle"">" & vbNewLine & _ ^
My Code:
href=""JavaScript:openWindow3('pop_config_help.asp?mode=features#ShowPaging')"">" & getCurrentIcon(strIconSmileQuestion,"","") & "</a></font></td>" & vbNewLine & _ " </tr>" & vbNewLine '## Edit Time Mod ### REMOVE "& _" from line above and ADD code below. #################################################################################### Response.Write " <tr valign=""middle"">" & vbNewLine & _ " <td bgColor=""" & strPopUpTableColor & """ align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>Edit Time Limit:</b> </font></td>" & vbNewLine & _ " <td bgColor=""" & strPopUpTableColor & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine & _ " On:<input type=""radio"" class=""radio"" name=""strEditTime"" value=""1""" & chkRadio(strEditTime,0,false) & "> " & vbNewLine & _ " Off:<input type=""radio"" class=""radio"" name=""strEditTime"" value=""0""" & chkRadio(strEditTime,0,true) & ">" & vbNewLine & _ " <a href=""JavaScript:openWindow3('pop_config_help.asp?mode=features#edittime')"">" & getCurrentIcon(strIconSmileQuestion,"","") & "</a> </td>" & vbNewLine & _ " </tr>" & vbNewLine & _ " <tr valign=""middle"">" & vbNewLine & _ " <td bgColor=""" & strPopUpTableColor & """ align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>Delete Time Limit:</b> </font></td>" & vbNewLine & _ " <td bgColor=""" & strPopUpTableColor & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine & _ " On:<input type=""radio"" class=""radio"" name=""strDeleteTime"" value=""1""" & chkRadio(strDeleteTime,0,false) & "> " & vbNewLine & _ " Off:<input type=""radio"" class=""radio"" name=""strDeleteTime"" value=""0""" & chkRadio(strDeleteTime,0,true) & ">" & vbNewLine & _ " <a href=""JavaScript:openWindow3('pop_config_help.asp?mode=features#deletetime')"">" & getCurrentIcon(strIconSmileQuestion,"","") & "</a> </td>" & vbNewLine & _ " </tr>" & vbNewLine '## End code add on and ADD "Response.Write" to line below. #########################################################################################
" <tr valign=""middle"">" & vbNewLine & _ " <td bgColor=""" & strPopUpTableColor......
What am I missing? < |
ASP Snitz Forum Upute za instalaciju http://www.kairos.com.hr http://www.hermetizam.com Forum
not so newbie any more :) |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 21 March 2007 : 07:34:58
|
quote: Originally posted by Hermes What am I missing?
'## End code add on and ADD "Response.Write" to line below.
" <tr valign=""middle"">" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor...... < |
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
Hermes
Junior Member
Croatia
113 Posts |
Posted - 21 March 2007 : 11:13:43
|
quote: Originally posted by Shaggy
quote: Originally posted by Hermes What am I missing?
'## End code add on and ADD "Response.Write" to line below.
" <tr valign=""middle"">" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor......
Ouuuuuuups... Sorry guys.
Everything works now. Thanks for help.
That's the way that we newbies are < |
ASP Snitz Forum Upute za instalaciju http://www.kairos.com.hr http://www.hermetizam.com Forum
not so newbie any more :) |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 21 March 2007 : 11:24:22
|
You're welcome.
< |
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
rkp
New Member
59 Posts |
Posted - 02 July 2007 : 13:33:30
|
Anyone gotten this error??
Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters.
/boc/forum/post.asp, line 437 < |
|
|
rkp
New Member
59 Posts |
Posted - 02 July 2007 : 13:58:42
|
quote: Originally posted by rkp
Anyone gotten this error??
Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters.
/boc/forum/post.asp, line 437
Line 437set rs = my_Conn.Execute (strSql)
(is there suppose to be a space between execute| |(strsql)< |
|
|
rkp
New Member
59 Posts |
Posted - 02 July 2007 : 14:02:57
|
[stupid] Disregard.. it helps to upload the dbs_edit_time.asp file... [/stupid]< |
|
|
cripto9t
Average Member
USA
881 Posts |
Posted - 02 July 2007 : 16:35:00
|
Had me worried there for a second . Let me know if you have any more problems.< |
_-/Cripto9t\-_ |
|
|
balexandre
Junior Member
Denmark
418 Posts |
Posted - 05 January 2008 : 17:24:08
|
just to leave you a happy year and a big thank you for the MOD
TODO List: Add a Global Edit/Delete time, specified Forum Edit/Time will overwrite the Global value, if Default, Global value will be used.
and again... Thank you.< |
Bruno Alexandre (Strøby, DANMARK)
"a Portuguese in Danmark"
|
|
|
texanman
Junior Member
United States
410 Posts |
Posted - 11 January 2008 : 11:01:56
|
Just installed the mod. Everything seems to be working fine except when I set the limit in the forum property. It says changes made but when I go back to the number ir reset. Meaning if I entered 20 minutes it is not there when I get back to the forum properties. Any kind of help will be appreciated. thanks< |
|
|
texanman
Junior Member
United States
410 Posts |
Posted - 11 January 2008 : 11:25:54
|
Nevermind, I figured it out< |
|
|
cripto9t
Average Member
USA
881 Posts |
Posted - 11 January 2008 : 12:08:58
|
quote: Originally posted by balexandre
TODO List: Add a Global Edit/Delete time, specified Forum Edit/Time will overwrite the Global value, if Default, Global value will be used.
Thats a good idea. I may add that if I get some time.
texanman, I'm glad you got it working. If you guys have any problems let me know. Hopefully all the bugs are worked out .
< |
_-/Cripto9t\-_ |
|
|
texanman
Junior Member
United States
410 Posts |
Posted - 11 January 2008 : 12:30:10
|
Thanks Cripto9t! It is a wonderful mod and I am thankful. I am using MS SQL and it works fine. The README instructions are extremely clear! You did a good job!< |
Edited by - texanman on 11 January 2008 12:30:42 |
|
|
Talismanic
Starting Member
45 Posts |
Posted - 30 May 2008 : 00:20:00
|
I added all the files and checked the datebase to make sure the correct fields are there and it all apears to be so. I have even checked the Edit and Delete Radio buttons but the one thing I seem to be missing is where to set the time. The instructions say
Now edit your forum properties to set time limits you want. (Default is "No Limit")
Where are the forum properties located?< |
|
|
Topic |
|