conf.template_default.inc.php with no effects VARIABLES
Re: conf.template_default.inc.php with no effects VARIABLES
So what would I have to do if I want to have back this <div class="articleSummary"> in the Summery?!
thx
Hendrik
thx
Hendrik
Re: conf.template_default.inc.php with no effects VARIABLES
You then of course could style the appropriate template(s) to get it (back)
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Re: conf.template_default.inc.php with no effects VARIABLES
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??
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
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!
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Re: conf.template_default.inc.php with no effects VARIABLES
Yep, I changed in template/inc_default/article_summary.tmpl
to
thanks
Hendrik
Code: Select all
[SUMMARY][IMAGE]<span style="float:left;margin:2px 10px 5px 0;">{IMAGE}[CAPTION]<br />
{CAPTION}[/CAPTION]</span>
[/IMAGE]{SUMMARY}[/SUMMARY]
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]
Hendrik
Re: conf.template_default.inc.php with no effects VARIABLES
Yes - should work as intended 

It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.