By Rok Sprogar on Monday, 10 March 2014
Likes 0
Views 1.7K
Votes 0
Hello,

I would need a way to place my email subscribe module at the end of each article, but above the comments. I found two previous posts on the subject, but I was unable to find a cleaar-cut answer as of yet. Placing a loadpos in the html of each article throughout the website is not an option, so what can I do?

BR, Rok.
Hello,

Ah, sorry I got confused but if you need to add it, you need to add your custom codes to load module in /components/com_komento/themes/kuro/comment/box.php
·
Tuesday, 11 March 2014 02:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rok,

You can add your own module position or use the existing module position "easyblog-after-content". The "easyblog-after-content" will render modules after the content. To add your own custom position, simply edit the file /components/com_easyblog/themes/default/blog.read.php and add the codes below,


<?php echo EasyBlogHelper::renderModule( 'some-custom-position' ); ?>


Rename the some-custom-position with your custom position name
·
Monday, 10 March 2014 22:14
·
0 Likes
·
0 Votes
·
0 Comments
·
My question was about komento comments component? I believe you're talking about easyblog?
·
Tuesday, 11 March 2014 00:13
·
0 Likes
·
0 Votes
·
0 Comments
·
can you please give me an example? I am not a hardcore joomla/php programmer...where do I need to put it (I guess it needs to be in the beginning of the code?) and an example code that defines a new position?

Tnx, Rok.
·
Tuesday, 11 March 2014 02:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rok,

Did you get my email? I have already provided you with the necessary codes.
·
Tuesday, 11 March 2014 12:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post