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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | blogtitle_node_bottom_links_v3.patch | 768 bytes | Andrew Schulman |
| #2 | Clipboard05.png | 45.48 KB | marcushenningsen |
| #1 | blogtitle_node_bottom_links_v2.patch | 718 bytes | Andrew Schulman |
| blogtitle_node_bottom_links.patch | 741 bytes | Andrew Schulman | |
| blog_node_bottom_links.png | 16.66 KB | Andrew Schulman |
Comments
Comment #1
Andrew Schulman commentedI 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.
Comment #2
marcushenningsen commentedAs 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.
Comment #3
Andrew Schulman commentedMarcus, 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.
Comment #4
marcushenningsen commentedSorry for the late answer. The patch seems to work.
Thanks a lot
Marcus
Comment #5
remi commentedThank you for your work! The patch files have been committed to version 1.3.
Comment #6
remi commented