I think it would make alot of sense and help increase the profile/usage of groups.drupal.org if a link was added in the user block. Possibly similar to "My Projects", just called "My Groups" with a link to the g.d.o page.

The next step might be unifying the logins of the site, but I know there are separate requests for that. This is just about adding a link to the user block.

Comments

litwol’s picture

Priority: Normal » Critical

I give this feature request very high marks. I've been promoting groups for a while now and trying to improve them (not always with great success), however i think this feature will help making a big step towards increasing awareness of g.d.o and how useful it may be.

If a user is not a part of any group it should default to something along the lines of 'search for groups to join' or 'learn about drupal groups'

+1 from me.

rcross’s picture

bump

avpaderno’s picture

Component: Textual improvements » Groups.drupal.org
avpaderno’s picture

Status: Active » Fixed
StatusFileSize
new11.1 KB

I would think the feature is already implemented (see the attached screenshot).

rcross’s picture

Component: Groups.drupal.org » Textual improvements
Category: feature » task
Status: Fixed » Needs work

No, this is not what you have suggested.

This is a link on http://drupal.org pointing to http://groups.drupal.org (and probably a reciprocal link if there is not already one on g.d.o)

avpaderno’s picture

Status: Needs work » Active

You meant a block on d.o listing the groups on g.d.o a user is member of.

In that case, I am not sure it is possible, as d.o and g.d.o don't share the same database tables, and OG is installed only on g.d.o.

rcross’s picture

No, I mean adding a simple HTML link. It could be added to the contributor links block under the weblinks section or, better, inside the user login block next to "my issues". I can make the change myself if I had access

rcross’s picture

Please see this screen shot with annotations.

avpaderno’s picture

Category: task » feature

-1 from me.
It seems nobody is interested in this feature request, which would require some custom code, if the link needs to be added when users have a g.d.o account, or is member of any group; if the link would appear in any case, then it would not be useful at all.

rcross’s picture

If you please look at the provided mockup, you will see there is NO custom code required. There are just 2 basic menu items with external links.

Also, considering that now all g.d.o accounts are linked with their d.o accounts, any of the custom functionality that is being interpreted here would be much easier. (but its not being asked for.)

rcross’s picture

**Revised Request**

Can we please add a simple html link as shown here? Nothing custom, just a link.

avpaderno’s picture

Priority: Critical » Normal

The mockup doesn't show to which page the link takes.
If it takes to http://groups.drupal.org/user, then you are correct is doesn't require any custom code; the link title needs to be changed, as My groups means all the groups for which you are member.

Still, I don't see any reason to add such link, considering that there are just two users asking for it.

rcross’s picture

The link should point to "http://groups.drupal.org" - Please review the most recent mockup. The text should just be "Drupal Groups" or something similar.

avpaderno’s picture

Status: Active » Closed (duplicate)

As per comment #11, this feature request became a duplicate of #700768: Add a link on drupal.org pointing to groups.drupal.org. rcross is also using the same screenshot used in the other feature request.

rcross’s picture

Status: Closed (duplicate) » Needs work

thanks. Just to clarify, it was suggested to me that my original request indicated custom coding work and that I would be better off submitting a new issue that only asks for the basic link.

I do think that the custom code for properly linking to http://groups.drupal.org/groups/my (without the potential access denied if the user does not have a g.d.o account) is still a good idea and should keep this issue open to discuss it.

I would also support adding some custom code to allow for the list of groups to also be included, but this is probably too much to ask in light of the new redesign, so will not include this request in this issue.

avpaderno’s picture

Title: Add link to user block for groups.drupal.org » Add link to user block for the g.d.o page "My groups"
Status: Needs work » Active

Just to understand better, is your feature request about a link to the user block that points to the page My groups?

rcross’s picture

I'm not sure I am clear on your phrasing. I will try to add more detail here:

In the navigation menu block, I would add a menu item with the text "My Groups" and the url "http://groups.drupal.org/groups/my". Then If a user is logged in AND they have an account on g.d.o (these are linked now through the bakery module), then clicking that link will take them to the list of their groups. If the user is logged in AND does not have an account on g.d.o, then the user will get an access denied error. To me this is still preferable to not having a link, but to avoid the error a small bit of custom code (a fairly simple menu hook I think) would be needed that only displays the link if the user has an account on g.d.o. (With new accounts, I'm not sure if the bakery module automatically grants access to *.d.o which might make this custom code irrelevant)

Of course, if a user is not logged in, then the whole navigation block is not displayed and is not shown.

Please keep in mind this request is separate from the other issue, which is also for a simple link added to the "Contributor's Links" block. I do not think that block uses the menu system though, so just the snippet "Drupal Groups" can be added directly for that block.

Does that clarify the request?

avpaderno’s picture

but to avoid the error a small bit of custom code (a fairly simple menu hook I think) would be needed that only displays the link if the user has an account on g.d.o.

drupal.org, and groups.drupal.org don't share the database tables; this means that code running on Drupal.org cannot verify if a user has also an account on groups.drupal.org.
The link can only be a static link that would cause users who are not logged in on groups.drupal.org to see the error 403 page (although it is still visible the link to log in).

rcross’s picture

yes, I am aware the sites do not share databases. This part is clear. I assume there must be something in the database from the bakery module that would provide the connection between accounts. I am not sure how the module would work without this information, but regardless, if it is not available then this portion can be ignored.

The other issue should take the priority regardless of this result since it does not require any of these difficulties.

silverwing’s picture

Since the Dashboard has the link to "My Groups" http://groups.drupal.org/groups/my on g.d.o, marking this as fixed.

greggles’s picture

Status: Active » Fixed

:)

silverwing’s picture

grrrrrrr

Status: Fixed » Closed (fixed)

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

avpaderno’s picture

Title: Please help me, how to create module that makes site map from menu->primary links » Add link to user block for the g.d.o page "My groups"
Project: Drupal.org site moderators » Groups.drupal.org
Version: » 6.x-1.x-dev
Component: Textual improvements » User interface
Assigned: franklin001 » Unassigned
Category: task » feature