Comments on GroupJive

14 years 1 month ago #126389 by smilyalien
Comments on GroupJive was created by smilyalien
I've installed GroupJive which seems like excellent groupware, the only problem is that other members of a group can't comment on a bulletin post.

What I really want is for someone to post a bulletin, and other members to be able to post comments on it. Does anyone know how?

Thanks!

Please Log in to join the conversation.

14 years 1 month ago #126680 by krileon
Replied by krileon on topic Re:Comments on GroupJive
There's no comment support on bulletins (1.8), but is a feature to be added into rewritten groupjive (2.0). Thread moved to groupjive boards.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

13 years 3 months ago - 13 years 3 months ago #151860 by cliffvt
Replied by cliffvt on topic Re:Comments on GroupJive
K - any idea when this will be released. After having installed it and moved all our groups from GoogleGroups I just came to the sickening realisation that there is no way for users to respond or comment on a bulletin.

Making matters worse is the standard groupjive message sent to users when a new bulltein is posted that reads:

"- - - - end bulletin - - - -

Link to Bulletin:
Click HERE to view all bulletins online, make comments, and more...~>

* This message was generated automatically. "


Users are inundating me asking where they can "... make comments, and more..."

Appreciate hearing if anyone has managed a workaround perhaps with jComments?

Cheers

Cliff

Please Log in to join the conversation.

13 years 3 months ago - 13 years 3 months ago #151872 by cliffvt
Replied by cliffvt on topic Re:Comments on GroupJive
Good news everyone! I have now managed to integrate jComments into GroupJive as an interim solution to allow comments on bulletins.

To do this, do the following:

A. GROUPJIVE 1.8:

1. Open file: /components/com_groupjive/groupjive.html.php
2. Around line 316 find the following:
$_GJ_TEMPLATES->addContent($tmpl->getParsedTemplate( 'showfullmessage' ), 'center');

3. directly after that line insert the following:
global $mainframe;
$comments = $mainframe->getCfg('absolute_path') . '/components/com_jcomments/jcomments.php';
if (file_exists($comments)) {
  require_once($comments);
  $comments = JComments::showComments($d->id, 'com_groupjive', $d->subject);
  $_GJ_TEMPLATES->addContent($comments, 'center');
}

and hey presto! you have comments on bulletins!

B. GROUPJIVE some older versions:

1. Open file: /components/com_groupjive/groupjive.html.php
2. Find the following line:
$tmpl->displayParsedTemplate( 'showfullmessage' );

3. directly after that line insert the following:
global $mainframe;
$comments = $mainframe->getCfg('absolute_path') . '/components/com_jcomments/jcomments.php';
         if (file_exists($comments)) {
           require_once($comments);
           echo JComments::showComments($d->id, 'com_groupjive', $d->subject);
         }


Hope someone finds this as useful as I did!

Cheers

Cliff

Please Log in to join the conversation.

13 years 3 months ago #151873 by jojo12
Replied by jojo12 on topic Re:Comments on GroupJive
Which groupjive do you mean? 1.8?
The following user(s) said Thank You: cliffvt

Please Log in to join the conversation.

13 years 3 months ago - 13 years 3 months ago #151874 by cliffvt
Replied by cliffvt on topic Re:Comments on GroupJive
Yes, exactly - I am using 1.8 - I have now updated the code for older version - not sure which ones but if the line
$tmpl->displayParsedTemplate( 'showfullmessage' );

exists then use scenario "B" in my earlier post above...

Cheers

Cliff

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.178 seconds

Facebook Twitter LinkedIn