CSS with template conditionals
|
|
#1
08-03-2016
Hi Lee,
do you remember how to do this?
http://web.archive.org/web/2013022821041...-128.html?
For each category (xthreads fields filter) I had a class in css, so different background color.
I would like change background to forumdisplay_threads only when thread is public ( <if $mybb->user['usergroup'] == 4 && $GLOBALS['threadfields']['showorhide'] == 'show' then> background yellow</if> ) and only visible to admins.
Thank you in advance :*
do you remember how to do this?
http://web.archive.org/web/2013022821041...-128.html?
For each category (xthreads fields filter) I had a class in css, so different background color.
I would like change background to forumdisplay_threads only when thread is public ( <if $mybb->user['usergroup'] == 4 && $GLOBALS['threadfields']['showorhide'] == 'show' then> background yellow</if> ) and only visible to admins.
Thank you in advance :*
|