Hi Graham (gsbe),
You asked me (by email... answering here to let others respond) whether my extended menu module could fix the problem...
Short answer: I think no.
Each menu module should only display what was configured using the menu manager. Sometimes they may deliver another menu manager, but I think the built in menu manager should be flexible enough for what its made.
What I understand so far:
1) post1 (by capte) was answered by netshine...
In the "old" forum there is one (or more) threads talking about a
problem with mutiple SEF-URLs for a single content item. The cause
here is the same: the Itemid. The blog (I did not evaluated which
ones work well and which not) should be fixed to use the correct
Itemid of an existing menu item... if there is any. (It should not
just use the one of the page you were seeing the blog).
place to be fixed: content component (should not be very hard to fix)
2) Link URLs not beeing displayed in the module parameters ("pages")...
Sometimes it makes no sense to display it there, sometimes it does.
It does only make really sense when the URL does not contain an
Itemid parameter (it will then automatically get added).
But this does not solve the problem gsbe has, because the URL link
probably contains the Itemid of the unpublished menu items.
So for the cases where it makes sense...
place to be fixed: menu manager
3) Problem with unpublished blog menu items and the pathway...
gsbe wrote: * requirement throws out blog category as an option here and requires category blogs to be linked as Link URLs
Is the only reason for the Link URLs what is described in 1) ?
It seem not important here that the active menu item is displayed as
active and it does not have sub menu items either. As long as this
is true, it should work with Link URLs like you did.
gsbe wrote: * this category blog menu item is there to be recognized in the menu module parameters. To do so, it must be in the Top level of this menu, it cannot be a sub-menu item
I don't understand why there should be a difference (whether top level or sub menu)... if there is, than it is a bug in the menu manager.
place to be fixed: content item component or menu manager (maybe even both)
Btw your link seem not to work.
Now I could create a menu manager by my own, but as said before there is aready a menu manager which should rather get improved.
(To me it seems that 1) is your main problem.)
I hope I could explain it a bit and was useful at all.
Daniel