Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • rochimartin Friend
    #164694

    Hi!
    I am working on JA Cloris for joomla 1.5 and I can not figure how to configure the layout of the blog.
    Is it build in K2? How can I set the articles options in order to look as preety as in the demo?

    One more question… Does anyone know how should I configure the module inside the index in order to show the last articles as in the demo?

    khoand Friend
    #394775

    One more question… Does anyone know how should I configure the module inside the index in order to show the last articles as in the demo?

    I don’t understand what you mean clearly. Could you give me a snapshot with your annotation?

    khoand Friend
    #394776

    I am working on JA Cloris for joomla 1.5 and I can not figure how to configure the layout of the blog.
    Is it build in K2? How can I set the articles options in order to look as preety as in the demo?

    Yes, it is. To do look as demo, edit k2 category, set “Select a template” is ja_cloris_blog

    rochimartin Friend
    #395150

    I still have problems with the confuguration of JACloris blog as in the demo. I have attached a snapshot of my frontend.

    I can not configure the blog title with jacloris layout. I have tried in the menu item’s configuration and also in k2 category’s options.
    Then I would like to translate months into spanish, is it possible?
    Finally, I would like to use in the blog list just a thumbnail of the picture inside the article. I could not figure it out by myself.

    Any help is really appreciated. Thanks a lot!


    1. frontend
    khoand Friend
    #395232

    I still have problems with the confuguration of JACloris blog as in the demo. I have attached a snapshot of my frontend.

    I can not configure the blog title with jacloris layout. I have tried in the menu item’s configuration and also in k2 category’s options.

    Could you give me username+password of ftp and backend? I need to check it.

    Then I would like to translate months into spanish, is it possible?

    Yes, it is.
    You replace this code from templatesja_clorishtmlcom_contentcategoryblog_item.php

    $createDay = date('d', strtotime( $created ));
    $createMonth = date('M', strtotime( $created ));

    with

    $createDay = JHTML::date($this->item->created, 'd', true);
    $createMonth = JHTML::date($this->item->created, 'M', true);

    You change bold text as you want to, from languageen-GBen-GB.ini


    JANUARY_SHORT="Jan"
    JANUARY="January"
    FEBRUARY_SHORT="Feb"
    FEBRUARY="February"
    MARCH_SHORT="Mar"
    MARCH="March"
    APRIL_SHORT="Apr"
    APRIL="April"
    MAY_SHORT="May"
    MAY="May"
    JUNE_SHORT="Jun"
    JUNE="June"
    JULY_SHORT="Jul"
    JULY="July"
    AUGUST_SHORT="Aug"
    AUGUST="August"
    SEPTEMBER_SHORT="Sep"
    SEPTEMBER="September"
    OCTOBER_SHORT="Oct"
    OCTOBER="October"
    NOVEMBER_SHORT="Nov"
    NOVEMBER="November"
    DECEMBER_SHORT="Dec"

    Finally, I would like to use in the blog list just a thumbnail of the picture inside the article. I could not figure it out by myself.

    I don’t understand what you mean clearly. Could you explain detail more?

    rochimartin Friend
    #395294

    Thanks a lot khoand! I have just sent you my web details by pm.
    I have checked the file blog_item.php but i could not find any of those codes (the first or the second). The other file (en-GB.ini) i could rewrite without any problem at all, but the months are still in english. I understand the other code is really important in order to show the months as I have written.

    <blockquote>Finally, I would like to use in the blog list just a thumbnail of the picture inside the article. I could not figure it out by myself.</blockquote>
    I have my articles in k2 all of them with a picture that I upload by ftp and link by html code in order to be shown as in the demo, with an elegant white border. This is the code I use (i do not know if it is important):

    <div class="img-style-wrap style3 left clearfix"><img src="images/stories/blog/gomez_blog_dg_sigue_de_cerca_a_dp.png" border="0" /></div>

    In the index, inside the module that displays a list of my last articles, I want to use the same image with the white border but smaller, like a thumbnail of the picture you will see when you open the article (as in the demo).
    Maybe i have to use a plugin or a module i missed.

    I hope i have been clear, if not please let me know.

    khoand Friend
    #395453

    I still have problems with the confuguration of JACloris blog as in the demo. I have attached a snapshot of my frontend.

    I can not configure the blog title with jacloris layout. I have tried in the menu item’s configuration and also in k2 category’s options.
    Then I would like to translate months into spanish, is it possible?
    Finally, I would like to use in the blog list just a thumbnail of the picture inside the article. I could not figure it out by myself.

    Any help is really appreciated. Thanks a lot!

    I fixed it.
    I replace this code from templatesja_clorishtmlcom_k2templatesja_cloris_blogcategory.php

    <div class="componentheading<?php echo $this->params->get('pageclass_sfx')?>">
    with

    <div class="componentheading <?php echo $this->params->get('pageclass_sfx')?>">
    To show image on full row, you replace this code when you edit article

    <div class="img-style-wrap style3 left clearfix"><img src="images/stories/gomez_blog.jpg" border="0" /></div>
    with

    <div class="img-style-wrap style3 clearfix"><img src="images/stories/gomez_blog.jpg" border="0" /></div>
    I did it for ¿Quién es Daniel Gómez? article

    khoand Friend
    #395458

    I have checked the file blog_item.php but i could not find any of those codes (the first or the second). The other file (en-GB.ini) i could rewrite without any problem at all, but the months are still in english. I understand the other code is really important in order to show the months as I have written.

    I fixed it.
    I replaced this code from templatesja_clorishtmlcom_k2templatesja_cloris_blogcategory_item.php

    $createDay = date('d', strtotime( $this->item->created ));
    $createMonth = date('M', strtotime( $this->item->created ));

    with

    $createDay = JHTML::date($this->item->created, '%d');
    $createMonth = JHTML::date($this->item->created, '%b');

    Your language is spanish. So you change languagees-ESes-ES.ini

    rochimartin Friend
    #395490

    THANKS SO MUCH Khoand! I really appreciate your help

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

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

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