|
|
<p>Hi</p>
<p>I want to put the $tagresult text (/plugins/content/tags.php file) just below date of creation, not in the beggining or the end of the text. I noticed that the function of this files "adds" the $tagResult to the $article->text variable, but I want to put the $tagResult directly just below date or in other location.</p>
<p> </p>
<p>I tried to put in this file (components/com_content/views/frontpage/tmpl/default_item.php) just below date,the code:</p>
<p><strong><?php echo $tagResult; ?></strong></p>
<p>Of course this is a noob attempt and it doesn't show the text. Can anyone tell me the way to put the variable content directly in that file, instead of adding the &tagResult to the $article->text variable?</p>
<p> </p>
<p>I also tried to use</p>
<p><strong>$article->created=$tagResult.$article->created;</strong></p>
<p>instead of</p>
<p><strong>$article->text=$tagResult.$article->text;</strong></p>
<p>in the tags.php file, line 111, unfortunatelly without results.</p>
<p> </p>
<p>I appreciate if anyone can help. Thanks and sorry my poor english</p> |
IP Logged
|
|
Last Edited On: 2010-02-21 10:02:05 By MiguelJeri for the Reason |