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
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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 🙂