By Miguel on Tuesday, 12 July 2016
Posted in General Issues
Likes 0
Views 323
Votes 0
Hello, Friends
The problem I am having currently is mainly just an issue of positioning. I am using both a built-in commenting format and a Facebook commenting format on my website, but I want to change the positioning of both so that visitors of my website are prompted to comment through Facebook first and then through the built in commenting system secondarily. It's current positioning is the opposite- viewers first see the website's built in comment box on tab 1 and then tab 2 is the Facebook comment box, which I want to make the primary.
Just am having difficulty figuring it out, thanks again in advance and I am inserting a picture of my situation (tab 1 and tab 2) to make my inquiry more clear.
Hello there,

Sorry for the delay of this reply.

Unfortunately, we currently do not have those setting at backend. But, we can do some modification on this file at following path ...\administrator\components\com_easyblog\includes\comment\comment.php at line 468. You have to comment/delete "$types = array_reverse($types);" as show below. Hope this helps .

// Reverse the comment systems array so that easyblog comments are always the first item.
//$types = array_reverse($types);

$template = EB::template();
$template->set('types', $types);

$output = $template->output('site/comments/multiple');

return $output;


p/s: You have to make backup as this is not template override and this setting will be reset.

Regards
·
Tuesday, 12 July 2016 16:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Abdul
Thanks for your help
This it is running as wished...
Have a good day..
·
Wednesday, 13 July 2016 05:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Wednesday, 13 July 2016 09:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post