Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • taotao223 Friend
    #163183

    for joomla 1.6
    how to make “ja-before-content” —>
    to also show in “Category Blog” layout? I’m not sure if this is call “ja-before-content”, got the name from firebug, thanks in advance.

    khoand Friend
    #387899

    Hi,
    What page do you want to change? Could you give me a link to it?

    taotao223 Friend
    #387914

    the article might look stupid because I couldnt find a working plugin to resize the article image in front, but heres the link lol
    http://taolol.com/taolol/index.php/blogs-a-comics-a-quizzes/english/taolol-blog-english

    khoand Friend
    #388194

    Hi,
    Add this code into <joomla url>templatesja_eventshtmlcom_contentcategoryblog_item.php file


    <div class="ja-before-content">
    <div class="ja-before-inner clearfix">
    <div class="ja-social-toolbox-small">
    <div class="inner clearfix">
    <?php if ($params->get('show_publish_date')):
    $createDay = date('d', strtotime( $this->item->publish_up));
    $createMonth = date('M', strtotime( $this->item->publish_up));
    $createYear = date('Y', strtotime( $this->item->publish_up));
    ?>
    <div class="articleCreated">
    <span class="date"><?php echo $createDay; ?></span>
    <span class="month"><?php echo $createMonth; ?></span>
    <span class="year"><?php echo $createYear; ?></span>
    </div>
    <?php endif; ?>
    </div>
    </div>
    <?php echo $this->item->event->beforeDisplayContent; ?>
    </div>
    </div>

    before

    <?php echo $this->item->introtext; ?>

    taotao223 Friend
    #388328

    thanks khoand! it works!

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

This topic contains 5 replies, has 2 voices, and was last updated by  taotao223 13 years, 7 months ago.

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