[MOD] Signature in Profile / İmza Profilde

[url=http://www.phpbbturkey.com/mods.html:34cnv4ga]phpBB 2.0.x MOD Veritabanımızda[/url:34cnv4ga] yayınlanan ve tarafınızca eklenen tüm yeni phpBB 2.0.x sürümleri için MODların duyuruları buradan yapılmaktadır. MODlar hakkında ihtiyacınız olan desteği lütfen [b:34cnv4ga]2.0.x MOD Destek[/b:34cnv4ga] forumuna başlık açarak sorunuz.
Kilitli
Kullanıcı avatarı
yeniturkBB
Kayıtlı Kullanıcı
Mesajlar: 173
Kayıt: 17.12.2006, 12:51
Konum: İstanbul
İletişim:

[MOD] Signature in Profile / İmza Profilde

Mesaj gönderen yeniturkBB »

Kod: Tümünü seç

################################################################
## MOD İsmi: Signatur in Profil
## MOD Yapımcıları:  killerbees19 < forum@happytec.at > (Christian Schroetter) http://www.happytec.at
## MOD Açıklaması:
##                 
##   Kullanıcıların profil kısmına (profile.php) imza ekler
##            
##            
##
## MOD Demo:          http://www.pitipiti.org/forum/profile.php?mode=viewprofile&u=2
## MOD Sürümü:       1.0.0
## MOD Uyumluluığu: 2.0.21 - 2.0.22
##
## Kurulum Derecesi: Kolay
## Installation Time: 5 Minutes
## Files To Edit:   includes/usercp_viewprofile.php
##                  templates/xxx/profile_add_body.tpl
##
## Included Files: N/A
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
################################################################

Kod: Tümünü seç

#
#-----[ OPEN ]--------------------------------------------------
#
includes/usercp_viewprofile.php

#
#-----[ FIND ]--------------------------------------------------
#
		$search = '<a href="' . $temp_url . '">' . sprintf($lang['Search_user_posts'], $profiledata['username']) . '</a>';

#
#-----[ AFTER, ADD ]------------------------------------------
#
//
//Signatur in Profil ANFANG
//
$user_sig = '';
if ( $profiledata['user_attachsig'] && $board_config['allow_sig'] )
{
	include($phpbb_root_path . 'includes/bbcode.'.$phpEx);
	$user_sig = $profiledata['user_sig'];
	$user_sig_bbcode_uid = $profiledata['user_sig_bbcode_uid'];
	if ( $user_sig != '' )
	{
		if ( !$board_config['allow_html'] && $profiledata['user_allowhtml'] )
		{
			$user_sig = preg_replace('#(<)([\/]?.*?)(>)#is', "<\\2>", $user_sig);
		}

		if ( $board_config['allow_bbcode'] && $user_sig_bbcode_uid != '' )
		{
			$user_sig = ( $board_config['allow_bbcode'] ) ? bbencode_second_pass($user_sig, $user_sig_bbcode_uid) : preg_replace('/\:[0-9a-z\:]+\]/si', ']', $user_sig);
		}

		$user_sig = make_clickable($user_sig);

		if ( !$userdata['user_allowswearywords'] )
		{
			$orig_word = !empty($orig_word) ? $orig_word : array();
			$replacement_word = !empty($replacement_word) ? $replacement_word : array();
			obtain_word_list($orig_word, $replacement_word);
			$user_sig = preg_replace($orig_word, $replacement_word, $user_sig);
		}

		if ( $profiledata['user_allowsmile'] )
		{
			$user_sig = smilies_pass($user_sig);
		}

		$user_sig = str_replace("\n", "\n<br />\n", $user_sig);
	
    $template->assign_block_vars('switch_user_sig_block', array());
  }	
}
//
//Signatur in Profil ENDE
//

#
#-----[ FIND ]-------------------------------------------------
#

	'POST_PERCENT_STATS' => sprintf($lang['User_post_pct_stats'], $percentage), 

#
#-----[ AFTER, ADD ]-------------------------------------------------
#
	'USER_SIG' => $user_sig,

#
#-----[ FIND ]------------------------------------------
#

'L_INTERESTS' => $lang['Interests'],

#
#-----[ AFTER, ADD ]------------------------------------------------
#
	
	'L_SIG' => $lang['Signature'],

#
#-----[ OPEN ]---------------------------------------------
# note: do this for every template installed
templates/xxx/profile_view_body.tpl

#
#-----[ FIND ]---------------------------------------------
#
//--></script><noscript>{ICQ_IMG}</noscript></td>
		</tr>
	  </table>
	</td>
  </tr>
</table>

#
#-----[ REPLACE WITH ]-------------------------------------
#
//--></script><noscript>{ICQ_IMG}</noscript></td>
		</tr>
	  </table>
	</td>
  </tr>
  <!-- BEGIN switch_user_sig_block -->
  <tr>
  	<td colspan="2">
  	<table width="100%">
      <tr> 
        <td width="100%" class="catLeft" colspan="2" height="28" align="center"><span class="gen"><strong> {L_SIG} </strong></span></td>
      <tr> 
        <td align = "center" class="row1"><span class="postbody"> {USER_SIG} </span></td>
      </tr>
    </table>
  	</td>
  </tr>
  <!-- END switch_user_sig_block -->
</table>

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
.. Oktayusx ! [www.oktayusx.net]
Cayone
Kayıtlı Kullanıcı
Mesajlar: 61
Kayıt: 05.04.2007, 20:58
Konum: Ankara
İletişim:

Mesaj gönderen Cayone »

Kod: Tümünü seç

#
#-----[ FIND ]---------------------------------------------
#
//--></script><noscript>{ICQ_IMG}</noscript></td>
      </tr>
     </table>
   </td>
  </tr>
</table>
Bende bu kodlar yok.
Frost Kullanıyorum.
Kullanıcı avatarı
yeniturkBB
Kayıtlı Kullanıcı
Mesajlar: 173
Kayıt: 17.12.2006, 12:51
Konum: İstanbul
İletişim:

Mesaj gönderen yeniturkBB »

Kod: Tümünü seç

//--></script><noscript>{ICQ_IMG}</noscript></td> 

Kısmını ara o zaman :)
zaten bu kodlar en sonda oluyo
.. Oktayusx ! [www.oktayusx.net]
Kullanıcı avatarı
TiMeF
Kayıtlı Kullanıcı
Mesajlar: 361
Kayıt: 30.12.2006, 20:42
İletişim:

