Avatar

bbcode URL in new window (General)

by Auge ⌂, Sunday, August 14, 2011, 14:02 (4660 days ago) @ arye

Hello

open: includes/functions.inc.php

find:

replace with:

    // the code has been eneterd like this: [url]http://.../[/url]
if(!isset ($attributes['default'])) return '<a href="'.htmlspecialchars($content).'" target="_blank">'.htmlspecialchars(shorten_url($content)).'</a>';
// the code has been eneterd like this: [url=http://.../]Text[/url]
return '<a href="'.htmlspecialchars ($attributes['default']).'" target="_blank">'.$content.'</a>';


It's only in bbcode "link"
As you wanted.

If you provide that solution don't forget to remember the needed change of the documents doctype.

--
Trenne niemals Müll, denn er hat nur eine Silbe!


Complete thread:

 RSS Feed of thread