webmaster74
07-09-2018, 08:26 PM
Hi.
Any charitable soul out there would kindly share thoughts on how to show the forum description on mobile style ?
I believe the below code from the template "forumhome_forumbit_level1_nopost" is the one that normally does.
<vb:if condition="$show['forumdescription'] OR $show['subforums']">
<div class="forumrowdata">
<vb:if condition="$show['forumdescription']"><p class="subforumdescription">{vb:raw forum.description}</p></vb:if>
<vb:if condition="$show['subforums']">
{vb:raw forum.subforums}
</vb:if>
</div>
</vb:if>
I just could not find the right template to add this so that all forums and subforums show their descriptions on the mobile style.
:erm::erm::erm:
Any charitable soul out there would kindly share thoughts on how to show the forum description on mobile style ?
I believe the below code from the template "forumhome_forumbit_level1_nopost" is the one that normally does.
<vb:if condition="$show['forumdescription'] OR $show['subforums']">
<div class="forumrowdata">
<vb:if condition="$show['forumdescription']"><p class="subforumdescription">{vb:raw forum.description}</p></vb:if>
<vb:if condition="$show['subforums']">
{vb:raw forum.subforums}
</vb:if>
</div>
</vb:if>
I just could not find the right template to add this so that all forums and subforums show their descriptions on the mobile style.
:erm::erm::erm: