XooPS Purpose: Changes The siteurl BBcode to open the link in the same window
file: class/module.textsanitizer.php
$patterns[] = "/\[siteurl=(['\"]?)([^\"'<>]*)\\1](.*)\[\/siteurl\]/sU";
$replacements[] = '<a href="'.XOOPS_URL.'/\\2" target="_self">\\3</a>';
*"_self" was added |