Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • communitymedia Friend
    #131793

    Hi,

    Is it possible to display the name of the author and the date of an articles publication on the Front Page of Teline?

    Any help will be appreciated.

    Best,
    Karl

    Sherlock Friend
    #264463

    Hi CommunityMedia !
    you want date and author display in Ja news module ?

    communitymedia Friend
    #264533

    Hi,

    Yes. I am trying to include the date and the name of the author in the postings of the front page module and the featured article module.

    The site is located at:

    http://stage.thenewcampus.org/vmexpress

    Thank you in advance!

    Best,
    Karl

    Sherlock Friend
    #265764

    Hi CommunityMedia !
    You can do it following way below :
    open mod_janews.php file in modulesmod_janews folder , find following code section at about line 219 :


    echo "<a href="$link" class="ja-newstitle" title="".($showintro ? $row->title : $row->introtext1)."">{$row->title}</a>n";

    change to :


    echo "<a href="$link" class="ja-newstitle" title="".($showintro ? $row->title : $row->introtext1)."">{$row->title}</a>n";
    echo "<div class="article-meta">
    <span class="createdate">".
    JHTML::_('date', $row->created, JText::_('DATE_FORMAT_LC2')).
    "</span>
    </div>";

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Sherlock 16 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum