Hello!
I am using SimplePortal 1.0.0 Beta 1
Not sure if it is a bug or if I have to add something to the sources?
The block with Quicksearch in Portal is not working.
If you use it, it will bring you to an "empty part" of the index (Forum)
What do you mean with "empty part"?
A link for testing would be handy. :)
There are no search results, if I use the quicksearch. I will see the forum without any categories and boards in it. It is "empty".
I will send you a PM, Emanuele.
Is the normal search working?
Yep, working fine.
If members are using the quicksearch in portal, nothing will happen, but if I try to use it, there is an error in the log.
The same error is shown in the log, if I create a new portal-block for the quicksearch or if I edit the permission-profiles in portal.
It says:
Maybe there is something missing in the sources?
Try this ... In PortalBlocks.subs.php
Find
<form action="', $scripturl, '?action=search2" method="post" accept-charset="UTF-8">
Replace
<form action="', $scripturl, '?action=search;sa=results" method="post" accept-charset="UTF-8">
Thank you very much, Spuds. :)
The Quicksearch is working now.