In blogging (Tiki 1.8.3 and probably others), the blog
post title is not shown in the browser's title bar when
viewing a single post.
To recreate: Create a blog, with at least one post in
it. View the post. The browser title will not show the
title of the post (even if blog post titles are enabled
and in use).
The fix is trivial, and only required in the PHP (the
tpl figures it all out just fine):
# diff tiki-view_blog_post.php.bugged
tiki-view_blog_post.php
176a177,181
> if($blog_data['use_title'] = 'y')
> {
> $smarty->assign('title', $post_info['title']);
> }
>
(just add the code above anywhere after around line 176)
Marc Laporte
2005-02-12
Logged In: YES
user_id=484395
FYI, it works fine in Branch-1-9 but not 1.8.5
M ;-)
Michael Davey
2005-02-26
Logged In: YES
user_id=399326
Backport 1.9 fix to 1.8.6-pre
Michael Davey
2005-02-26