Posted by rene1986 on November 7, 2012 at 7:15am
Hey,
I have a block where I entered social media links from sharethis. When I'm trying to hide them all all pages exeopt on a few pages it doesn't work.
I want them to appear only on blog entry full node pages. In field: "Show block on specific pages:" I enered this:
blog
blog/*
nothing worked.
In the image you can see, what content types are available.
[URL=http://imageshack.us/photo/my-images/16/websitecontent.jpg/][IMG]http://img16.imageshack.us/img16/4760/websitecontent.jpg[/IMG][/URL]
Uploaded with [URL=http://imageshack.us]ImageShack.us[/URL]
What am I doing wrong?
thanks
Comments
Content type
Do you have URL rewrite enabled so that in your url, you have something like this www.nameofsite/blog/story1 instead of www.nameofsite/node/23?
Just because the content type
Just because the content type is called 'Blog' doesn't mean it saves paths as http://sitename.com/blog/blog-post - by default Drupal will save content thusly: http://sitename.com/node/123 (dependent on whether re-writing of URLs is on or not).
To get nodes re-writing in the way you want, you need to ensure you have pathauto enabled and that pathauto is set to re-write these URLs correctly. Can you confirm whether or not you are doing this?
OK pathauto is installed, and
OK pathauto is installed, and you where right. is is not blog but content. so I need to regenerate it