• 30-05-2018, 00:01:11
    #1
    Kod bu;
    echo $wpdiscuz->optionsSerialized->phrases['wc_logged_in_as'] . ' <a href="' . $user_url . '">' . $wpdiscuz->helper->getCurrentUserDisplayName($currentUser) . '</a> | ' . $logout;
    bu kısma nasıl div id ekleriz?
    <a href="' . $user_url . '">' . $wpdiscuz->helper->getCurrentUserDisplayName($currentUser) . '</a>
  • 30-05-2018, 00:04:03
    #2
    winpeace adlı üyeden alıntı: mesajı görüntüle
    Kod bu;
    echo $wpdiscuz->optionsSerialized->phrases['wc_logged_in_as'] . ' <a href="' . $user_url . '">' . $wpdiscuz->helper->getCurrentUserDisplayName($currentUser) . '</a> | ' . $logout;
    bu kısma nasıl div id ekleriz?
    <a href="' . $user_url . '">' . $wpdiscuz->helper->getCurrentUserDisplayName($currentUser) . '</a>
    1
    <a href="' . $user_url . '" class="Buraya">' . $wpdiscuz->helper->getCurrentUserDisplayName($currentUser) . '</a>
  • 30-05-2018, 00:05:33
    #3
    Üyeliği durduruldu
    echo $wpdiscuz->optionsSerialized->phrases['wc_logged_in_as'] . ' <a id="idadi" href="' . $user_url . '">' . $wpdiscuz->helper->getCurrentUserDisplayName($currentUser) . '</a> | ' . $logout;
    <a id="idadi" href="' . $user_url . '">' . $wpdiscuz->helper->getCurrentUserDisplayName($currentUser) . '</a>

    Umarım bunu demek istemişsinizdir.
  • 30-05-2018, 00:45:40
    #4
    Misafir adlı üyeden alıntı: mesajı görüntüle
    1
    <a href="' . $user_url . '" class="Buraya">' . $wpdiscuz->helper->getCurrentUserDisplayName($currentUser) . '</a>
    Teşekkürler yalnız div id şeklinde nasıl ekleriz ?



    yardımcı olabilecek varmı?