Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ZoXx1991

    (@zoxx1991)

    Got it.

    Here it is:

    // Display social links
    for ($i = 1; $i <= 3; $i++) {
    if ($member['_tmm_sc_type'.$i] != 'nada') {
    if ($member['_tmm_sc_type'.$i] == 'email') {
    $output .= ' <a class="tmm_sociallink" href="mailto:'.(!empty($member['_tmm_sc_url'.$i])?$member['_tmm_sc_url'.$i]:'').'" title="'.$member['_tmm_sc_title'.$i].'"><img alt="'.$member['_tmm_sc_title'.$i].'" src="'.plugins_url('img/links/', __FILE__).$member['_tmm_sc_type'.$i].'.png"/></a>';
                                                } else {
                                                    $output .= '<a class="tmm_sociallink" href="'.(!empty($member['_tmm_sc_url'.$i])?$member['_tmm_sc_url'.$i]:'').'" title="'.$member['_tmm_sc_title'.$i].'"><img alt="'.$member['_tmm_sc_title'.$i].'" src="'.plugins_url('img/links/', __FILE__).$member['_tmm_sc_type'.$i].'.png"/></a>';
                                                }
                                            }
                                        }

    Plugin Author WP Darko

    (@spwebguy)

    Hi,

    Did you manage to fix this?

    If not please submit a ticket here: https://wpdarko.com/support

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Don't open in new tab’ is closed to new replies.