-
AuthorPosts
-
icbl Friend
icbl
- Join date:
- December 2010
- Posts:
- 242
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 86
- Thanked:
- 7 times in 1 posts
April 3, 2012 at 5:24 pm #447173Hi khoand,
Sorry but I did not notice any changes. Article options still not working. 🙁
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
April 3, 2012 at 6:28 pm #447185I changed your /templates/ja_social/html/com_content/featured/default_item.php.
I keep show_author is Yes, so article option is still displayed. If you set show_author is No, it’s disappear.icbl Friendicbl
- Join date:
- December 2010
- Posts:
- 242
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 86
- Thanked:
- 7 times in 1 posts
April 3, 2012 at 7:27 pm #447196Hi khoand,
As I mentioned in my previous messages (quoted below), we would like to use all options when we need! Not only the author! Sometimes we need to use modification date or creation date! I do not know why article options has been disabled in this template. It wasn’t like that before Joomla 2.5 template! Obviously there is an error in this template and needs to be fixed. Could you kindly help me to make all article options operational please?
<em>@icbl 311804 wrote:</em><blockquote>Hi khoand,
I just created an account for you and sent details with PM. I’d like to reming again that we wanna make all article options operational not only the “Show Author”!
Kind regards</blockquote>
<em>@icbl 311009 wrote:</em><blockquote>Hi khoand,
Thanks for the code but it removes all details and I cannot use the article options. Actually problem is making the Article Options operational. If I wanna use, for example “show author” and select “Show” nothing happening. How we gonna fix that.Kind regards</blockquote>
<em>@icbl 311018 wrote:</em><blockquote>Hi khoand,
Actually I wanna make Article Options fully operational. According to my needs sometime I will use Show author sometimes article modification date etc. I am willing to chnage php codes if you are ready 🙂
Thanks</blockquote>
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
April 4, 2012 at 10:19 pm #447372Your images help me understand your issue clearly, thank you. But I can’t access your FTP.
You can try add the code into /templates/ja_social/html/com_content/featured/default_item.php
<?php if ($this->item->params->get('show_create_date')) : ?>
<dd class="create">
<?php $created = T3Hook::_('t3_date_format', array($this->item->created, 'frontpage.created'));
if (!$created) $created = JHTML::_('date', $this->item->created, JText::_('DATE_FORMAT_LC2')) ?>
<?php echo $created ?>
</dd>
<?php endif; ?>
before
<?php if (($this->item->params->get('show_author')) && ($this->item->author != "")) : ?>
<dd class="createdby">
<?php JText::printf(($this->item->created_by_alias ? $this->escape($this->item->created_by_alias) : $this->escape($this->item->author)) ); ?>
</dd>
<?php endif; ?>
I hope it helps you.icbl Friendicbl
- Join date:
- December 2010
- Posts:
- 242
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 86
- Thanked:
- 7 times in 1 posts
April 4, 2012 at 10:39 pm #447374Hi khoand,
Thanks for the code but its not working. It is just giving the date this time. FTP details are the same could you try again please?
Regards
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
April 5, 2012 at 3:11 pm #447497It has created date like ja_social for j1.5. What do you want else? Sorry for the inconvenience.
icbl Friendicbl
- Join date:
- December 2010
- Posts:
- 242
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 86
- Thanked:
- 7 times in 1 posts
April 6, 2012 at 1:18 am #447558Ok, if its working, could you do the followings please?
Article name: Big C uses Joomla 2.5 template
Show: Author + Show Modification date + Link Author alltogether please!Article name: Joomla 2.5 template going social
Show: Author only please.Article name: Its time to get template Joomla 2.5 + Author
Show: Show Publish Date only pleaseSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 6, 2012 at 10:19 am #447581Hi haber,
This is a bug and it need to be fixed in the ja social quickstart package, I created an issue into the ja bug tracking system here http://pm.joomlart.com/browse/JATCSOCIALJ16-292 for the Ja team to check and fix it then, you can also follow that issue to know when it’s fixed, anyway I hope khoand will continue provide assistance so you can got the problem resolved much faster.
icbl Friendicbl
- Join date:
- December 2010
- Posts:
- 242
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 86
- Thanked:
- 7 times in 1 posts
April 6, 2012 at 6:49 pm #447626Thanks very much for addressing the issue quickly but I am not able to check the link you have given as it asking username and password and not accepting mine.
Regards
1 user says Thank You to icbl for this useful post
icbl Friendicbl
- Join date:
- December 2010
- Posts:
- 242
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 86
- Thanked:
- 7 times in 1 posts
April 8, 2012 at 7:03 pm #447775Since the problem still not solved please do not move the thread to the solved issues section. There is still no solution and update related to this problem.
mtense Friendmtense
- Join date:
- May 2011
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
April 20, 2012 at 4:13 pm #449352This is a very obvious and annoying bug. It just wasted several hours of my life and I am sure icbl is not happy either. Please get it fixed. I am unable to access the JIRA bug as it requires a login.
icbl Friendicbl
- Join date:
- December 2010
- Posts:
- 242
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 86
- Thanked:
- 7 times in 1 posts
April 20, 2012 at 10:01 pm #449395Definetely I am not happy. This is a serious issue but I don’t whether they working on it or not!
mtense Friendmtense
- Join date:
- May 2011
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
April 20, 2012 at 10:05 pm #449396I copied the code out the default article template to get mine working. Probably not the best solution, but worked for me. I can’t believe there is such an obvious bug on the front page of a production template.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
April 21, 2012 at 3:28 am #449423<em>@icbl 312661 wrote:</em><blockquote>Thanks very much for addressing the issue quickly but I am not able to check the link you have given as it asking username and password and not accepting mine.
Regards</blockquote>
Hi icbl,
We’re not going to move it to solved category. And the link Dat gave you leads directly to JIRA system which is JoomlArt roadmap and backlog for product development, which all developers are committed to fix the issue for the next release.As our developer has made it into our backlog, he has made a commitment to get it done.
Hence, pls hang in there with us a bit. 😀icbl Friendicbl
- Join date:
- December 2010
- Posts:
- 242
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 86
- Thanked:
- 7 times in 1 posts
April 21, 2012 at 7:51 am #449460Hi JA Developer,
Thanks very much for following up. Just FYI, this topic had been moved to the solved category. When I noticed that, I returned it to here back.
Regards
1 user says Thank You to icbl for this useful post
AuthorPostsThis topic contains 31 replies, has 5 voices, and was last updated by Anonymous 12 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum