By Andrew McDonald on Thursday, 19 June 2014
Replies 3
Likes 0
Views 1K
Votes 0
I know there are loads of custom module positions available with EasySocial, but I need an additional one.

I need to load a module to the profile page in a new location which doesn't exist.

What snippet of code can I use?

I have tried things like this but no luck
<?php $this->renderModules( 'my_module_position' ); ?>


cheers
Andrew
Hello Andrew,

You should use the codes below to render from a particular module position,

[code type="php"]
<?php echo $this->render('module', 'your_module_position'); ?>
[/cde]
·
Thursday, 19 June 2014 10:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Legend! Thanks again.
·
Thursday, 19 June 2014 11:39
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Thursday, 19 June 2014 13:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post