Skip to main content
UNA Community Management System UNA Community Management System UNA Community Management System UNA Community Management System
  • Platform
  • Resources
  • Community
  • Pricing
on profile timeline, how to make default posts by 'profile owner'? Comment
    •  ·  LoneTreeLeaf LoneTreeLeaf
    •  ·  2022-02-03T20:30:22+0000

    I'm not getting that on my instance of UNA, here is what my block setup looks like https://i.imgur.com/w3pduI1.png

      •  ·  Genesis
      •  ·  In reply to
        LoneTreeLeaf
      •  ·  2022-02-04T01:07:50+0000

      That's what I'm using too. The filters don't change. In the browser it says "javascript:void(0)" when I hover over the filters, but it doesn't do anything when I click it.

        •  ·  LeonidS
        •  ·  In reply to
          Genesis
        •  ·  2022-02-04T12:03:17+0000

        Hello @Genesis !

        You need to open this block on the Studio->Developer app->Pages->Persons->View Profile page. It has the Code value like:

        array (

         'module' => 'bx_timeline',

         'method' => 'get_block_view_profile',

         'params' => 

         array (

          0 => '{type}',

         ),

        )

        Change it to the:

        array (

         'module' => 'bx_timeline',

         'method' => 'get_block_view_profile',

         'params' => 

         array (

          0 => '{type}',

        1 => {content_id},

        2 => -1,

        3 => -1,

        4 => 'owner'

         ),

        )

          •  ·  Genesis
          •  ·  In reply to
            LeonidS
          •  ·  2022-02-04T19:10:50+0000

          When I put this code in, it gets stuck in infinite spinner. It doesn't save.

        See more...
        • Features
        • Pricing
        • Forum
        • Blog
        • Market
        • About
        • Copyright
        • Contact
        • Terms
        • Privacy
        • 𝕏
        Search
        UNA Community Management System UNA Community Management System UNA Community Management System UNA Community Management System
      • Platform
        • Features
        • Core CMS
      • Resources
        • Documentation
        • Marketplace
        • Discussions
        • Support Groups
        • API Reference
        • UNA CMS on GitHub
        • Webinars
        • Blog
      • Community
        • Discussions
        • Groups
        • Webinars
      • Pricing
      • Are you sure?
        Please, enter a value here