From chris.mccreery@gmail.com Thu Feb 15 00:58:04 2007 From: Chris McCreery To: development@drupal.org Subject: [development] A bit lost here Date: Wed, 14 Feb 2007 19:57:53 -0500 Message-ID: <8ce458940702141657w1c9a92b0lf317cb3307788c0@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5292694728040503498==" --===============5292694728040503498== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 http://www.something.com What I would like to do is: Node Title Taxonomy Terms Watch this! 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 --===============5292694728040503498==-- From ber@webschuur.com Thu Feb 15 10:41:10 2007 From: =?utf-8?q?B=C3=A8r?= Kessels To: development@drupal.org Subject: Re: [development] A bit lost here Date: Thu, 15 Feb 2007 11:40:31 +0100 Message-ID: <200702151140.31433.ber@webschuur.com> In-Reply-To: <8ce458940702141657w1c9a92b0lf317cb3307788c0@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4143643508291380750==" --===============4143643508291380750== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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=20 forums. Since you are also tweaking the output/rendering of your site, you=20 could consider mailing the theme mailinglist too.=20 B=C3=A8r --=20 Drupal, Ruby on Rails and Joomla! development: webschuur.com | Drupal hosting= :=20 www.sympal.nl --===============4143643508291380750== Content-Type: application/pgp-signature Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="attachment.sig" MIME-Version: 1.0 LS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0KVmVyc2lvbjogR251UEcgdjEuNC4zIChHTlUv TGludXgpCgppRDhEQlFCRjFEaWZxTVJaeXVyVGprQVJBbkIrQUo0dDc1b0Z1Qnh2Y0lWZ3JJRjBN RkNiTTl0MFhRQ2RFZFZSCjNUaTRLVHFhRk1CempFOWNvYUpYN0I4PQo9KzJ4OQotLS0tLUVORCBQ R1AgU0lHTkFUVVJFLS0tLS0K --===============4143643508291380750==-- From bill@funnymonkeydata.com Thu Feb 15 12:03:33 2007 From: Bill Fitzgerald To: development@drupal.org Subject: Re: [development] A bit lost here Date: Thu, 15 Feb 2007 04:03:25 -0800 Message-ID: <45D44C0D.9020907@funnymonkeydata.com> In-Reply-To: <8ce458940702141657w1c9a92b0lf317cb3307788c0@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3927967172603434041==" --===============3927967172603434041== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 > http://www.something.com > > What I would like to do is: > > Node Title > Taxonomy Terms > Watch this! > > 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 > --===============3927967172603434041==-- From ankur.rishi@gmail.com Fri Feb 16 00:45:48 2007 From: Ankur Rishi To: development@drupal.org Subject: Re: [development] A bit lost here Date: Thu, 15 Feb 2007 16:45:39 -0800 Message-ID: <45f52ddb0702151645o5ffcd1fcna682a98639706734@mail.gmail.com> In-Reply-To: <45D44C0D.9020907@funnymonkeydata.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6038907150251376769==" --===============6038907150251376769== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit You might also want to checkout http://groups.drupal.org/drupal-dojo On 2/15/07, Bill Fitzgerald 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 > > http://www.something.com > > > > What I would like to do is: > > > > Node Title > > Taxonomy Terms > > Watch this! > > > > 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 > > > > --===============6038907150251376769==--