hello, how can move author , creation date bottom of article. ive seen in forums before cannot find it. possible show tags 'simpletags' plugin on 'display news' module
thanks, james
p.s if possible show tags on display news module tags need bole intro text
thanks, james
p.s if possible show tags on display news module tags need bole intro text
hello notice - not developer , not php programmer
but wil try bro
wht generates date things , auth ...? com_content
there u find
[code=about line 440 or so] if ( $params->get( 'date' ) ) {
?>
}
if ( $params->get( 'title' ) ) {
?>
}
if ( $params->get( 'author' ) ) {
?>
}
if ( $params->get( 'hits' ) ) {
?>
[/code]
that is content.html.php files
but u see ...it tds (table cells ) , s complicated ...to chage postion have work content.html.php
i doing content, s not friendly .....big code
thanks
but wil try bro
wht generates date things , auth ...? com_content
there u find
[code=about line 440 or so] if ( $params->get( 'date' ) ) {
?>
}
if ( $params->get( 'title' ) ) {
?>
}
if ( $params->get( 'author' ) ) {
?>
}
if ( $params->get( 'hits' ) ) {
?>
that is content.html.php files
but u see ...it tds (table cells ) , s complicated ...to chage postion have work content.html.php
i doing content, s not friendly .....big code
thanks
Comments
Post a Comment