Topic-icon How to add content plugin at the end of the page

Active Subscriptions:

None
I have a content plugin that should be displayed before the JFB plugins.
The problem is that, enven when I'm setting the plugin order for JFB content plugin to order last, and the other plugin to order first, JFB keeps appearing before.
That's not good for me because users would need to scroll through all the comments to get to my other plugin.
How can I change that?

musicaclaro.cr/index.php/noticias/14-com...n-el-top-10-nacional


Thanks
The topic has been locked.
Support Specialist
10 years 8 months ago #35332 by alzander
Guayo,
Content plugins in Joomla are handed the articles text and can then alter that article text. Our content plugin does this by appending the social buttons to the end of the article.

If re-ordering the plugins doesn't change the order of the features, it means the other plugin isn't simply appending the content and likely looking for a specific place to add whatever it's doing on the page. There isn't a way in JFBConnect that we would be able to re-arrange where the other plugin inserts it's buttons or whatever you're trying to do.

I hope that helps explain, but if you need more information, just let us know. Also, if you want to tell us the name of the other content plugin, that may help us look into what it's doing and possibly provide more information. You'd probably need to contact the other developer for a full solution though.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 8 months ago #35339 by guamen1
Well, actually it's a plugin that I created. But It's the first one I make. So I guess I need to read a little more about plugin developing.
Thanks
The topic has been locked.
Support Specialist
10 years 8 months ago #35350 by alzander
Let us know how that goes. Our plugins work by using the onContentBeforeDisplay function, which passes in the current article text, to append or prepend the social buttons and comment box. I hope that helps, but if you run into anything else, just let us know.

Thanks,
Alex
The topic has been locked.