[SOLVED] I need help with this code
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #2
RE: I need help with this code
Try this:
Replace:

PHP Code:
274
$msg_body =  ($feed['html'] ? $context['feeditems'][$i]['description'] . "\n\n" . $context['feeditems'][$i]['link']  : strip_tags($context['feeditems'][$i]['description'] .  "\n\n" . $context['feeditems'][$i]['link']));

With:

PHP Code:
274
$msg_body =  ($feed['html'] ? $context['feeditems'][$i]['description'] . "\n\n[url=".trim($context['feeditems'][$i]['link'])."]Read More....[/url]"  : strip_tags($context['feeditems'][$i]['description'] .  "\n\n[url=".trim($context['feeditems'][$i]['link'])."]Read More....[/url]"));


01-14-2012 04:04 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: I need help with this code - RateU - 01-14-2012 04:04 AM
RE: I need help with this code - Divvy - 01-14-2012, 05:48 AM

 Standard Tools
Forum Jump: