Hello I am new to Drupal and am currently running a site and I'd like to adjust a few things in my layout. Specifically I added a CCK Link field to the story content type. I have disabled the Link Title as I only want to input the link. However on the display pages I would like to have the same link name use all the time. For example right now I have the following displaying Node Title Taxonomy terms <a href="http://www.something.com">http://www.something.com</a> What I would like to do is: Node Title Taxonomy Terms <a href="http://www.something.com">Watch this! </a> Hopefully you understand what I mean. I just want the output to be in the href="" and then use the Watch this! as my default instead of the actual link. I've looked at a few posts but just can't seem to grasp what I need to do. That and I have very minimal php experience. (former coldfusion programmer) Thanks in advance -- Chris McCreery
Op donderdag 15 februari 2007 01:57, schreef Chris McCreery:
Hello I am new to Drupal and am currently running a site and I'd like to adjust a few things in my layout. Specifically I added a CCK Link ... What I would like to do is:
I think you can best direct your questions at suppotr@drupal.org, or the forums. Since you are also tweaking the output/rendering of your site, you could consider mailing the theme mailinglist too. Bèr -- Drupal, Ruby on Rails and Joomla! development: webschuur.com | Drupal hosting: www.sympal.nl
Hello, Chris, The best place for questions like this is the support list, or on the Drupal forums -- the dev list is for questions relating to module development, as opposed to support. With that said, check out the contemplate module -- it allows you to generate templates to control how different node types are displayed. For a list of all the mailing list options, check out here: http://drupal.org/mailing-lists Cheers, Bill Chris McCreery wrote:
Hello I am new to Drupal and am currently running a site and I'd like to adjust a few things in my layout. Specifically I added a CCK Link field to the story content type. I have disabled the Link Title as I only want to input the link. However on the display pages I would like to have the same link name use all the time. For example right now I have the following displaying
Node Title Taxonomy terms <a href="http://www.something.com">http://www.something.com</a>
What I would like to do is:
Node Title Taxonomy Terms <a href="http://www.something.com">Watch this! </a>
Hopefully you understand what I mean. I just want the output to be in the href="" and then use the Watch this! as my default instead of the actual link. I've looked at a few posts but just can't seem to grasp what I need to do. That and I have very minimal php experience. (former coldfusion programmer) Thanks in advance
You might also want to checkout http://groups.drupal.org/drupal-dojo On 2/15/07, Bill Fitzgerald <bill@funnymonkeydata.com> wrote:
Hello, Chris,
The best place for questions like this is the support list, or on the Drupal forums -- the dev list is for questions relating to module development, as opposed to support.
With that said, check out the contemplate module -- it allows you to generate templates to control how different node types are displayed.
For a list of all the mailing list options, check out here: http://drupal.org/mailing-lists
Cheers,
Bill
Chris McCreery wrote:
Hello I am new to Drupal and am currently running a site and I'd like to adjust a few things in my layout. Specifically I added a CCK Link field to the story content type. I have disabled the Link Title as I only want to input the link. However on the display pages I would like to have the same link name use all the time. For example right now I have the following displaying
Node Title Taxonomy terms <a href="http://www.something.com">http://www.something.com</a>
What I would like to do is:
Node Title Taxonomy Terms <a href="http://www.something.com">Watch this! </a>
Hopefully you understand what I mean. I just want the output to be in the href="" and then use the Watch this! as my default instead of the actual link. I've looked at a few posts but just can't seem to grasp what I need to do. That and I have very minimal php experience. (former coldfusion programmer) Thanks in advance
participants (4)
-
Ankur Rishi -
Bill Fitzgerald -
Bèr Kessels -
Chris McCreery