<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">I have added a field to Profile (profile_blog_name) that allows each user to name or rename his own blog. &nbsp;I have also hacked drupal_set_title() at&nbsp;
</span></font><!--StartFragment--><span style=""><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">blog>blog-pages.inc &nbsp;to use that new field content as the title that appears on the blog page.</span></font></span><!--EndFragment--><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><br></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">I then assembled a view that contains all active Profile blog-names--that is, a directory of all user blogs on the site. &nbsp;Now I'd like to add a link for each blog to that page. &nbsp;I think the easiest way would be to add a hidden field to Profiles and automatically render it as a link at the time of user registration. &nbsp;So, when someone registers and becomes $uid #125, the field is automatically completed as $base_path/blog/125 or perhaps it would need to be &lt;a=href ....>link&lt;/a>. &nbsp;If I can get the value into Profiles, I assume I should be able to include it as a Views field and that it should propagate through the blog page just like other fields.</span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><br></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">I'm just an old classicist trying to implement this for my students--not a programmer. Can someone please tell me whether this will work--and how to programatically generate the link in Profiles?</span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><br></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">Many thanks in advance,</span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><br></span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">Steve Hays</span></font></div></body></html>