Ah, I see.  Ok, well the groups that a user is joined to is contained within the user object.  So if you can feed Login Destination PHP code snippets, you would want something like<br><br>global $user;<br>if (isset($user-&gt;og_groups)) {<br>
  return $user-&gt;og_groups[0];<br>}<br><br>A couple of caveats:<br>- you&#39;ll need to double check the actual name of the og_groups property.  I *think* off the top of my head it is &#39;og_groups&#39;, but I&#39;m not 100% sure.<br>
- this assumes that Login Destination runs its code after the global $user object has been set<br>- organic groups often uses the group id (gid) as its array keys, so og_groups[0] might not work.  Since you know in advance that a user can only be a member of one group on your site, you could also use &quot;return array_pop($user-&gt;og_groups);&quot;<br>
<br>Please let me know if that works.  If not, I&#39;ll gladly help to tweak it.<br><br><div class="gmail_quote">On Sun, Sep 13, 2009 at 8:07 PM, A-NO-NE Music <span dir="ltr">&lt;<a href="mailto:madflute@anonemusic.com">madflute@anonemusic.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="word-wrap: break-word;"><div><br></div><div>Thank you for your response.</div><div>
<br></div><div>Not og/my.  It&#39;s the group home page you created when you add a new group as a Content Type.  In other words, there is only one node to that group, which content type is OG, and this node becomes the home page where all the private node will be added there by &quot;Promote to Front&quot;.  og/my only shows the title in a table view, and it doesn&#39;t look good as the home page to the group.  I understand it is this way since one might belong to multiple groups in a usual Drupal use, but for my needs one only can join one group.  This is why I want to show the group home page contents when one logged in.</div>
<div><br></div><div>Sorry English is not my forte :-)</div><div class="im"><div><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div>
--<br>- Hiro</div><div><br></div><div>Hiroaki Honshuku, A-NO-NE Music, Greater Boston</div><div><a href="http://a-no-ne.com" target="_blank">http://a-no-ne.com</a>   <a href="http://anonemusic.com" target="_blank">http://anonemusic.com</a></div>
<div><br></div></span></span></div><br></div><div class="im"><div><div>On 2009/09/13, at 14:36, William Smith wrote:</div><br><blockquote type="cite">Which page do you mean by &quot;OG home page&quot;?  og/my?<br><br><div class="gmail_quote">
On Sat, Sep 12, 2009 at 3:24 PM, A-NO-NE Music <span dir="ltr">&lt;<a href="mailto:madflute@anonemusic.com" target="_blank">madflute@anonemusic.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Drupal 6.13<br>
<br>
How can I make it so OG member is sent to their OG home page using Login Destination?  I am assuming you need to put some PHP code, but google doesn&#39;t return much help especially on Drupal 6.<br>
Appreciate any help.<br>
<br>
<br>
--<br>
- Hiro<br></blockquote></div></blockquote></div><br></div></div><br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br>