"CONVOS" module

I am looking for the "array code" to insert into the blocks for the convos module that dynamically loads the users conversations. If anyone can give a generalized one that would be awesome! Much love!

  • 193
  • More
Replies (1)
    • studio/dev/pages/conversations and the page 'conversations in folder'

      array (
        'module' => 'bx_convos',
        'method' => 'conversations_in_folder',
        'params' => 
        array (
          0 => '{folder_id}',
        ),
      )
      
      Login or Join to comment.