

$server_protocol = ( $board_config['cookie_secure'] ) ? 'https://' : 'http://'; $server_port = (( $board_config['server_port'] <> 80 ) ? ':' . trim($board_config['server_port']) : '') . '/';
fahraeus wrote:Hmmmm, removed the lines. But local links starting with www still open in a new window...
Ideas?
Author Notes wrote:## Note that a user can circumvent this by leaving the www off
## of (or adding it in to) the link that they post. You can
## consider that a feature or a bug.
$server_name = strtolower($board_config['server_name']); $server_name = 'example.com';
Xusqui wrote:I have version 0.5.0 [Beta] of this mod installed in my board... How should I upgrade to this approved version?

function local_urls($text)
{
global $board_config;return $text;
Return to [2.0.x] MOD Database Releases
Users browsing this forum: No registered users and 4 guests