-
AuthorPosts
-
July 2, 2008 at 3:51 pm #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
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 3, 2008 at 4:57 am #257746Hi kandsgroup !
Please send url of your site.July 3, 2008 at 6:04 am #257750Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 3, 2008 at 8:45 am #257783Hi 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>
1 user says Thank You to Sherlock for this useful post
July 5, 2008 at 6:29 am #258057its working now thank you for your help
cgc0202 Friendcgc0202
- Join date:
- August 2007
- Posts:
- 2244
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 206
- Thanked:
- 262 times in 1 posts
August 22, 2008 at 9:03 pm #266798HI 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>AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by cgc0202 16 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Screen tips not showing correctly in ja news
Viewing 6 posts - 1 through 6 (of 6 total)