Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • pixelperfect Friend
    #185325

    Hi there,
    Im using JA Blazes on Joomla 2.5.9. I used the quickstart package and installed the sample data. There is an issue with the articles displaying the SHOW CATEGORY, SHOW AUTHOR, etc. correctly. Instead of it showing the category or author, it shows:
    JACOM_CONTENT_CATEGORY
    JACOM_CONTENT_WRITTEN_BY

    On another forum someone suggested I try using language overrides through the admin, which did allow me to change those strings to the text I wanted, but it still did not show the category or author. It was later suggested that this is a bug with the template.

    Below is the en-GB.tpl_ja_blazes.ini file. Someone also suggested that this file should not contain markup, so I removed the <strong> tags, but that did not help so I changed it back.

    BACK_TO_TOP=”Back to Top”
    TOP=”Top”
    MOBILE_VERSION=”Mobile Version”
    DESKTOP_VERSION=”Desktop Version”
    SWITCH_TO_STANDARD_MODE_CONFIRMATION=”Switch to standard mode? Switch back to mobile view via a link at the bottom of the page in standard mode”
    DO_NOT_SHOW_THIS_MESSAGE_AGAIN=”Do not show this message again”
    CLOSE_THIS_NOTICE=”Close this notice”
    IE6_WARNING_TITLE=”Did you know that your Internet Explorer 6 (IE6) is out of date?”
    IE6_WARNING_MESSAGE=”<p class=”_QQ_”note”_QQ_”>This template is compatible with IE6, however your experience will be enhanced with a newer browser.</p><p>To get the best possible experience using our website we recommend that you upgrade to a newer version or other web browser. A list of the most popular web browsers can be found below<p>”
    JA_DATE_FORMAT_LC5=”%B %d, %Y”
    JACOM_CONTENT_WRITTEN_BY=”<strong>By</strong> %s”
    JACOM_CONTENT_PUBLISHED_DATE =”Published”
    JACOM_CONTENT_CREATED_DATE_ON=”Post”
    JACOM_CONTENT_CATEGORY=”<strong>In</strong> %s”
    DATE_FORMAT_LC5=”F d, Y”

    I also located these strings in the file /templates/ja_blazes/html/com_content/article/default.php and here is what that code looks like:

    <?php if ($params->get(‘show_category’)) : ?>
    <dd class=”category-name”>
    <?php $title = $this->escape($this->item->category_title);
    $url = ‘<a href=”‘.JRoute::_(ContentHelperRoute::getCategoryRoute($this->item->catslug)).'”>’.$title.'</a>’;?>
    <?php if ($params->get(‘link_category’) AND $this->item->catslug) : ?>
    <?php echo JText::sprintf(‘JACOM_CONTENT_CATEGORY’, $url); ?>
    <?php else : ?>
    <?php echo JText::sprintf(‘JACOM_CONTENT_CATEGORY’, $title); ?>
    <?php endif; ?>
    </dd>
    <?php endif; ?>

    Trying to wrap this up for client review and really need some help.

    Thanks!


    1. Screen-shot-2013-02-25-at-6.14.35-PM
    pixelperfect Friend
    #484650

    Hello, sorry if it appears that I am impatient, but this bug could be a serious detriment to my project. Anyone have any suggestions?

    Thanks!

    phong nam Friend
    #484687

    Hi @pixelperfect,

    We already acknowledged your issue. But acutally, it’s really strange thing because Content Category component works well on our dev hosting, you can see our demo here. Anyways, can you send me your admin/ftp account via PM ? I’ll try to figure out the cause of this issue.

    Regards,

    Leo

    pixelperfect Friend
    #484949

    Hi Leo, Sorry, I never saw your response (I still do not see it above). I sent you the PM. I appreciate any help you can give me.

    Thanks!

    phong nam Friend
    #484995

    Hi pixelperfect,

    Did you get my PM ? You need to provide ftp of the site where the issue is present. i’ll try to check out the issue.

    Regards,

    Leo

    phong nam Friend
    #485104

    Hi pixelperfect,

    First, it is not a bug, I tried setting the same on our dev server, I set “Home” menu as Category Blog like your menu item type, then JACOM_CONTENT_CATEGORY, JACOM_CONTENT_WRITTEN_BY. You can check my snapshot.

    Anyways, here is my suggestion.

    – First, backup templatesja_blazeshtmlcom_contentcategoryblog_item.php file.
    – Then copy & override my attached blog_item.php .

    Then Save & Clean T3 cache, see the result.

    * Again, because you didn’t send me you admin access via PM ( admin only) as i requested twice above, I could not fix it directly on your server.
    Try it & let me know if it helps.

    Regards,

    Leo


    1. 3-2-2013-3-06-49-PM
    2. dev
    1. blog_item.zip
    pixelperfect Friend
    #486545

    Hi Leo,
    This did not work. Any additional advice or help would be appreciated. I have sent you a PM with FTP info. Thanks!

    phong nam Friend
    #486604

    Hi pixelperfect,

    I already fixed this issue on your site. :

    Replace all lines:

    [PHP]
    JACOM_CONTENT_WRITTEN_BY
    JACOM_CONTENT_PUBLISHED_DATE
    JACOM_CONTENT_CREATED_DATE_ON
    JACOM_CONTENT_CATEGORY
    [/PHP]

    with

    [PHP]
    COM_CONTENT_WRITTEN_BY
    COM_CONTENT_PUBLISHED_DATE
    COM_CONTENT_CREATED_DATE_ON
    COM_CONTENT_CATEGORY
    [/PHP]

    in following files

    [PHP] templatesja_blazeshtmlcom_contentcategoryblog_item.php;
    templatesja_blazeshtmlcom_contentarticledefault.php;
    templatesja_blazeshtmlcom_contentfeatureddefault_item.php;
    templatesja_blazeshtmlcom_contentarchivedefault_items.php;[/PHP]

    Because your menus will get the articles from Joomla Content component, & thats the reason that your site don’t load our overridden language .ini file. That is why you faced this issue.
    You can see my snapshot for detailed result.

    Article view

    Category Blog view

    * I did sent you a PM with my notes, pls check it.

    Regards,

    Leo


    1. article
    2. blog_cate
    pixelperfect Friend
    #486664

    Awesome. Thank you so much, I truly appreciate all your help!

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

This topic contains 9 replies, has 2 voices, and was last updated by  pixelperfect 11 years ago.

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