Author |
Topic  |
|
Alfred
Senior Member
   
USA
1527 Posts |
Posted - 18 December 2002 : 22:04:10
|
This seemed such a well documented mod, with precise instructions. But, how frustrating not to get it going!
I installed the thing from scratch three times. Still get the error when I want to post:
quote: Error Type: Microsoft VBScript compilation (0x800A03F6) Expected 'End' /bg/post.asp, line 1513
I have read the other incidences of this, and as much as could understand Dora's fixes - my textarea has not disappeared, it is right here:quote: " <td bgColor=""" & strPopUpTableColor & """><textarea cols=""" & intCols & """ name=""Message"" rows=""" & intRows & """ wrap=""VIRTUAL"" onselect=""storeCaret(this);"" onclick=""storeCaret(this);"" onkeyup=""storeCaret(this);"" onchange=""storeCaret(this);"">" & Trim(CleanCode(TxtMsg)) & "</textarea><br /></td>" & vbNewLine & _
Can somebody (maybe the mod author?) explain what is wrong? |
Alfred The Battle Group CREDO
|
|
n8pbm
Junior Member
 
USA
212 Posts |
Posted - 18 December 2002 : 22:35:11
|
When I installed it I had an end if statement left off in inc_post_buttons.asp file.
if lcase(strIcons) = "1" and strShowSmiliesTable = "0" then '############# SmileManager Plus MOD ################ Response.Write " <a href=""JavaScript:openWindow3('pop_new_smiles.asp')"" tabindex=""-1"">" & getCurrentIcon(strIconEditorSmilie,"Insert Smilie","align=""top""") & "</a>" & vbNewLine '#################################################### end if <------- Make sure that end if is in your file.
At least that was wrong with mine.
My best |
Mike Great Lakes Pop Up Club Camping |
 |
|
Alfred
Senior Member
   
USA
1527 Posts |
Posted - 18 December 2002 : 23:27:29
|
Still gives me thisquote: Error Type: Microsoft VBScript compilation (0x800A03F6) Expected 'End' /bg/post.asp, line 1515
|
Alfred The Battle Group CREDO
|
 |
|
dayve
Forum Moderator
    
USA
5820 Posts |
Posted - 19 December 2002 : 00:02:42
|
please note, this mod does not work well with Opera. |
|
 |
|
DoraMoon
Average Member
  
Taiwan
661 Posts |
Posted - 19 December 2002 : 00:07:55
|
hi~ Alfred, usually this "missing If/End if" problem just cause from some wrong Mod's modified code. i'll always suggest that compare your modded post.asp with a original fresh post.asp file, then you can try adding your own remark/comment to the modified code find the problem more easily.
if still got some problem... let us know what situation you'll got this error message ?? (when new topic? reply? edit? new poll? forum properties setting??...) and maybe post a .txt link to your post.asp will be helpful.  |
 |
|
Alfred
Senior Member
   
USA
1527 Posts |
Posted - 19 December 2002 : 01:28:48
|
Dora, you are right, that probably is the best way to avoid the problem.
It failed on any posting action (new or reply). What I finally did in my frustration was to simply copy the new files instead of modifying mine.
Of course, that may wipe out any previous mods somebody may have in the icon or post files. What I will do tomorrow (when I have recovered from this ) is do it all over again, and just use a clean post.asp file. |
Alfred The Battle Group CREDO
|
Edited by - Alfred on 19 December 2002 01:56:22 |
 |
|
Alfred
Senior Member
   
USA
1527 Posts |
Posted - 19 December 2002 : 17:43:22
|
Finally - perserverance triumphed again! 
Go take a peek at The Battle Group Forums Test account: snitz/snitz.
Thanks for your help, Dora!
BTW, do you know of a way to group the smilies, so that the whole list does not have to be loaded when "show total list" is clicked?
|
Alfred The Battle Group CREDO
|
 |
|
|
Topic  |
|