I have an issue with my EasyBlog URL routing.
I have a Single Category View (URL in site details) which is
http://www.mysite.com/stuff.
I want blogs in that category to have URL's like
http://www.mysite.com/stuff/somenews
but instead they are being created as...
http://www.mysite.com/publish/somenews where 'publish' is being pulled from a 'hidden' menu item I've created for my publishers.
I'd love to understand what's causing this behaviour. Thanks.