Adding source forum to Threads renderer

Discussion in '[bd] Widget Framework' started by Vladimir Dusil, Jul 10, 2018.

  1. Vladimir Dusil

    Vladimir Dusil New Member

    Hi there xfrocks,

    I am on Widgets Framework 2.6.3 and am looking to get back the source forum info into the threads renderer output. We have Latest Replies and New Threads showing in the sidebar, but the destination forum is not evident in this version.

    How would I get it back? Can't work it out in the widget options, perhaps I am not looking in the right spot.

    Thanks!
     
  2. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    You meant you want to show each thread's forum in the widget?
     
    Vladimir Dusil likes this.
    1. Vladimir Dusil

      Vladimir Dusil New Member

      Vladimir Dusil @xfrocks Yes, that.
       
  3. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    You can put something like this in your template, anywhere you like, to render the forum title as a link.

    Code:
    <a href="{xen:link forums, $thread.forum}">{$thread.forum.title}</a>
    
     
  4. Vladimir Dusil

    Vladimir Dusil New Member

    Got it, thank you!
     
    xfrocks likes this.
Loading...