Hi, Can anybody tell me how to use Smarty Theme Engine. I'v copied it into drupal-5.9/themes/engines/. But i dont know how to use it.
I don't know Smarty Theme Engine, I use PHPTemplate as Drupal Native engine to develop and port themes. The easy way to understand theming in drupal, in my opinion, is to start porting a well-known theme, the first times it's not so easy but from the 4th or 5h theme is very very easy. Cheers, Chris ;) 2008/8/19 Vishakha Tambe <vishakhatambe.mcs@gmail.com>
Hi, Can anybody tell me how to use Smarty Theme Engine. I'v copied it into drupal-5.9/themes/engines/. But i dont know how to use it.
_______________________________________________ themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes
Hi, The smarty Theme engine is not support Durpal 5.x, it works on Drupal 6.x On Tue, Aug 19, 2008 at 4:37 PM, Christian Geymonat <theswolf@gmail.com>wrote:
I don't know Smarty Theme Engine, I use PHPTemplate as Drupal Native engine to develop and port themes. The easy way to understand theming in drupal, in my opinion, is to start porting a well-known theme, the first times it's not so easy but from the 4th or 5h theme is very very easy.
Cheers, Chris ;)
2008/8/19 Vishakha Tambe <vishakhatambe.mcs@gmail.com>
Hi, Can anybody tell me how to use Smarty Theme Engine. I'v copied it into drupal-5.9/themes/engines/. But i dont know how to use it.
_______________________________________________ themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes
_______________________________________________ themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes
-- Stingna Raincity Studios Inc. Designer / Themer M: 136 819 000 65 E: stingna@raincitystudios.com W: www.raincitystudios.com
Vishakha Tambe wrote:
Can anybody tell me how to use Smarty Theme Engine. I'v copied it into drupal-5.9/themes/engines/. But i dont know how to use it. Assuming you've downloaded the correct version of the smarty engine for your drupal version, you now create your theme using smarty tags. So make a folder in sites/all/themes that's the name of your theme and get coding.
If you don't know how to use smarty at all then I recommend you don't bother to learn, just learn some basic php required to use the Drupal's phptemplate engine - there's lots more documentation and help available for phptemplate. For a beginner the only difference between php and smarty is angle brackets <?php ?> vs curly brackets for { smarty }. -- Adrian Simmons (aka adrinux) <http://perlucida.com> e-mail <mailto:adrinux@perlucida.com>
yes, Vishakha is right, I just mixed the smart theme engine to another one, and don't forget to change the 'theme_' to your theme name. On Tue, Aug 19, 2008 at 5:20 PM, Adrian Simmons <adrinux@perlucida.com>wrote:
Vishakha Tambe wrote:
Can anybody tell me how to use Smarty Theme Engine. I'v copied it into drupal-5.9/themes/engines/. But i dont know how to use it. Assuming you've downloaded the correct version of the smarty engine for your drupal version, you now create your theme using smarty tags. So make a folder in sites/all/themes that's the name of your theme and get coding.
If you don't know how to use smarty at all then I recommend you don't bother to learn, just learn some basic php required to use the Drupal's phptemplate engine - there's lots more documentation and help available for phptemplate.
For a beginner the only difference between php and smarty is angle brackets <?php ?> vs curly brackets for { smarty }.
-- Adrian Simmons (aka adrinux) <http://perlucida.com> e-mail <mailto:adrinux@perlucida.com> _______________________________________________ themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes
-- Stingna Raincity Studios Inc. Designer / Themer M: 136 819 000 65 E: stingna@raincitystudios.com W: www.raincitystudios.com
participants (4)
-
Adrian Simmons -
Christian Geymonat -
Stingna Zhou -
Vishakha Tambe