custom url mycode
1master1 Offline
Member
***
Posts: 232
Joined: Oct 2010
Post: #10
RE: custom url mycode
(12-08-2010 03:52 PM)ZiNgA BuRgA Wrote:  For links in code tags, try this (untested), find in inc/class_parser.php:

PHP Code:
$code = str_replace('\\', '\', $code);

add after:

PHP Code:
$code = preg_replace('#([>\s()]|^)((http|ftp|news)\://([^/"\s<\[.]+\.)+\w+(\:[0-9]+)?(/[^"\s<\[]*)?)#i', '$1<a href="$2">$2</a>', $code);


Sometimes, it is converting the raw links to live url links. But sometimes it is not showing the live links.

Is there any possibility to add the
if(usergroup==2)
{
$code = preg_replace('#([>\s()]|^)((http|ftp|news)\://([^/"\s<\[.]+\.)+\w+(\:[0-9]+)?(/[^"\s<\[]*)?)#i', '$1<a href="$2">$2</a>', $code);
}
01-05-2011 12:27 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
custom url mycode - 1master1 - 12-07-2010, 12:12 PM
RE: custom url mycode - Imran - 12-08-2010, 03:19 AM
RE: custom url mycode - 1master1 - 12-08-2010, 03:47 AM
RE: custom url mycode - ZiNgA BuRgA - 12-08-2010, 03:52 PM
RE: custom url mycode - 1master1 - 12-09-2010, 10:27 AM
RE: custom url mycode - ZiNgA BuRgA - 12-09-2010, 12:26 PM
RE: custom url mycode - 1master1 - 12-10-2010, 05:31 AM
RE: custom url mycode - 1master1 - 12-15-2010, 10:55 PM
RE: custom url mycode - 1master1 - 12-18-2010, 12:59 PM
RE: custom url mycode - 1master1 - 01-05-2011 12:27 PM

 Standard Tools
Forum Jump: