Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • mrfast Friend
    #168061

    – When copy(Ctrl -C) content comment or article I always see DCODE message, but if right click and choose copy will no see it. I want to disable this function.

    – Function subscribe to have three option: No, Replies, New Comments. I just want two option No and Yes(merge Reply and New Comments).

    – When view a article, comment form and content reply have delay before showing. I want while delay it must have animation process. Because if website load long user will think don’t have function comment.

    Please let me know how can I do that.
    Thanks

    mrfast Friend
    #410872

    Hien ]
    Hi mrfast,
    – When copy(Ctrl -C) content comment or article I always see DCODE message, but if right click and choose copy will no see it. I want to disable this function.
    –> This function belongs to 3rd party DCODE so that we cannot disable it.

    – Function subscribe to have three option: No, Replies, New Comments. I just want two option No and Yes(merge Reply and New Comments).
    –> This is a function in JA Comment and this relates to other files which need some deeply codes and this is out of my scope. I’m sorry for this.

    – When view a article, comment form and content reply have delay before showing. I want while delay it must have animation process. Because if website load long user will think don’t have function comment.
    –> There is already text named ‘Loading’ and it needs some animations. Thanks for your suggestion, it would be updated in next version. At this moment, if you need animation, dev crew may help you.
    Thanks for your suggestions, it’s highly appreciated.

    Hi Hien Nguyen,
    Thanks for your reply. With function DCODE and animation process while load component Ja_Comment you can skip this case. But function subscribe must merge two option “Reply and “New Comments” I need it, my customer always complain with one option “Reply” or “New Comments” they can not follow all new reply. They only want just one option “Yes” they can follow both option “Reply” and “New Comment”.

    I find this code in
    site/themes/default/html/comments/addnew.php
    site/themes/default/html/comments/edit.php

    admin/views/comments/tmpl/default_reply.php
    admin/views/comments/tmpl/default_edit.php

    [php]
    <!– BEGIN – EMAIL SUBSCRIPTION –>
    <?php if($isEnableEmailSubscription){?>
    <li class=”clearfix”>
    <div class=”fbs-subscribe clearfix”>
    <span class=”fbs-text-blow-guest”> <?php echo JText::_(“Subscribe to”); ?></span> 
    <?php
    $listSubscribe = array();$listSubscribe[0] = JHTML::_(‘select.option’,’0′,JText::_(“None”));$listSubscribe[1] = JHTML::_(‘select.option’,’1′,JText::_(‘Replies’));$listSubscribe[2] = JHTML::_(‘select.option’,’2′,JText::_(‘New comments’));
    echo JHTML::_(‘select.genericlist’, $listSubscribe, ‘subscription_type’,’tabindex=”6″‘,’value’,’text’, 0);
    ?>
    <br />
    </div>
    </li>
    <?php }?>
    <!– END – EMAIL SUBSCRIPTION –>
    [/php]
    I see three option “No”, “Reply” and “New Comment” references to $listSubscribe[0], $listSubscribe[1] and $listSubscribe[2]. I think just three case, example:
    [php]
    switch ($listSubscribe) {
    case 0:
    //do: No thing;
    break;
    case 1:
    //do: send email with reply;
    break;
    case 2:
    //do: send email with new comment;
    break;
    }
    [/php]
    I think just merge case 1 and 2. But I do not know what function will do it. Otherwise if I custom too depth I’m afraid if have error nobody can help me solve it. Therefore will better if you(or Joomlart Team) do it, if it so hard for you, please forward to higher level programmer. I do not think Joomlart Team have only you are highest level programmer.
    I hope you do not think more reason for repudiation my suggestion and help me custom it.
    Thank so much.

    Saguaros Moderator
    #410879

    Hi mrfast,
    Your suggestions and other customers’ suggestions are always welcome because they help us to improve our products. Therefore, please do not think that I’m trying to find more reason to repudiate your suggestions, I am happy to help you if it’s not out of my scope, but if I can’t, I’ll ask developer team for more helps.

    To customize this function, we need to have some changes in core code. I’m trying with it and be back to you soon.
    Thanks.

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

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 13 years, 1 month ago.

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