MioVisman / FluxBB_by_Visman

My modification of FluxBB
GNU General Public License v2.0
79 stars 13 forks source link

The number one user request over the last two years. #36

Open MickeyTTT opened 11 months ago

MickeyTTT commented 11 months ago

Has been to have posted links open in a new window.

Just asking if this is difficult to do.

Thanks.

MioVisman commented 11 months ago

Have the wheels on mice been taken away from users? :)

Try this: file /include/parser.php find

        return '<a href="'.$full_url.'" rel="ugc">'.$link.'</a>';

replace to

        return '<a href="'.$full_url.'" rel="ugc" target="_blank">'.$link.'</a>';
MickeyTTT commented 11 months ago

LOL, that what I always thought. But I think face book and other social media has them spoiled.

Thank you very much for the code, me and picky F4 posters appreciate it. :-)