PDA

View Full Version : Show Forum Description on Mobile


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:

webmastersun
07-10-2018, 06:36 AM
This can need a bit changes on the template or CSS codes.
Can you share a screenshot where you want to show description on mobile devices?
is it on homepage or forum list?

webmaster74
07-10-2018, 06:47 AM
This can need a bit changes on the template or CSS codes.
Can you share a screenshot where you want to show description on mobile devices?
is it on homepage or forum list?

thank you much for your kind answer.
Yes please, on both.
I am happy to do any changes.

--------------- Added 1531242252 at 1531242252 ---------------

For an update, on the mobile page, I am looking to insert forum description, just after the forum title in the rendered code below:



<h3 class="ui-li-heading"><a href="forumdisplay.php?f=111" class="ui-link-inherit">Forum Name</a></h3>

>>> how to insert here the forum description ?

webmaster74
07-12-2018, 08:17 PM
Anyone? Any help ?