I am not finding shout box for group in D7,
am i missing something ?

Comments

disterics’s picture

Component: User interface » Code
Assigned: Unassigned » disterics
Category: support » task

This has not been ported yet. Will be ported before moving shoutbox to beta.

johaziel’s picture

Title: Shoutbox for group » Port Shoutbox Group in D7
Status: Active » Needs review
StatusFileSize
new3.11 KB

Hi,

I really need to have with OG shoutbox, so I decided to try to port it on D7.
I have not seen that Disterics assigned.

It seems to work.
But there needs reviews especially because now OG uses an entity, not just node.

Indeed, I have some problem because sometimes the entity is a group and the other is a node.

PS: I don't understand how commit it with git so it's just the folder shoutbox_group tu put in shoutbox

kaizerking’s picture

this port has installation errors

kaizerking’s picture

StatusFileSize
new3.06 KB

I have tar zipped this and it is installing

kaizerking’s picture

Category: task » bug

shoutbox_group module
Update #6200

Failed: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'my_database.shoutbox_groups' doesn't exist: UPDATE {shoutbox} s INNER JOIN {shoutbox_groups} sg ON s.shout_id = sg.shout_id SET s.module = 'shoutbox_group'; Array ( ) in shoutbox_group_update_6200() (line 46 of E:\wamp\www\sites\all\modules\shoutbox_group\shoutbox_group.install).

Taxoman’s picture

Category: bug » task
Priority: Critical » Normal
Status: Needs review » Active

@kaizerking: There is a 7.x-alpha version available on the module page, please post bugs in separate issues.

This one (task) could actually be closed now, but perhaps practical to keep it open for feedback on when it has OG support, per the first comment here about the beta.

micahw156’s picture

peter-boeren’s picture

Issue summary: View changes
StatusFileSize
new3.23 KB

I have used the code in #4 but that did not work for Drupal commons 7.3.17. I did some minor changes like replacing some functions that seemed to have been renamed in Organic Groups. I have not tested this module/code in a clean install, but I hope that this helps somebody.

  • vitalblue committed 99ca59f on 7.x-1.x
    Issue #1286350 by  sapguroo,peter-boeren: shout box for group in D7...
vitalblue’s picture

hi,
patch applied and commited to dev version.

thanks a lot :-)

vitalblue’s picture

Status: Active » Closed (fixed)