XF 1.3 Enable properties by default using css ?

Allan

Well-known member
I would like enable an properties by default using css in template, it's possible ?

This propety: nodeListDescriptions


Screenshot_11.webp

Screenshot_10.webp
 
I mean if you look at the property as to how it's being used:

Code:
<xen:if is="{$category.description} AND @nodeListDescriptions">
         <blockquote class="nodeDescription {xen:if @nodeListDescriptionTooltips, nodeDescriptionTooltip} baseHtml" id="nodeDescription-{$category.node_id}">{xen:raw $category.description}</blockquote>
       </xen:if>

If the box isn't checked the html wouldn't load period. So from what I think you're trying to do, just wouldn't be possible.
 
Top Bottom