Captive Reefs
Customer
I'd like to see an option for removing img bbcodes from the thread preview in the slide show.
Upvote
0
// Replace Links - Long links leave us with messed up tables
$links_find = array(
'`((?:https?|ftp)://\S+[[:alnum:]]/?)`si',
'`((?<!//)(www\.\S+[[:alnum:]]/?))`si'
);
$links_replace = array(
'',
''
);
$thread['preview'] = preg_replace($links_find,$links_replace,$thread['preview']);
We use essential cookies to make this site work, and optional cookies to enhance your experience.