Vox Populi(x) forum

Alexandria Book Library => Supporto (Support) => Topic started by: nava mehregani on 23 January 2018, 03:33:15

Title: Advanced search doesn't work
Post by: nava mehregani on 23 January 2018, 03:33:15
search topic and also advanced search do nothing when click on the button

my webpage url: http://bayrakol.org/2010/january
Title: Re: Advanced search doesn't work
Post by: federica on 23 January 2018, 11:23:40
Hi mehregani,
try to create a menu item with abook search
Title: Re: Advanced search doesn't work
Post by: nava mehregani on 24 January 2018, 10:29:24
OH I see, many thanksssss
Title: Re: Advanced search doesn't work
Post by: nava mehregani on 24 January 2018, 15:39:14
an other question why root categories name doesn't appear??? 
Title: Re: Advanced search doesn't work
Post by: nava mehregani on 24 January 2018, 15:51:41
as you see drop down in filter search fields doesn't shown properly in my template how can I fix it?

http://bayrakol.org/article-library-search-other-theme

Title: Re: Advanced search doesn't work
Post by: nava mehregani on 24 January 2018, 16:05:17
Quote from: nava mehregani on 24 January 2018, 15:39:14
an other question why root categories name doesn't appear???

// Pad the option text with spaces using depth level as a multiplier.
      for ($i = 0, $n = count($options); $i < $n; $i++) {
         // Translate ROOT
         if ($options[$i]->level == 0) {
            $options[$i]->text = JText::_('JGLOBAL_ROOT_PARENT');
         }
         $options[$i]->text = str_repeat('- ',$options[$i]->level).$options[$i]->text;

I change the level from 1 to 0 and it works thanks
Title: Re: Advanced search doesn't work
Post by: federica on 26 March 2018, 10:53:07
Hi nava mehregani,
I had already fixed this bug. In the actual version it is already like that, so you can update Abook without fear to override your fix.
Title: Re: Advanced search doesn't work
Post by: handibib on 28 May 2018, 15:04:50
Hello, my search does not work. I create a menu but the only thing I see when I activate all the category (Authoer, year, library, etc) it is the next thing :
Title: Re: Advanced search doesn't work
Post by: federica on 26 June 2018, 16:02:08
Which version of Abook are you using?
Title: Re: Advanced search doesn't work
Post by: handibib on 02 July 2018, 11:29:29
It's the 3.1.4 version
Title: Re: Advanced search doesn't work
Post by: federica on 05 July 2018, 10:10:32
Have you ever tried to change template to verify if the search works? If try to use protostar the search is ok?
Title: Re: Advanced search doesn't work
Post by: handibib on 13 July 2018, 14:28:17
I tried with three differents templates but the search always look the same.
Title: Re: Advanced search doesn't work
Post by: federica on 16 July 2018, 11:49:52
Which templates have you tried? You should tell me the name of these templates.
Title: Re: Advanced search doesn't work
Post by: handibib on 03 September 2018, 12:19:50
I used Beez3, Protostar and Cenere by AccessibleTempaltes.
Title: Re: Advanced search doesn't work
Post by: federica on 04 September 2018, 16:10:13
Hi handibib,
as you can see in my abook demo (http://abook.neodemo.net/search.html) I using Protostar without problem.
Try to check for javascript errors caused by others extensions.