What is the easiest way to create two pages that appear as tabs on a single page? I expected to find something under admin/menu, but I guess it must be more involved.
Ray
Like menu tabs?
This works but only on the front page.(It should however work on any page so I'd take comments if someone has an answer)
------ Steps ------
Create two blocks by going to admin>blocks>add block.
Place your links in the block body.
Enable your block as <content> and select Configure (Page Specific Visibility)
Enter <front> and the block will appear on the front page.
NOTE: I could not get the block to appear on other pages, I assume I was making a mistaking in entering the path. to get it to appear on a test page (which the node link in the url was node/33) I tried the following paths: <node/33>, node/33, /node/33, </node/33>, <33>, </33> (the only path I could get to work was <front>.
If someone sees what I'm doing wrong please comment - this is really bugging me.
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org]On Behalf Of Ray Zimmerman Sent: Friday, August 04, 2006 9:53 PM To: support@drupal.org Subject: [support] menu tabs
What is the easiest way to create two pages that appear as tabs on a single page? I expected to find something under admin/menu, but I guess it must be more involved.
Ray -- [ Drupal support list | http://lists.drupal.org/ ]
On 8/5/06, Cozzi cozzi@blinkitshere.com wrote:
Like menu tabs?
JavaScript tools module also has the "Tabs module" which makes fast switching tabs in any content area you want. If you lack javascript they just spit out all the content in a row on the page.
to get it to appear on a test page (which the node link in the url was node/33) I tried the following paths: <node/33>, node/33, /node/33, </node/33>, <33>, </33> (the only path I could get to work was <front>.
It should work with: node/33
If it isn't working, submit a bug on block component with some specific details. This probably isn't very common so it may be something specific to your installation. It would be nice if you could test it on another platform or two before submitting the bug to see if it works under some conditions but not others.
Thanks, Greg