1 sayfadan 1. sayfa

Annual Stars Mod [1.0.2]

İletiTarih: 13.05.2006, 19:01
sabri ünal
bu soru daha önce sorulmuştu... bu sebeple bu modu, phpbb sitesinde gördüm, ekleyeyim istedim.

başlık linki: http://www.phpbb.com/phpBB/viewtopic.php?t=384941

Kod: Tümünü seç
Classification: 55 Cosmetic/Styles

MOD Name: Annual Stars
Author: drathbun
MOD Description: This MOD adds one star per each 365 days of membership on a user's profile, their entry on the memberlist, and on viewtopic.


MOD Version: 1.0.2 (Updated 05/10/06)
Installation Level: Easy
Installation Time: ~ 5 Minutes

Download File: annual_stars.1.0.2.zip
File Size: 3926 Bytes


Resim

resimlerin gerisini link olarak veriyorum
http://www.phpbbdoctor.com/images/mod_s ... .1.0.0.jpg

http://www.phpbbdoctor.com/images/mod_s ... .1.0.0.jpg

http://www.phpbbdoctor.com/images/mod_s ... .1.0.0.jpg

http://www.phpbbdoctor.com/images/mod_s ... .1.0.0.jpg

http://www.phpbbdoctor.com/images/mod_s ... .1.0.0.jpg

İletiTarih: 13.05.2006, 19:07
fatihbaz
bu mod her 1 yıl için 1 yıldız mı atıyor,ne yapıyor?

İletiTarih: 13.05.2006, 19:11
Cruen
Evet fatihbaz.

Bu modu 1-2 sene bekleyip kurmak lazım herkes tek yıldız olmasın :P

İletiTarih: 13.05.2006, 19:11
CeRBeR
valla ben ne işe yaradığını anlamadım sabricim açıklarmısın ?

Cvp: Annual Stars Mod [1.0.2]

İletiTarih: 13.05.2006, 19:15
tankaya61
sanırım uyelık yılına gore sınıflandırılıyorsun
yanı ben 1 yıldır burda uye isem avatarın oraya bıryere yıldız koyuyor
hersey tmm da ben 2 yıldır burdaysam :D
o zmn yıne tek yıldız
ne anladım ben bundan :?

Cvp: Annual Stars Mod [1.0.2]

İletiTarih: 13.05.2006, 19:24
murtaza
tankaya61 yazdı:sanırım uyelık yılına gore sınıflandırılıyorsun
yanı ben 1 yıldır burda uye isem avatarın oraya bıryere yıldız koyuyor
hersey tmm da ben 2 yıldır burdaysam :D
o zmn yıne tek yıldız
ne anladım ben bundan :?


evet bu sorun olmasaydi bende kuracaktim modu

sevgiyle anacim

İletiTarih: 13.05.2006, 19:26
Cruen
Hayır arkadaşım yıla göre yıldızda artıyor. (Bknz. en son ss)

İletiTarih: 13.05.2006, 19:38
purple
Ay' a göre yapalım o zaman :)
Modu kurduktan sonra;
Kod: Tümünü seç
#
#-----[ aç ]-------------------------------------
#
viewtopic.php

#
#-----[ bul ]-------------------------------------
#
   // Begin Annual Stars 1.0.2 (www.phpBBDoctor.com)
   $poster_term = floor(( $postrow[$i]['user_id'] != ANONYMOUS ) ? ((time() - $postrow[$i]['user_regdate']) / (365 * 86400) ) : 0);

   $poster_term_img = str_repeat('<img src="templates/' . $theme['template_name'] . '/' . $board_config['annual_stars'] . '"  border="0" title="' . $lang['Annual_stars'] . '" />', $poster_term) . (($poster_term) ?  '<br />' : '');
   // END  Annual Stars 1.0.2 (www.phpBBDoctor.com)

#
#-----[ bununla değiştir ]-------------------------------------
#
   // Begin Annual Stars 1.0.2 (www.phpBBDoctor.com)
   $poster_term = floor(( $postrow[$i]['user_id'] != ANONYMOUS ) ? ((time() - $postrow[$i]['user_regdate']) / (31 * 86400) ) : 0);

   $poster_term_img = str_repeat('<img src="templates/' . $theme['template_name'] . '/' . $board_config['annual_stars'] . '"  border="0" title="' . $lang['Annual_stars'] . '" />', $poster_term) . (($poster_term) ?  '<br />' : '');
   // END  Annual Stars 1.0.2 (www.phpBBDoctor.com)
#
#-----[ aç ]-------------------------------------
#
includes/usercp_viewprofile.php

#
#-----[ bul ]-------------------------------------
#
$term = floor ( (time() - $profiledata['user_regdate']) / (365 * 86400) );
$term_img = str_repeat('<img src="templates/' . $theme['template_name'] . '/' . $board_config['annual_stars'] . '" border="0" title="' . $lang['Annual_stars'] . '" />', $term);
#
#-----[ bununla değiştir ]-------------------------------------
#
$term = floor ( (time() - $profiledata['user_regdate']) / (31 * 86400) );
$term_img = str_repeat('<img src="templates/' . $theme['template_name'] . '/' . $board_config['annual_stars'] . '" border="0" title="' . $lang['Annual_stars'] . '" />', $term);
#
#-----[ aç ]-------------------------------------
#
memberlist.php

#
#-----[ bul ]-------------------------------------
#
// BEGIN Annual Stars 1.0.2 (www.phpBBDoctor.com)
      $member_term = floor((time() - $row['user_regdate']) / (365 * 86400) );
      $member_term_img = ($member_term ? '<br />' : '') . str_repeat('<img src="templates/' . $theme['template_name'] . '/' . $board_config['annual_stars'] . '"  border="0" title="' . $lang['Annual_stars'] . '" />', $member_term);
      // END Annual Stars 1.0.2 (www.phpBBDoctor.com)


#
#-----[ bununla değiştir ]-------------------------------------
#
      // BEGIN Annual Stars 1.0.2 (www.phpBBDoctor.com)
      $member_term = floor((time() - $row['user_regdate']) / (31 * 86400) );
      $member_term_img = ($member_term ? '<br />' : '') . str_repeat('<img src="templates/' . $theme['template_name'] . '/' . $board_config['annual_stars'] . '"  border="0" title="' . $lang['Annual_stars'] . '" />', $member_term);
      // END Annual Stars 1.0.2 (www.phpBBDoctor.com)
#
#-----[ dosyaları kaydet/kapat ]-------------------------------------

Bu kadar basit :) Saygılar...

Cvp: Annual Stars Mod [1.0.2]

İletiTarih: 13.05.2006, 20:26
tankaya61
hımm
bilmiyorum o kadar gereklı değil bence

İletiTarih: 14.05.2006, 11:32
sabri ünal
benim böyle işlerle pek işim olmuyor, fakat forumda sorulan kimi sorular aklımda kalıyor, özellikle sorulup da cevap bulunamayanlar... isteyenler ve kuranlar olacaktır... bir nevi zaman bazlı rütbeleme sistemi gibi ! heralde :)