·
Added a discussion

I would like to create a custom block that loads the "Recommended Groups" block for example, in order to change the html and create a slider, would it be possible to do this?

  • 848
Comments
    • Hello Renato !

      You may create the new service block (Studio->Pages app) with the following code:

      array (

        'module' => 'bx_groups',

        'method' => 'browse_recommended',

        'params' => 

        array (

          'empty_message' => false,

          'ajax_paginate' => false,

        ),

      And change view settings via RAW blocks with JS / CSS code. It is an example for beginning.

      • this works with bootstrap? 

        • got it, but how do I link to each other to make changes via css?

          • Please specify about "I link to each other"? But all CSS changes you may do via Studio->[Your template name like Protean]->Styles->Custom Styles area. But create a new mix before making changes, then publish it.

            Login or Join to comment.