I found a moderate problem:
in componentscom_fireboardtemplatedefault_exflat.php
could be same thing in componentscom_fireboardtemplatedefaultflat.php
@ line 75
| Code: |
<form action = "index.php" method = "post" name = "fbBulkActionForm">
|
sould be using a absolute url instead of an relative one to work with sh404sef
it should be:
| Code: |
<form action = "http://localhost/lipova/index.php" method = "post" name = "fbBulkActionForm">
|
I raised the problem on the sh404sef forum and this is the answer I got.
http://extensions.siliana.com/forums/index.php?topic=9582.0
I tested it on J1.5.3 with and without sh404sef and it worked.
This moderate problem caused the imposibility to delete/move topics (in Recent Discussions for example) with sh404sef enabled