I have a tons of nodes i made with cck but i want to make a buttons inside a page for an example:
I have a link on the up of the site that say videos when the user click on videos inside the content of this page i want to appear buttons to different nodes, but the thing is only i want only appear when click videos because if i make blocks and i put to appear on content area drupal does but on all content areas of al drupal site not only on videos like i want. Any suggestion? Really is put a link buttons on few pages only and if one of that pages are one video or image put a button at the content area and next downd the image or video or any thing made on cck.
And the other any module to make pretty and more goog looking buttons?
Thank you
By coer on
Comments
=-=
you have control over block visibility, you can set a block to only show on the videos path. provided you have a set path for the video content.
this if your path to videos is yoursite.com/videos
you can set a block to only show on videos and videos/*
now that block will only show on video pages.
ahh i see
i see is here that on blocks:
Show block on specific pages:
Show on every page except the listed pages.
Show on only the listed pages.
Show if the following PHP code returns TRUE (PHP-mode, experts only).
Thank you but what happen if i want to make a button on certain CCK nodes only?
Look this site http://www.drupalove.com/
if you see they have buttons:Home, drupal videos, Themes, etc. Is what i need to do and put on the same position like they have. If you put your mouse over for an example drupal videos appears a submenu telling you drupal 5 videos or 6 videos really is i want to do if your mouse is over button Theme appears another options with links. How can i do that? Or in the last case put a button on a cck made node.
Thank you
=-=
They are not buttons. They are menu items. Investigate nice_menus.module which allows you to have drop down menus.