Skip to main content
Topic: Quicksearch in Portal is not working (Read 2093 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Quicksearch in Portal is not working

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)

Re: Quicksearch in Portal is not working

Reply #1

What do you mean with "empty part"?
A link for testing would be handy. :)
Bugs creator.
Features destroyer.
Template killer.

Re: Quicksearch in Portal is not working

Reply #2

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.

Re: Quicksearch in Portal is not working

Reply #3

Is the normal search working?
Bugs creator.
Features destroyer.
Template killer.

Re: Quicksearch in Portal is not working

Reply #4

Yep, working fine.

Re: Quicksearch in Portal is not working

Reply #5

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:

Quote...sources/admin/PortalAdminProfiles.controller.php
Line: 87

Maybe there is something missing in the sources?

Re: Quicksearch in Portal is not working

Reply #6

Try this ... In PortalBlocks.subs.php

Find
Code: [Select]
<form action="', $scripturl, '?action=search2" method="post" accept-charset="UTF-8">

Replace
Code: [Select]
<form action="', $scripturl, '?action=search;sa=results" method="post" accept-charset="UTF-8">

Re: Quicksearch in Portal is not working

Reply #7

Thank you very much, Spuds. :)

The Quicksearch is working now.