I want to hide the 'Post New Blog Entry' link when you view My Blog. I can see where this is done in blog.module but I do not want to modify a core module. I have looked at trying to overrider this in template.php but with no success.

Any ideas?

Thanks
Bernard

Comments

NewZeal’s picture

Why do you want to hide it? To hide it from all but authorized bloggers go to administer>>access control and go down to blog module. Make sure that neither anonymous or authorized users are ticked. Then the only person who sees it is admin.

bernardwright’s picture

We still want people to create blogs but want them to access it through the Create Content options rather than direct on the page. The site is a completely new theme and it has been deemed that having it on the page itself it not what they want, hence wanting to hide it.

NewZeal’s picture

Ability to do that will require knowledge of php and changing the code.

bernardwright’s picture

Hi, yes no problem changing code and knowledge of PHP. I know where it would need to be changeed in blog.module. What I was hoping to do was to be able to hide the link without changing a core module.

NewZeal’s picture

Well, I'm not an expert on drupal, but I can't see any admin option for what you are looking for.