By Guest on Tuesday, 02 May 2017
Replies 5
Likes 0
Views 704
Votes 0
hi

how can I show the navigation bar for categories in yearly view?
link: http://ikth.de/kommunikation/veranstaltungskalender

it works fine in the monthly view
http://ikth.de/kommunikation/veranstaltungskalender/Monatskalender/2017/5/-

thanks
Irmgard
Hello,

There is no category bar in the other views by default.

You can add them use the legend module or the JEvents Dynamic Filter Module and set them to display in the jevpostjevents module position.See here for a list of custom JEvents Module position:

https://www.jevents.net/frequently-asked-questions/custom-module-positions-in-jevents

Then you can turn of the monthly legend in: JEvents -> Configuration -> Monthly

Many thanks
Tony
·
Tuesday, 02 May 2017 11:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

many thanks for this quick help!
How can I get the same layout like the old category nav?
Now it is a table not more a list or divs.
here is the test-site:
http://ikt.4haus.de/kommunikation/veranstaltungskalender/Monatskalender/2017/5/-

thanks
Irmgard
·
Tuesday, 02 May 2017 12:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Did you set a layout on the module? it should be set the use Flat if you did.

Many thanks
Tony
·
Tuesday, 02 May 2017 13:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi
I use the module JEvents - Legend Module. This module generated the output I want.
where can I choose between $style = "list" or $style = "block"?
The default value for $style is "list" and this is generating a table with the function listKids. (legend.php row 129)
here are the module settings: 4haus.de/test/jeventsmodul.png
Modulstyle is "none" but "table" or "html5" etc is changing only the css.

best regards
Irmgard
·
Wednesday, 03 May 2017 19:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

this CSS will make them all inline instead:

.event_legend_container tr {display:inline-block;}

·
Tuesday, 09 May 2017 13:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post