Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
How can I make links open in a new tab rather than in the current window which then takes me out of the forum?
The links in here for example:
Hi @stocksforum,
try the following js code. Add it in your theme js files:
jQuery(".wpforo-post-content a").attr('target' ,'_blank');
Aside from the code above, if links are pasted as plain text (control+shift+v) it will auto add the target_blank functions.
Straight paste: https://wpforo.com/community/how-to-and-troubleshooting-2/links-to-open-in-new-tab/#post-27897
Plain text paste: https://wpforo.com/community/how-to-and-troubleshooting-2/links-to-open-in-new-tab/#post-27897