Group Share Button Problems

Register an Account
Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 02-06-2009, 07:51 PM
New Pligger
 
Join Date: Feb 2009
Posts: 2
I have several problems with the group management and usage of my brand new pligg installation. I´m still satisfied with the great system pligg but will have to fix some problems with ist:

1. I created some groups but when a friend of mine joined a group and choosed the link "Group Share" of one of the bookmarks which was already in a bookmark-category the massage "You have not joined any Groups yet!" came.???

2. Another User Account joined 3 or more Groups but using the "Group Share" button below the bookmarks there are only 2 groups for choosing in the small popup box

Please help me to fix that problems, can´t find some sleep until my pligg installation is working
Thx a lot
Alex
Reply With Quote
  #2 (permalink)  
Old 02-06-2009, 08:08 PM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 4,934
Send a message via AIM to Yankidank
1. Group share is a way to share a story with a group that you belong to. Make sure that the user user has been approved for a group, he might have applied to a group but wasn't fully a member because some group permissions require confirmation. Only public groups don't require confirmation.

2. Same problem as 1 I suspect. Make sure that the user has been approved for all 3 groups.

Let me know if this is the problem. If not, I will look further into the issue.

The Twitter Module for Pligg CMS!
Register, Login, and Submit Stories with Twitter. An absolute MUST HAVE for all Pligg sites!
Reply With Quote
  #3 (permalink)  
Old 02-08-2009, 03:06 PM
Casual Pligger
 
Join Date: Apr 2007
Location: Kathmandu
Posts: 46
ya i still have the problem, i checked about group permissions!
Reply With Quote
  #4 (permalink)  
Old 02-09-2009, 08:26 AM
New Pligger
 
Join Date: Feb 2009
Posts: 2
the cmod? or what kind of permission? When cmod, which folder? - In my installation I found out that the only admin/creators of the groups can use the the link "Group Share" , Members of the group can only add new stories when a site isn´t in the system yet... when adding a new story. My Group Create User Level is "normal"....
Reply With Quote
  #5 (permalink)  
Old 02-23-2009, 03:21 AM
New Pligger
 
Join Date: Feb 2009
Posts: 6
Any updates on the solution, I am facing the same problem.
Reply With Quote
  #6 (permalink)  
Old 02-25-2009, 10:13 AM
New Pligger
 
Join Date: Apr 2006
Posts: 7
I am facing the same problem.
Reply With Quote
  #7 (permalink)  
Old 02-28-2009, 04:26 AM
New Pligger
Pligg Version: 9.9
Pligg Template: pligg
 
Join Date: Jan 2008
Posts: 15
open link.php then
find get_group_membered() function
then u see the below line without comment so u comment this line then below like this
//$this->group_membered = $db->get_results("SELECT group_id, group_name FROM ".table_groups." WHERE group_id IN (SELECT `member_group_id` FROM ".table_group_member." WHERE `member_user_id` =$current_userid) and group_status = 'Enable'");

then copy the below code and paste on it after comment code
$this->group_membered = $db->get_results("SELECT group_id,group_name FROM " . table_groups . "
LEFT JOIN ".table_group_member." ON member_group_id=group_id
WHERE member_user_id = $current_user->user_id AND group_status = 'Enable' AND member_status='active'");


so now u click the group share.....u see the your join group links

and one more information...if u click the share linke groups its not display i am rit???

so these also i fix it

open the group.php in libs folder

and find text as

function group_shared($requestID)

then u see the below line
$link->id=$dblink->link_id;

so u just modifed as
$link->id=$dblink->share_link_id;

so now u see the group share link stories in groups
Reply With Quote
  #8 (permalink)  
Old 06-02-2009, 04:14 PM
Casual Pligger
 
Join Date: May 2009
Posts: 43
When I click group share nothing is displayed still on the group page. I tried making the changes in this thread and this one but it hasn't made any difference, any ideas why?
Reply With Quote
Reply

Tags
group, group acess, groups, share button

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pligg Groups Yankidank Wiki Articles 6 02-13-2011 08:41 PM
Share to Facebook ZeroHoursOfSleep Questions and Comments 12 12-10-2009 05:11 AM
Group Share Duplicates keg01 Questions and Comments 1 06-23-2009 02:00 PM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development