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.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | Add link to user block for groups.drupal.org | drupal.org_1256801178577_2.png | 567.02 KB | rcross |
| #8 | Add link to user block for groups.drupal.org | drupal.org_1256801178577.png | 547.08 KB | rcross |
| #4 | Voila_Capture_40.png | 11.1 KB | avpaderno |
Comments
Comment #1
litwol commentedI 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.
Comment #2
rcross commentedbump
Comment #3
avpadernoComment #4
avpadernoI would think the feature is already implemented (see the attached screenshot).
Comment #5
rcross commentedNo, 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)
Comment #6
avpadernoYou 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.
Comment #7
rcross commentedNo, 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
Comment #8
rcross commentedPlease see this screen shot with annotations.
Comment #9
avpaderno-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.
Comment #10
rcross commentedIf 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.)
Comment #11
rcross commented**Revised Request**
Can we please add a simple html link as shown here? Nothing custom, just a link.
Comment #12
avpadernoThe 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 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.
Comment #13
rcross commentedThe link should point to "http://groups.drupal.org" - Please review the most recent mockup. The text should just be "Drupal Groups" or something similar.
Comment #14
avpadernoAs 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.
Comment #15
rcross commentedthanks. 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.
Comment #16
avpadernoJust to understand better, is your feature request about a link to the user block that points to the page ?
Comment #17
rcross commentedI'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?
Comment #18
avpadernodrupal.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).
Comment #19
rcross commentedyes, 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.
Comment #20
silverwing commentedSince the Dashboard has the link to "My Groups" http://groups.drupal.org/groups/my on g.d.o, marking this as fixed.
Comment #21
greggles:)
Comment #22
silverwing commentedgrrrrrrr
Comment #25
avpaderno