Re: [joomla] Workflow question

2012-05-23 Thread Janet Sullivan
works.   Janet Sullivan From: Matt Thomas To: NYPHP SIG: Joomla Sent: Wednesday, May 23, 2012 7:46 AM Subject: Re: [joomla] Workflow question Janet, That's great to hear. I'm in the same boat as you; reading the manual is not the first thought that occurs to me eit

Re: [joomla] Workflow question

2012-05-23 Thread Sasa Rakic - Gmail
Life is normal thing without 1000 times good bye. From: joomla-boun...@lists.nyphp.org [mailto:joomla-boun...@lists.nyphp.org] On Behalf Of Bill Crews Sent: Wednesday, May 23, 2012 2:07 PM To: NYPHP SIG: Joomla Subject: Re: [joomla] Workflow question ... and told us about it. Thanks

Re: [joomla] Workflow question

2012-05-23 Thread Bill Crews
ther or not modifying the >> tk_redemption_free/layouts/template.config would have worked. >> I think I will try it after I get the real client site going. >> And thanks! >> >> I'm writing it 100 times: Read the manual, read the manual, read the >> man

Re: [joomla] Workflow question

2012-05-23 Thread Matt Thomas
anual. > Janet Sullivan > > > -------------- > *From:* Matt Thomas > *To:* NYPHP SIG: Joomla > *Sent:* Saturday, May 19, 2012 11:25 AM > > *Subject:* Re: [joomla] Workflow question > > You can also look at https://github.com/joomla/joomla-cms#L38 to s

Re: [joomla] Workflow question

2012-05-22 Thread Helvécio da Silva
Hi Janet! *index.php* should be under your folder *templates/tk_redemption_free* On the header are you should find a line like this: If it's not there, you can create it. The *custom.css* file should be under *templates/tk_redemption_free/css* If it's not there, you can also create it. G'lu

Re: [joomla] Workflow question

2012-05-20 Thread Janet Sullivan
and where to add it so that my css is guaranteed to override the standard template? >>  >> >>Janet Sullivan >> >> >> >> >>____ >> From: Scott Wolpow >>To: joomla@lists.nyphp.org >>Sent: Saturday, May 19,

Re: [joomla] Workflow question

2012-05-20 Thread Janet Sullivan
#x27;, "css:/font1/$font.css"); } if (($font = $this['config']->get('font2')) && $this['path']->path("css:/font2/$font.css")) { $this['asset']->addFile('css', "css:/font2/$font.css"); } if (($font = $this[&#x

Re: [joomla] Workflow question

2012-05-19 Thread Laura Gordon
gt; >-- > *From:* Scott Wolpow > *To:* joomla@lists.nyphp.org > *Sent:* Saturday, May 19, 2012 6:44 AM > *Subject:* Re: [joomla] Workflow question > > Your best bet is to add a custom.css file to the template. > Then add it in the index.ph

Re: [joomla] Workflow question

2012-05-19 Thread Matt Thomas
that my css is guaranteed to override the > standard template? > > Janet Sullivan > > >-- > *From:* Scott Wolpow > *To:* joomla@lists.nyphp.org > *Sent:* Saturday, May 19, 2012 6:44 AM > *Subject:* Re: [joomla] Workflow question > > Your best bet

Re: [joomla] Workflow question

2012-05-19 Thread Scott Wolpow
lists.nyphp.org *Sent:* Saturday, May 19, 2012 6:44 AM *Subject:* Re: [joomla] Workflow question Your best bet is to add a custom.css file to the template. Then add it in the index.php This will solve your issues, but you may have to add the line again in the index.php Scott Wolpow On 5/19/2012

Re: [joomla] Workflow question

2012-05-19 Thread Janet Sullivan
.org Sent: Saturday, May 19, 2012 6:44 AM Subject: Re: [joomla] Workflow question Your best bet is to add a custom.css file to the template. Then add it in the index.php This will solve your issues, but you may have to add the line again in the index.php Scott Wolpow On 5/19/2012 6:29 AM, Jane

Re: [joomla] Workflow question

2012-05-19 Thread Scott Wolpow
Your best bet is to add a custom.css file to the template. Then add it in the index.php This will solve your issues, but you may have to add the line again in the index.php Scott Wolpow On 5/19/2012 6:29 AM, Janet Sullivan wrote: I am building a joomla site using Yootheme, based on the Warp