Closed (fixed)
Project:
Advanced Blog
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2009 at 15:32 UTC
Updated:
16 May 2010 at 16:00 UTC
Jump to comment: Most recent
Comments
Comment #1
citronica commentedWorks for me -- thanks for the fix!
Comment #2
BlaiseTH commentedFix does nothing for mine. Still no blog titles...
Comment #3
thiagobart commented@BlaiseTH
It worked for me, too. Remember that you have to reload the module. Go to Administer -> Site Building -> Modules and simply click on Save Configuration
Comment #4
droddis commentedI made the change as described but still don't see where I'm supposed to change the blog title to something other then the standard 'Blogs'. Am I missing something simple here?
www.test.roddis.ca
All I want to do is have the title be something other then Blogs. all help appreciated.
Comment #5
droddis commentedOnce again searching reveals the answer.
Sorry for the premature post..... :/
Comment #6
Anonymous (not verified) commentedfor me too the patch had made no change.
I have realname module installed.
This module override the callback function for the blog page .... how can we made the advanced_blog hook_menu_alter the winner?
Comment #7
escoles commentedEchoing others: The change described had no noticeable affect. Tried re-submitting the modules page, tried disabling the module and re-enabling it, various other strategies. Doesn't seem to have an effect at all: Title is still "[user]'s Blog".
Comment #8
escoles commentedNoticed that this was set to 'reviewed & tested' -- set back to 'needs work', since it doesn't seem to have an effect.
Comment #9
escoles commentedEDIT: Removing this because it's confusing -- not related to the current issue. See my note to Patrizio below.
Comment #10
butler360 commentedThe first post works for me. I ran cron/cleared the caches to be safe.
Comment #11
Anonymous (not verified) commentedThe fix is correct and I add this to my patch http://drupal.org/node/608650#comment-2334380
But there is still a problem when some other module override the link_alter function.
So the problem now is not in the module, but in the drupal function managing.
Have some ideas for the solution?
Comment #12
escoles commentedEDIT: Removing this because it's confusing -- not related to the current issue and liable to provoke more unhelpful branches. See my note to Patrizio below.
Comment #13
Anonymous (not verified) commentedSorry but ... the issue is the "Blog page title", not the "Block title".
The advanced_blog_menu_alter modify the title of the page and the title_head, then the browser window title.
This change works only on url like 'blog/blogger_id'
The problem that I can't fix is that there are some other modules like "realname" which have a *_menu_alter and override the "page callback" value.
For the block title ... I try to look at, but i think this is not the right issue
Comment #14
escoles commentedYou're right, I'm sorry -- I had an issue on the block title and I marked it as duplicate because I read this poorly. I'll copy my stuff over to that issue and re-open it.
In fact, I'll go back and delete it from this thread because it's just confusing.
Again, my apologies.
EDIT: Block title issue is here: http://drupal.org/node/649080
& I think I had marked the wrong issue duplicate so now I have to find that and fix it.
Comment #15
simon georges commentedRegarding the *menu_alter overriden by realname, I suppose changing the weight of "Advanced Blog" module could work, but there could be other impacts, and I don't know this module enough to debate about this...
Comment #16
svendecabooterThis issue has been fixed in the latest HEAD version of this module