test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • keaka79 Friend
    #163164

    The mouseover of the thumbsup icon reads Vote down and Vote up for the thumbsdown icon. I just noticed this after receiving an email from a site visitor. I didn’t make any changes to the program so I don’t know how this happened. Fix?

    chavan Friend
    #387827

    Provide the site Url

    keaka79 Friend
    chavan Friend
    #387841

    Go to this path:
    componentscom_jacommentthemesdefaulthtmlcommentsitems.php

    Replace this code


    <span class="votedown-btn" title="<?php echo JText::_("Vote up.");?>"> </span>
    <span class="voteup-btn" title="<?php echo JText::_("Vote down.");?>"> </span>

    With


    <span class="voteup-btn" title="<?php echo JText::_("Vote up.");?>"> </span>
    <span class="votedown-btn" title="<?php echo JText::_("Vote down.");?>"> </span>

    Note:you can see the right icon when logged in and without login it is wrong

    keaka79 Friend
    #388342

    Thanks, I could see that was the problem with firebug but I wasn’t sure what file it was located in. Works fine now.

    The only problem i have left is how to get answers posted using username rather than real name. I saw a post on this somewhere but it seems strange that you have to change code to do this instead of having that option in the preferences file. Is that the only way?

    chavan Friend
    #388360

    yes that forum solution is correct. please follow those. Post that forum Link

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

This topic contains 6 replies, has 2 voices, and was last updated by  chavan 13 years, 8 months ago.

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