What it does:

Provides fieldgroups for colorbox triggers and for colorbox popups.

Dependencies:

* [Colorbox](http://drupal.org/project/colorbox)
* [Field group](http://drupal.org/project/field_group)

Installation

* Download and enable this module and its dependencies, as normal
* Check 'Enable colorbox inline' here: /admin/config/media/colorbox

Usage

* Go to your entity type's 'Manage Display' screen
* Create a 'Colorbox trigger' field group
* Put fields in there that you want the user to click on
* Create a 'Colorbox popup' field group
* Put fields in there that you want in the popup itself

Project page

https://drupal.org/sandbox/brockfanning/2124897

Git info

git clone --branch 7.x-1.x http://git.drupal.org/sandbox/brockfanning/2124897.git field_group_colorbox

Reviews of other projects

https://drupal.org/node/2250751#comment-8769287
https://drupal.org/node/2260867#comment-8769193
https://drupal.org/node/2262881#comment-8769401

Comments

PA robot’s picture

Status: Needs review » Needs work

There are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxbrockfanning2124897git

We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)

Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).

I'm a robot and this is an automated message from Project Applications Scraper.

brockfanning’s picture

Status: Needs work » Needs review

Thank you PA Robot. I have fixed the errors you found. ;)

joshi.rohit100’s picture

Hi
Your git repo is asking for password. Please check.

brockfanning’s picture

Issue summary: View changes
brockfanning’s picture

Sorry about that! I've edited the top post with this one:
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/brockfanning/2124897.git field_group_colorbox

evanmwillhite’s picture

Excellent idea for a module! I am still seeing errors in the pareview regarding line endings and such: http://pareview.sh/pareview/httpgitdrupalorgsandboxbrockfanning2124897git

Also, the project page could use screenshots and the links in the right-hand side (documentation, etc.) although your README/page instructions are very clear so maybe not. See here if it helps: https://drupal.org/node/997024

In terms of manually checking, the module worked exactly as expected with no errors in the log or in javascript. Great work!

brockfanning’s picture

Thanks very much for the review! I fixed those whitespace/layout issues, and added some screenshots and a documentation link to the project page.

evanmwillhite’s picture

Status: Needs review » Reviewed & tested by the community

pareview checked out and the project page looks great to me. Good work!

gobinathm’s picture

in function field_group_colorbox_field_group_format_settings, the description test is not been passed thru t(). Its good if you can fix this.

This is not a blocker for Project application, its good to RTBC.

brockfanning’s picture

Issue summary: View changes
Issue tags: +PAreview: review bonus

This has been languishing, but I finally got around to reviewing some other projects, and would love to have this become a full project. I've added links to my reviews in the top post, and tagged it for the PAReview review bonus. Thanks!

brockfanning’s picture

@gobinathm - forgot to mention, I fixed that issue, thanks for catching that.

klausi’s picture

Status: Reviewed & tested by the community » Fixed

Review of the 7.x-1.x branch:

  • Coder Sniffer has found some issues with your code (please check the Drupal coding standards).
    FILE: /home/klausi/pareview_temp/field_group_colorbox.module
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     287 | ERROR | Doc comment short description must be on a single line, further
         |       | text should be a separate paragraph
    --------------------------------------------------------------------------------
    
    FILE: /home/klausi/pareview_temp/field_group_colorbox.install
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     4 | ERROR | Doc comment short description must end with a full stop
    --------------------------------------------------------------------------------
    

This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. You have to get a review bonus to get a review from me.

manual review:

  • field_group_colorbox_init(): why do you need hook_init()? You should only add your CSS when it is actually needed and such a field group is displayed? Whenever you invoke your theme functions, for example in field_group_colorbox_field_group_pre_render() maybe?

But otherwise looks good to me, so ...

Thanks for your contribution, brockfanning!

I updated your account so you can promote this to a full project and also create new projects as either a sandbox or a "full" project.

Here are some recommended readings to help with excellent maintainership:

You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and stay involved!

Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.

Thanks to the dedicated reviewer(s) as well.

brockfanning’s picture

Thank you!

And I just removed hook_init, thanks also for that advice.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.