Advanced search doesn't work

Started by nava mehregani, 23 January 2018, 03:33:15

Previous topic - Next topic
A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

nava mehregani

search topic and also advanced search do nothing when click on the button

my webpage url: http://bayrakol.org/2010/january

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

federica

#1
Hi mehregani,
try to create a menu item with abook search
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

nava mehregani


nava mehregani

an other question why root categories name doesn't appear??? 

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

nava mehregani

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


nava mehregani

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

federica

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.
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]