Quote:
That would be the same conditional as the one around the navbar link, just reverse that.
|
I apologize for my ignorance, how would I reverse that? I tried
Code:
<if condition="!$show['vbfavorites_fav_lastthreads'] OR !$show['vbfavorites_fav_lastposts'] OR !$show['vbfavorites_fav_lastusers']">
And
<if condition="!$show['vbfavorites_fav_lastthreads'] OR $show['vbfavorites_fav_lastposts'] OR $show['vbfavorites_fav_lastusers']">
But neither of them worked. I also tried putting an else after the statement and it didn't work either.