Page 1 of 1
conf.template_default.inc.php with no effects VARIABLES
Posted: Wed 9. Jan 2008, 21:23
by Jensensen
[x]
Re: conf.template_default.inc.php with no effects VARIABLES
Posted: Thu 17. Jan 2008, 21:44
by hendrik
So what would I have to do if I want to have back this <div class="articleSummary"> in the Summery?!
thx
Hendrik
Re: conf.template_default.inc.php with no effects VARIABLES
Posted: Thu 17. Jan 2008, 21:59
by update
You then of course could style the appropriate template(s) to get it (back)
Re: conf.template_default.inc.php with no effects VARIABLES
Posted: Thu 17. Jan 2008, 22:22
by hendrik
Sorry, but I never really edited such a template. And which one?
Do I have to edit /template/inc_cntpart/articlesummary/article/sample.tmpl and set article detail from default to sample.tmpl?
Or is there somewhere a default.tmpl??
Re: conf.template_default.inc.php with no effects VARIABLES
Posted: Thu 17. Jan 2008, 22:35
by update
to get an idea of which is what just try - to fill in some text and hit reload. You then will see the result very quickly . The defaults are in inc_default, aren't they? just test it out!
Re: conf.template_default.inc.php with no effects VARIABLES
Posted: Thu 17. Jan 2008, 22:43
by hendrik
Yep, I changed in template/inc_default/article_summary.tmpl
Code: Select all
[SUMMARY][IMAGE]<span style="float:left;margin:2px 10px 5px 0;">{IMAGE}[CAPTION]<br />
{CAPTION}[/CAPTION]</span>
[/IMAGE]{SUMMARY}[/SUMMARY]
to
Code: Select all
[SUMMARY]<div class="articleSummary">[IMAGE]<span style="float:left;margin:2px 10px 5px 0;">{IMAGE}[CAPTION]<br />
{CAPTION}[/CAPTION]</span>
[/IMAGE]{SUMMARY}</div>[/SUMMARY]
thanks
Hendrik
Re: conf.template_default.inc.php with no effects VARIABLES
Posted: Thu 17. Jan 2008, 23:20
by update
Yes - should work as intended
