UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
It is currently a public holiday for us from where we are at.

There may be a delay in our responses but rest assured that we will be back at full speed when we are back to the office.
  Support is offline
Hi,

I am just upgrading my komento integration plugin and tutorial for rsfeedback and require a little advise.

https://quantumwarp.com/kb/articles/106-extension-development/889-rsfeedback-komento-plugin-and-integration-tutorial

And one issue has popped up. I use the code below to show the comments and everything works


case '5' :
require_once( JPATH_ROOT . '/components/com_komento/bootstrap.php' );
$comments->listing = Komento::commentify('com_rsfeedback', $id);
$comments->form = '';
break;


As you can see there is 2 parts to this, the comments and the form, but in this code i only use the comments option to display komento. Is there a way to seperate the comments and the submit form. maybe something like


case '5' :
require_once( JPATH_ROOT . '/components/com_komento/bootstrap.php' );
$comments->listing = Komento::commentify('com_rsfeedback', $id, 'comments-only');
$comments->form = Komento::commentify('com_rsfeedback', $id, 'submit-form-only');
break;


I want to be able to show comments only, or comments with the submit form depending on the permnissions set in RSFeedback (which i can sort myself)

If the comments and submit form cannot be seperated, is there a flag I can use to show or hide submit form?

if this is not a thing, it really needs to be added.

Lastly, is there a flag I can send to enable or disable subscriptions, perhaps add this feature for some or all of the other options in komento?

Thanks
0 Replies
The replies under this section are restricted to logged in users or users with an active subscription with us