Is there a way for each category to have a separate banner on Forum-Home?
like this
Category 1 = Banner 1
Category 2 = Banner 2
Category 3 = Banner 3
it works on Category itself but not on Forum home
Is there a way for each category to have a separate banner on Forum-Home?
like this
Category 1 = Banner 1
Category 2 = Banner 2
Category 3 = Banner 3
it works on Category itself but not on Forum home
Hi @tutrix,
You should make sure the option is checked in the "Ad Banner Locations" section for each Advertisement.
Hi @astghik
Sorry this does not work, it only shows a banner on top of Forum Home and a different one when reloading
But I would like to have a separate banner above each category at Forum Home that does not change when reloading
at the moment I have implemented that with css
you can see it in the video or on https://www.tutrix.de/forum/
https://www.screencast.com/t/xLsVp5705O8
Hi @astghik
I found a solution 😉
I have
'order' => 'RAND',
replaced with
'order' => 'DESC',
and the banners sorted in order of the ID
Now everything works as I want 🙂