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
Comment #1
PA robot commentedThere 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.
Comment #2
brockfanning commentedThank you PA Robot. I have fixed the errors you found. ;)
Comment #3
joshi.rohit100Hi
Your git repo is asking for password. Please check.
Comment #4
brockfanning commentedComment #5
brockfanning commentedSorry 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_colorboxComment #6
evanmwillhite commentedExcellent 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!
Comment #7
brockfanning commentedThanks very much for the review! I fixed those whitespace/layout issues, and added some screenshots and a documentation link to the project page.
Comment #8
evanmwillhite commentedpareview checked out and the project page looks great to me. Good work!
Comment #9
gobinathmin 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.
Comment #10
brockfanning commentedThis 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!
Comment #11
brockfanning commented@gobinathm - forgot to mention, I fixed that issue, thanks for catching that.
Comment #12
klausiReview of the 7.x-1.x branch:
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:
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.
Comment #13
brockfanning commentedThank you!
And I just removed hook_init, thanks also for that advice.