Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • kandsgroup Friend
    #130401

    i am having this screen tip problems on Ja News. i am using Unicode fonts, any one know how to fix it?.

    screen shots attached.

    Thank you


    1. screentip
    Sherlock Friend
    #257746

    Hi kandsgroup !
    Please send url of your site.

    kandsgroup Friend
    Sherlock Friend
    #257783

    Hi kandsgroup !
    You can fix the problem following way below :
    Open blog_item.php file in modulesmod_janewstmpl folder , find following code section at about line 54 :


    <a title="<?php echo htmlentities(strip_tags($row->introtext)); ?>" href="<?php echo $link; ?>">
    <?php echo $row->title; ?></a>
    </li>

    change to :


    <a title="<?php echo strip_tags($row->introtext); ?>" href="<?php echo $link; ?>">
    <?php echo $row->title; ?></a>
    </li>

    kandsgroup Friend
    #258057

    its working now thank you for your help

    cgc0202 Friend
    #266798

    HI Hainn,

    What is the effect of making this change in sites where the unicode is not used?

    Cornelio

    <em>@hainn84 64086 wrote:</em><blockquote>Hi kandsgroup !
    You can fix the problem following way below :
    Open blog_item.php file in modulesmod_janewstmpl folder , find following code section at about line 54 :


    <a title="<?php echo htmlentities(strip_tags($row->introtext)); ?>" href="<?php echo $link; ?>">
    <?php echo $row->title; ?></a>
    </li>

    change to :


    <a title="<?php echo strip_tags($row->introtext); ?>" href="<?php echo $link; ?>">
    <?php echo $row->title; ?></a>
    </li>

    </blockquote>

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

This topic contains 6 replies, has 3 voices, and was last updated by  cgc0202 15 years, 9 months ago.

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