"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!
-
- · Peter
- ·
studio/dev/pages/conversations and the page 'conversations in folder'
array ( 'module' => 'bx_convos', 'method' => 'conversations_in_folder', 'params' => array ( 0 => '{folder_id}', ), )
-
- · KCTRUSTED
-
·
In reply to Peter
- ·
Thanks!
-
- · KCTRUSTED
-
·
In reply to Peter
- ·
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!!