|

Eğer Nuke forumlarınızda avatara tıklayınca profile gitmesini istiyorsanız bu Mod tam size göre...
############################################################## ## MOD Title: Link to Profile from avatar ## MOD Author: SupremeWeapon<
Bu e-Posta adresi istenmeyen postalardan korunmaktadır, görüntülemek için JavaScript etkinleştirilmelidir.
> (Chris Wilhelms) http://12.241.136.2/styles_demo/ ## MOD Description: Links your avatar to your profile so users have easy access to your profile ## MOD Version: 1.0.0 ## ## Installation Level: easy ## Installation Time: 3 Minutes ## Files To Edit: Viewtopic.php viewtopic_body.tpl ## Included Files: n/a ## Türkçe Çeviri: Eray Şireci ############################################################## # #-----[AÇ]------------------- # Viewtopic.php # #----[BUL]---------------------------- # $temp_url = append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$poster_id"); $profile_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_profile'] . '" alt="' . $lang['Read_profile'] . '" title="' . $lang['Read_profile'] . '" border="0" /></a>'; $profile = '<a href="' . $temp_url . '">' . $lang['Read_profile'] . '</a>'; # #----[BUNUNLA DEĞİŞTİR]----------------- # $profile_url = append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$poster_id"); # #----[BUL]--------------------------- # $profile_img = ''; $profile = ''; # #-----[BUNUNLA DEĞİŞTİR]----------- # $profile_url = ''; # #----[BUL]----------------- # 'PROFILE_IMG' => $profile_img, 'PROFILE' => $profile, # #-----[BUNUNLA DEĞİŞTİR]--------------- # 'PROFILE_URL' => $profile_url, # #-------------[AÇ]------------------- # templates/subSilver/viewtopic_body.tpl # #--------[BUL]----------------- #
{postrow.POSTER_AVATAR} # #----[BUNUNLA DEĞİŞTİR]-------------------- # <a href="{postrow.PROFILE_URL}">{postrow.POSTER_AVATAR}</a> # #-----[ KAYDET VE KAPAT ]------------------------------------------ # # SoN
|