Open in a new page

I know that we have the option in the navigation menu to open in a new page, BUT is there a option to open in a new page when you directly click on a member nick to open in a new page ????

 

Mike
Quote · 19 Jan 2015

Hello

There is no way to do it via Dolphin's admin panel. But you may create a simple custom modifications to archive this.

You need to edit templates/base/thumbnail_single.html file and find the following line of code. 

<a class="bx-def-font-large" href="__usr_profile_url__" title="__usr_last_login__">__user_title__</a>

replace it with code below

<a class="bx-def-font-large" href="__usr_profile_url__" title="__usr_last_login__" target="_blank">__user_title__</a>

Don't forget to clear cache if it's enabled on your site. 

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 21 Jan 2015

Thanks ;)))

Mike
Quote · 27 Jan 2015

Hello 

Thanks ;)))

 You are welcome! :)

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 27 Jan 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.