PDA

View Full Version : Default Mobile Style - FORUMDISPLAY Edits


induslady
06-24-2015, 08:33 AM
Hello all,

Am using Default Mobile Style and when I access a sub forum that do not have any threads / posts has "Go to Sub forums" button with plus sign, as shown in screen shot.

But I want this button to be expanded when the page loads, refer screen shot.

Let me know how to do this? Thanks in advance for the replies.

induslady
06-25-2015, 12:29 PM
Hope this helps anyone looking for this, I was able to do it by editing "FORUMDISPLAY" template.

Edited this below codes
<div data-role="collapsible" data-collapsed="<vb:if condition="$show['threadslist']">true<vb:else />false</vb:if>" data-theme="c">

and changed it as
<div data-role="collapsible" data-collapsed="false" data-theme="c">

and it works