Author |
Topic |
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 15 February 2013 : 15:19:59
|
quote: Originally posted by Andy Humm
...I have noticed that when you select the bottom Delete Topic button the multi-delete does not work, however everything is okay from top button.
Just tested it here, it works from the bottom button. Post a link to your "forum.asp" in .txt format for us to see what's wrong. |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 15 February 2013 : 16:15:44
|
quote: Originally posted by Andy Humm
Further to the above, I have noticed if you do not click/tag a topic to delete and then press on one of the Delete Topic Icon buttons, and error message appears Microsoft VBScript runtime error '800a000d' Type mismatch: 'cInt' /forum/multi-topic_delete.asp, line 67
Didn't try that one, thanks. Here's the fix:
"multi-topic_delete.asp":
|
|
|
Andy Humm
Average Member
United Kingdom
908 Posts |
Posted - 16 February 2013 : 17:43:38
|
quote: Originally posted by Carefree
quote: Originally posted by Andy Humm
...I have noticed that when you select the bottom Delete Topic button the multi-delete does not work, however everything is okay from top button.
Just tested it here, it works from the bottom button. Post a link to your "forum.asp" in .txt format for us to see what's wrong.
Try this forum.txt file thank you |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 17 February 2013 : 01:43:03
|
Nothing wrong there that I can see, Andy. It should be working. Anyone else experiencing this? |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 17 February 2013 : 02:36:24
|
Hmm, the multitopic mod uses a form on the forum.asp page, to submit the id's of the selected topics. I see the form opened at the beginning of the topics table at the top, but I don't see any closing </form> tag for it at the end of the table.
The multitopic form encompasses other forms, like the topic sort form at the bottom of the table. It could be, since the multi-topic delete button at the top is the first button in the form, that it works. But once it is generated again at the bottom, another form has opened and closed since then and the browser might not know what to do with it.
Just my assessment looking through forum.txt file. I don't know how browsers will handle opening forms within a form, but it at least need a closing form tag some where. |
Support Snitz Forums
|
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 17 February 2013 : 10:45:42
|
Skipped a piece of the file, brain-dead, but the odd thing is that it works on a test site despite the missing closing tag. SnitzBitz file has been corrected.
|
Edited by - Carefree on 17 February 2013 11:11:26 |
|
|
Andy Humm
Average Member
United Kingdom
908 Posts |
Posted - 17 February 2013 : 19:54:05
|
quote: Originally posted by Carefree
Nothing wrong there that I can see, Andy. It should be working. Anyone else experiencing this?
Hi Carefree, I have tried your suggested </form> tag below and still the same symptoms??? I still notice when you hover the mouse over the bottom delete icon, that no url appears in the status bar, indicating no link to multi-delete..
|
|
|
Topic |
|
|
|