Hello All, I want a link module (other than node_link, link_node, weblinks, link and Link package).
I've tried these modules. But my client's requirement is somewhat different. I want to create a link in such a way that, it can be placed in navigation anywhere. And it should open in new window in one click only. Means i dont want any page in between.
So can anybody help me? Its really urgent. Can i do this with somw changes in above mentioned modules? If so please mention which changes. I'm really under high pressure.
Regards, Vishakha.
I make link pages for my clients all the time and this is my little formula that may work for you.
1. New content type with a CCK field for URL
2. Then I create a custom template file the new content type with the information I need and then often just using <a href="<?php field_url[0]['safe'] ?>" target="_blank"> >?php print $title ?>
Once you have this you can control the placement and organization with views. To solve the fact that this removes the link to the title I created a view with a list of the link content type and then edit buttons.
Hope this helps.
-Steve
Steve Kessler
Denver DataMan
303-587-4428
<http://www.denverdataman.com/content/enewsletter-signup> Sign up for the Denver DataMan Free eNewsletter
From: Vishakha Tambe [mailto:vishakhatambe.mcs@gmail.com] Sent: Saturday, December 13, 2008 12:40 AM To: support@drupal.org Subject: [support] Link Module
Hello All, I want a link module (other than node_link, link_node, weblinks, link and Link package).
I've tried these modules. But my client's requirement is somewhat different. I want to create a link in such a way that, it can be placed in navigation anywhere. And it should open in new window in one click only. Means i dont want any page in between.
So can anybody help me? Its really urgent. Can i do this with somw changes in above mentioned modules? If so please mention which changes. I'm really under high pressure.
Regards, Vishakha.