Forum Description in Showthread

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Lionel
    Senior Member
    • Apr 2001
    • 688

    Forum Description in Showthread

    I've selected to display the forum description in forumdisplay, but I'd like to get rid of it in showthread. Is that possible?
  • zCarot [RU]
    Senior Member
    • Oct 2006
    • 109
    • 3.7.x

    #2
    Yep.

    AdminCP => Styles & Templates => Style Manager => Edit templates => Navigation / Breadcrumb Templates => navbar

    find
    HTML Code:
    <if condition="$show['forumdesc']">
    and replace to
    HTML Code:
    <if condition="($show['forumdesc'] && ('THIS_SCRIPT' == 'forumdisplay'))">

    Comment

    • Lionel
      Senior Member
      • Apr 2001
      • 688

      #3
      Thanks! I was able to get rid of it with some minor correction
      PHP Code:
      <if condition="$show['forumdesc'] AND THIS_SCRIPT == 'forumdisplay'"

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...