P
PASS
Guest
I'm trying to hide 2 of 4 custom thread fields from showing in the post. I only want all 4 to show to the admin usergroup. I'm in the thread_view template but I'm not 100% on how to do it.
Read more
Continue reading...
<xf:macro name="thread_custom_fields_status" arg-thread="!" arg-forum="!" arg-wrapperClass="">
<xf:if is="conditional here ????">
<div class="{$wrapperClass} js-threadStatusField"><xf:trim>
<xf:if contentcheck="true">
<div class="blockStatus...
Click to expand...
Read more
Continue reading...