Posted by zzrwood on November 5, 2009 at 2:01am
Jump to:
| Project: | Organic groups |
| Version: | 6.x-2.0 |
| Component: | og.module |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi - I am a relatively newbie themer trying to change the wording on the groups checkboxes at user/register from "Join [group]" to "Pick your club [group]" - have attached image of default listing to hopefully clarify.
It looks to me like I need to somehow override the og_register function being called by theme_checkbox but I cannot figure out how to do that.
Grateful for any direction - have searched all over - even searched all the og code for "Join" to try to understand where it is being accessed from (not much fun with sql queries...)
Thanks
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| Picture 3.jpg | 17.51 KB | Ignored: Check issue status. | None | None |
Comments
#1
You can probably do this with string overrides module.
#2
Thanks gpk - have tried that but couldn't get it to work. Have created a work around where I send new users to an explanatory page first.
#3
I've not used stringoverrides in this context but it should work if you use this as the string that needs to be changed:
Join %name.That comes from this line: http://drupalcode.org/viewvc/drupal/contributions/modules/og/og.module?a...
#4
Automatically closed -- issue fixed for 2 weeks with no activity.