Menu and List

Hello
On my site i have a menu, where i list the countries in a list.
HTML:
countries___name
This menu should always show me all countries.

Now i have a list with companies, joined to the countries table.
When i use the url
HTML:
?countries___name[value]=switzerland&resetfilters=1
the list only shows me companies from switzerland.

But now i have the problem, that the country-list menu also only shows switzerland... but it should still display me all countries.

How can i slove this problem?
 
Oh, i don't use a "menu".
It use a Module. But in a module i don't habe the possibility to set "reset filters".

is it possible to use my country list as a menu?

I want to have a menu, with all the countries listed.
 
Ah, yes; maybe this option should be added.
Workaround:
Copy your list, use the copied one in the module.
 
thanks for your help, troester.
I copied the table now. (pointing to the same db-talbe)
But for my module, where i want to show all countriey, i use my own template with:
PHP:
echo $this->_row->data->countries___name;

I think it isn't possible to get access to the copied list in my template. (becouse it is the same table)
 
i tried this in the template:
PHP:
<?php print_r($this->_row);?>
So i see the full structure of a row.

I see there no possibility to access the copied list. (becouse both lists use the same fieldname in template)

Does anyone have an idea to slove this problem?
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top