Viewing 15 posts - 16 through 30 (of 31 total)
  • Author
    Posts
  • icbl Friend
    #447173

    Hi khoand,

    Sorry but I did not notice any changes. Article options still not working. 🙁

    khoand Friend
    #447185

    I 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 Friend
    #447196

    Hi 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>


    1. beforeafter
    khoand Friend
    #447372

    Your 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 Friend
    #447374

    Hi 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 Friend
    #447497

    It has created date like ja_social for j1.5. What do you want else? Sorry for the inconvenience.

    icbl Friend
    #447558

    Ok, 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 please

    Sherlock Friend
    #447581

    Hi 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 Friend
    #447626

    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

    icbl Friend
    #447775

    Since 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 Friend
    #449352

    This 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 Friend
    #449395

    Definetely I am not happy. This is a serious issue but I don’t whether they working on it or not!

    mtense Friend
    #449396

    I 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 Moderator
    #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 Friend
    #449460

    Hi 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

Viewing 15 posts - 16 through 30 (of 31 total)

This 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