GRA4 Social Network for Drupal
This module embeds GRA4 social network right into Drupal installation by using the interconnectivity. Your website will have groups, blogs, likes, messaging, documents, etc.

See the demo at http://wmexp.com/drupal/gra4
Please note: to see social network functionality to the full extend (to "personalize" the content, so you can use friendship, likes, private messages, etc.) user has to be logged it.

Project page: http://drupal.org/sandbox/trof/1700110
Git Repository: http://drupalcode.org/sandbox/trof/1700110.git
Works for Drupal 7

Comments

cloudbull’s picture

Status: Needs review » Needs work

Hi,

Please find this link for your reference: http://ventral.org/pareview/httpgitdrupalorgsandboxtrof1700110git

Seems there are alot of formatting problem. You may also reference to http://drupal.org/coding-standards

For your description, please give us a git command instead of link, so that we can easier to download your code.
git clone http://git.drupal.org/sandbox/trof/1700110.git gra4_social_network_for_drupal

Manual review:

Please have more description in your .info file.

Is there any reason you put your module in a separate folder ?

You may rename your include files with .inc

Spacing should be 2 space instead of taps

Don't use short tag please

It is not a very good idea to include a long html in the module, from line 42 ..

You can use drupal_set_message to display errors.
return("FATAL ERROR: Can't process the URL ! Permalink of this page is not set to 'gra4'? Permalink Settings are set to 'Default'? ");

Please be consistent with your module name and function name. Every function especially hook start with your module name.

Why have 2 info files?

Thanks
Keith

klausi’s picture

Multiple Applications
It appears that there have been multiple project applications opened under your username:

Project 1: http://drupal.org/node/1911756
Project 2: http://drupal.org/node/1902954

As successful completion of the project application process results in the applicant being granted the 'Create Full Projects' permission, there is no need to take multiple applications through the process. Once the first application has been successfully approved, then the applicant can promote other projects without review. Because of this, posting multiple applications is not necessary, and results in additional workload for reviewers ... which in turn results in longer wait times for everyone in the queue. With this in mind, your secondary applications have been marked as 'closed(duplicate)', with only one application left open (chosen at random).

If you prefer that we proceed through this review process with a different application than the one which was left open, then feel free to close the 'open' application as a duplicate, and re-open one of the project applications which had been closed.

trof’s picture

Status: Needs work » Closed (duplicate)

Hello,
sorry for the inconvenience.
I'm going to close this project, the main working project would be the http://drupal.org/node/1911756

Thank you

trof’s picture

Dear keithyau, thanks a lot for your recommendations. We've reworked the code, so please take a look at this project
http://drupal.org/node/1911756
Thanks

avpaderno’s picture

Issue summary: View changes
Related issues: +#1911756: GRA4 Social Network for Drupal