So, I created a block that actually pulls a soundcloud track.
What I need now is to put the result of that block on the same div as the group description:
group file has:
<div class="bx-def-font-large">
__bx_artists_block_soundcloud__
__description__
</div>
my block has _bx_artists_block_soundcloud
tried
<div class="bx-def-font-large">
__bx_artists_block_soundcloud__
__description__
</div>
but no go
How can I possibly do this?
(artists is just a copy of the groups module)