Drupal Commons is a distribution that provides a complete social business software solution for organizations.

learn more… | top users | synonyms

2
votes
1answer
1k views

Drupal Commons site has no style after installation

Drupal Commons site has no style after installing it: It looks like campus-24.com. Note the JavaScript and CSS files are in: /home/vhost/WWW/campus-24.com/sites/default/files/js ...
3
votes
2answers
957 views

How do I update a Drupal distribution to a newer version?

I am looking at using http://drupal.org/project/commons , but I am not sure how easy it is to update a distribution when a new version comes out. Also, can I use drush to do it, or do I have to ...
-4
votes
1answer
856 views

max execution time error in drupal commons [closed]

Getting this error on xampp using drupal commons distribution , by opening localhost/commons PHP Max Execution Time 30 Your PHP execution time is too low, please set it greater than or equal to 120 ...
1
vote
1answer
78 views

How to implement RSVP Functionality?

I have created event using Calendar in Drupal Commons. I need to implement RSVP for these events Details like FB event section. Kindly guide me to create RSVP plugin in Drupal Commons. I just ...
0
votes
1answer
2k views

Changing the layout of user profile edit page

I am working on a website based on Drupal Commons. It uses Commons Profile Module to add extra fields to add user information. I want to accomplish two tasks: Change the layout of User Profile edit ...
2
votes
3answers
4k views

looking for a complete documentation for Drupal's database schema - need to have some overview

well dear buddies, i am pretty new to drupal. Just set up a drupal commons now i 'd like to add some data to my drupal, and i dont really understand the database model/scheme. Can somebody point me ...
1
vote
1answer
124 views

How to make an existing private OG group and its nodes public?

I use Drupal Commons 7.x-3.12 (uses OG 7.x-2.7). There, I have a private group with private posts. (Means, the group node uses privacy settings "Joining requires admin approval" and "Hide contributed ...
2
votes
1answer
162 views

Reset Password Form does not let user enter their new password

An regular registered user reset a password An email with one-time link will sent to the user Clicking the link will lead the user to the change password form Now, the drupal site warn the user the ...
2
votes
1answer
602 views

What is the proper permission settings to create a moderated, private organic group (in commons 3)?

I'm trying to create a private group in Drupal Commons. It is my assumption that one follows an open, public groups. However, I've marked a few groups as Private using Default Roles and Permissions. ...
1
vote
1answer
62 views

How to list out Flag content User in event page in Drupal Commons

I tried to create the equivalent of the RSVP module (for which no D7 version exists ...) in combination with Drupal commons. But I didn't succeed in that. So I then decided to use the Flag module, ...
1
vote
1answer
236 views

Changing group visibility needs group content to be resaved when group content visibility field is set to “Use group defaults”

Drupal Commons 7.x-3.2 Organic Groups 7.x-2.1 Content type: Mygroup Field: Group visibility - value: Public Content type: Mypost Field: Group - default value: Mygroup Field: Group content visibility ...
0
votes
0answers
30 views

How to add extra/custom field in group-audience widget in content type in drupal commons

Here i am working in group-audience widget in drupal commons.Here i need one idea for adding extra/custom field in group-audience widget in content type. Given image have two option value but i need ...
0
votes
1answer
48 views

Fatal error: Unsupported operand types in includes\common.inc on line 3022

I have upgraded Drupal 6 to latest version 6.36 and PHP to 5.6. I am getting Fatal error saying; Unsupported operand type while accessing admin/content/node. Which is actually nothing but ...
0
votes
3answers
91 views

How to show Pop-Up event in calendar in drupal

I am working on calendar(event) with drupal commons. My requirement is when user mouseover/click on particular date in calendar,it should show event title and event conduct date in a popup. ...
0
votes
1answer
72 views

Adding a 'post to everyone' option in Drupal Commons

At present, Drupal Commons posts must be added to one or many groups or to trusted contacts. I would like to add a "public" post that everyone can see in their feed. This is simply a meta group that ...
0
votes
3answers
1k views

how to pass multiple id in drupal 7 view filter?

Let me know is there any way to pass multiple id in drupal7 views exposed filter? We need to pass an array of ids to the filter.
0
votes
1answer
1k views

How to add JQuery code to drupal site [closed]

I am trying to add my JQuery code to my drupal 7 site. In my drupal based site i have image in the featured block. My JQuery code slides up the image after 2 seconds. When i added the JQuery code to ...
0
votes
1answer
176 views

Apache filehandle issue expected to be mission critical for image uploading

I have a fresh install of Drupal Commons (version 6.25), and I am not allowed to upload an image. See the full description of this so called image upload issue here on this site. new Update one a ...