[MOD] Display User's Template Next to Posts in viewtopic.php

[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ı
pikachu
Kayıtlı Kullanıcı
Mesajlar: 3062
Kayıt: 16.07.2006, 15:32
Konum: ağandon /
İletişim:

[MOD] Display User's Template Next to Posts in viewtopic.php

Mesaj gönderen pikachu »

bu mod mesajlarda avatarın altında (tabi ayarınıza göre üstündede olabilir) kullanıcı stilini gösterir. birden fazla tema kullanan siteler için yararlı olabilir.

demo için (style: wii şeklinde görünüyor mesela 1. mesajda): http://claninfectionist.com/forum/viewtopic.php?t=405

Kod: Tümünü seç

##############################################################
## MOD Title: Display user's style in Viewtopic.php
## MOD Author: HaLo2FrEeEk < halo2freeek@gmail.com > (Kirk Smith) http://claninfectionist.com/ 
## MOD Description: This mod will display the theme that a member is using under their avatar while viewing a topic.
## MOD Version: 1.0.1
## 
## Installation Level: Easy
## Installation Time: 5 Minutes
## Files To Edit: 2
##                  viewtopic.php
##                  templates/subSilver/viewtopic_body.tpl
## 
## Included Files: N/A
## 
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2 
############################################################## 
## For security purposes, please check: http://www.phpbb.com/mods/ 
## for the latest version of this MOD. Although MODs are checked 
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which 
## can be found at http://www.phpbb.com/mods/ 
############################################################## 
## Author Notes: 
## 
## There is some customization that will need to be
## done in Viewtopic_body.tpl It is really up to you
## where you want it to be placed.
############################################################## 
## MOD History: 
## 
##   2007-02-24 - Version 1.0.0
##      - Release Version.
## 
##############################################################  
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
############################################################## 

# 
#-----[ OPEN ]------------------------------------------ 
# 

viewtopic.php

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

u.user_allowavatar, u.user_allowsmile,

#
#-----[ IN-LINE FIND ]------------------------------------------
#

u.user_allowsmile,

#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#

 u.user_style,

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

        $row_color = ( !($i % 2) ) ? $theme['td_color1'] : $theme['td_color2'];
        $row_class = ( !($i % 2) ) ? $theme['td_class1'] : $theme['td_class2'];

#
#-----[ AFTER, ADD ]------------------------------------------
#


        //Start Display user's theme Hack
        //by HaLo2FrEeEk (http://claninfectionist.com/)
        $poster_theme = mysql_query('SELECT template_name FROM ' . THEMES_TABLE . ' WHERE themes_id = \''.$postrow[$i]['user_style'].'\'');
        $poster_style = mysql_result($poster_theme, 0);

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

                'POSTER_JOINED' => $poster_joined,
                'POSTER_POSTS' => $poster_posts,

#
#-----[ AFTER, ADD ]------------------------------------------
#

                'POSTER_THEME' => $poster_style,

#
#-----[ OPEN ]------------------------------------------
#

templates/subSilver/viewtopic_body.tpl

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

{postrow.POSTER_FROM}</span><br /></td>

#
#-----[ IN-LINE FIND ]------------------------------------------
#

{postrow.POSTER_FROM}

#
#-----[ IN-LINE BEFORE, ADD ]------------------------------------------
#

Style: {postrow.POSTER_THEME}<br />
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Kullanıcı avatarı
phpBB-TR
Kayıtlı Kullanıcı
Mesajlar: 588
Kayıt: 24.12.2006, 13:34
Konum: İstanbul
İletişim:

Mesaj gönderen phpBB-TR »

güzel bir moda benziyor..tskler..
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 0 misafir