-
AuthorPosts
-
sotjoom2 Friend
sotjoom2
- Join date:
- January 2010
- Posts:
- 47
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
February 26, 2010 at 6:53 am #149042This 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 ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
March 1, 2010 at 10:28 am #334197Hi 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 Friendsotjoom2
- Join date:
- January 2010
- Posts:
- 47
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
March 1, 2010 at 9:22 pm #334251Hi “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:
It’s right in the home page in any of the articles.
Thank you.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
March 3, 2010 at 4:49 am #334576Hi 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>1 user says Thank You to JA Developer for this useful post
sotjoom2 Friendsotjoom2
- Join date:
- January 2010
- Posts:
- 47
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
March 3, 2010 at 10:45 pm #334714Thank 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.phpAt 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.
-
AuthorPosts
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