Mesaj gönderen TiMeF »

modu tam anlayamadım profilde imzamı görünüyoR?
hunkaray
Kayıtlı Kullanıcı
Mesajlar: 21
Kayıt: 08.04.2007, 04:33
İletişim:

Mesaj gönderen hunkaray »

Ellerin dert görmesin sağolasın
Kullanıcı avatarı
akut
Kayıtlı Kullanıcı
Mesajlar: 74
Kayıt: 27.03.2007, 23:13
İletişim:

Mesaj gönderen akut »

imza zaten profilde goruluyor ,?
Kullanıcı avatarı
divane
Kayıtlı Kullanıcı
Mesajlar: 223
Kayıt: 20.03.2007, 23:09
İletişim:

Mesaj gönderen divane »

yooooo :D
Kullanıcı avatarı
Jackie
Kayıtlı Kullanıcı
Mesajlar: 66
Kayıt: 25.04.2007, 03:40
Konum: istanbuL
İletişim:

Mesaj gönderen Jackie »

Güzel oldu thnx ;)
Kullanıcı avatarı
GodNarnia
Kayıtlı Kullanıcı
Mesajlar: 118
Kayıt: 22.04.2007, 15:09
Konum: Yakamoz!
İletişim:

Mesaj gönderen GodNarnia »

Ya arkadaşım bu nasıl bir mod.dur yaa, profil bölümü gitti, üstelik yedeği tekrar yüklediğim halde hiç bir değişiklik olmadı...Profiller görünmüyorrr :evil:
Kullanıcı avatarı
pikachu
Kayıtlı Kullanıcı
Mesajlar: 3062
Kayıt: 16.07.2006, 15:32
Konum: ağandon /
İletişim:

Mesaj gönderen pikachu »

modda sorun olduğunu sanmıyorum. kullanılan bir mod çünkü, yedeği yüklediten sonra çerezleri silmeyi dene belki hala eski halini osebepten gösteriyuordur.
Kilitli

“2.0.x MOD Duyuruları” sayfasına dön

Kimler çevrimiçi

Bu forumu görüntüleyen kullanıcılar: Hiç bir kayıtlı kullanıcı yok ve 5 misafir