In the link to the user's blog that appears at the bottom of a blog node, the blog title isn't replaced. See the highlighted area in the screenshot: the title of user carey's blog is "Carey's medical updates", but that's not shown here.

The attached patch fixes this problem. It assumes that blogtitle_get_blog_title() takes only one argument, $uid, as in the patch at #566610: blogtitle and realname are incompatible.

Thanks,
Andrew.

Comments

Andrew Schulman’s picture

StatusFileSize
new718 bytes

I think that the above patch was created against a non-clean version of blogtitle. Sorry. Here's a revised patch, which was created against blogtitle-6.x-1.2, already patched by the latest in #566416: blog title is empty if not specified and #566610: blogtitle and realname are incompatible.

marcushenningsen’s picture

StatusFileSize
new45.48 KB

As stated in #566416: blog title is empty if not specified the patch does change the blog link in $links but has the side effect of outputting the same blog link in $terms. See attached screen shot.

Andrew Schulman’s picture

StatusFileSize
new768 bytes

Marcus, thanks for reporting this. I didn't have taxonomy enabled on my test site, so I didn't see it.

Here's a revised patch that fixes this problem. Please test. This patch is against blogtitle-6.x-1.2, with blogtitle+realname-1_3.patch from #566610: blogtitle and realname are incompatible already applied.

I'm also posting a revised unofficial -dev build that includes this patch at #566416: blog title is empty if not specified, if you prefer to test that.

marcushenningsen’s picture

Status: Needs review » Reviewed & tested by the community

Sorry for the late answer. The patch seems to work.

Thanks a lot
Marcus

remi’s picture

Status: Reviewed & tested by the community » Fixed

Thank you for your work! The patch files have been committed to version 1.3.

remi’s picture

Status: Fixed » Closed (fixed)