The advanced_blog_menu_alter has a bug so the blog title is not replaced as advertised. Change from:

$callbacks['blog/%user_current']['page callback'] = 'advanced_blog_page_user';

to:

$callbacks['blog/%user_uid_optional']['page callback'] = 'advanced_blog_page_user';

Comments

citronica’s picture

Works for me -- thanks for the fix!

BlaiseTH’s picture

Fix does nothing for mine. Still no blog titles...

thiagobart’s picture

@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

droddis’s picture

I 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.

droddis’s picture

Once again searching reveals the answer.

Sorry for the premature post..... :/

Anonymous’s picture

for 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?

escoles’s picture

Echoing 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".

escoles’s picture

Status: Reviewed & tested by the community » Needs work

Noticed that this was set to 'reviewed & tested' -- set back to 'needs work', since it doesn't seem to have an effect.

escoles’s picture

EDIT: Removing this because it's confusing -- not related to the current issue. See my note to Patrizio below.

butler360’s picture

The first post works for me. I ran cron/cleared the caches to be safe.

Anonymous’s picture

The 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?

escoles’s picture

EDIT: 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.

Anonymous’s picture

Sorry 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

escoles’s picture

You'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.

simon georges’s picture

Regarding 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...

svendecabooter’s picture

Status: Needs work » Fixed

This issue has been fixed in the latest HEAD version of this module

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.