Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • sotjoom2 Friend
    #149042

    This nis something I have noticed on Teline III as well and I fixd it there but I wanted to bring it to the attention of the users here.

    On the byline of Kyanite III the byline in the articles looks like this:

    Wednesday, 01 March 2006 17:00 <a href='/your-profile/Ray'>name lastname</a>

    Basically it’s not parsing the HTML

    The code in view source looks like this:

    <span class="createdate"> Sunday, 10 January 2010 10:11 </span> <span class="createby"> <a href='/your-profile/admin'>Administrator</a> </span>

    I have searched the forum and with Google to find a fix (I don’t remember what I did to teline III to fix it anymore) but could not find a post referencing this.

    It would be nice to get a fix. I’ll try downloading the latest version of the template tomorrow, I am way to tired today.

    Thanks

    Anonymous Moderator
    #334197

    Hi sotjoom2

    I have checked your demo site but could not find this issue.

    Could you find this issue from our demo site?

    if not, please kindly send me your live url via PM so that i could have a closer look on the issue.

    sotjoom2 Friend
    #334251

    Hi “JA Developer”. I fixed the problem on my demo site. This is for another client I acquired only last week. They are not on the same account as I am writing from.

    I think they have their own account though. I will ask them. If they don’t I’ll make sure they buy a license but so far they had licenses for all the software they used on their site.

    The reason why I posted this is because my site used to have the same issue, I fixed it but I forgot what I did and I figured that if it happened twice it must be a problem with a bug somewhere not just something with my site.

    To see it in action, go to:

    http://noahidenations.com

    It’s right in the home page in any of the articles.

    Thank you.

    Anonymous Moderator
    #334576

    Hi you

    in the case, please open templates/ja_kyanite_ii/html/com_content folder, find blog_item.php file in subfolders and then open this file. Find following code section:

    <span class="createby">
    <?php JText::printf(($this->item->created_by_alias ? $this->escape($this->item->created_by_alias) : $this->escape($this->item->author)) ); ?>
    </span>

    and change to:

    <span class="createby">
    <?php JText::printf(($this->item->created_by_alias ? $this->item->created_by_alias : $this->item->author)) ; ?>
    </span>

    sotjoom2 Friend
    #334714

    Thank you for the code. It worked but not when I applied it to the blog_item.php file.

    In fact, I did a directory search and I found the same code in 4 different files:

    category/blog_item.php
    article/default.php
    frontpage/default_item.php
    section/blog_item.php

    At first when I applied the patch on category/blog_item.php it had no effect on the Frontpage. Eventually I applied it to the others and in the Frontpage it worked when I applied it to article/default.php

    I also patched the others and I assume they’ll work fine as well now. They are not displayed on this site.

    But the code certainly works fine once you patch all the files. Thank you so much for the help.

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

This topic contains 5 replies, has 2 voices, and was last updated by  sotjoom2 14 years, 8 months ago.

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