"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!

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

      array (
        'module' => 'bx_convos',
        'method' => 'conversations_in_folder',
        'params' => 
        array (
          0 => '{folder_id}',
        ),
      )
      
      • Thanks!

        • Would you possibly happen to have the other code for each convos function? Just want to check those codes in each of the code blocks. Thanks!!

          Login or Join to comment.