Sürüm: 0.2.0
Yazar: yakusha < n/a > (http://www.yakusha.net) http://www.phpbbturkiye.net
Açıklama: phpBB3 prosilver temasında ileti okurken yeni konu butonunun varolmadığı farketmiştirsiniz. Bu ileti, sayfa üstündeki cevap yaz butonunu yeni konu butonu ile değiştirmeye yarar.
Uyumlu Olduğu phpBB3 Sürümleri: 3.0.1
Özellikleri:
basit bir düzenlemedir. yeni bir geliştirme getirmez
Lisans: GNU General Public License v2
Kurulum Zorluğu: Kolay
Kurulum Süresi: 1 Dakika
Dosya Formatı: .txt
Dosya İndirme: -----
- Kod: Tümünü seç
############################################################
##
## MOD Title: [3.0.1] sayfa üstüne yeni konu butonu [0.0.1a]
## MOD Version: 0.1.0a
## MOD Author: yakusha < n/a > (www.yakusha.net) http://www.phpbbturkiye.net
## MOD Description: phpBB3 prosilver temasında ileti okurken yeni konu butonunun varolmadığı farketmiştirsiniz.
## Bu mod, sayfa üstündeki "CEVAP YAZ" butonunu "YENİ KONU" butonu ile değiştirmeye yarar.
##
## Installation Level: Easy
## Installation Time: 1 minutes
## Files To Edit: (1)
## - viewtopic_body.html
##
##########################################################
##
## Included Files: n/a
## License: GPL
##
##########################################################
##
## 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:
##
##########################################################
##
## MOD History:
## 02-04-2008 - 0.2.0
## Buton üstündeki yazı problemi düzeltildi
##
## 01-04-2008 - 0.1.0a
##
##########################################################
##
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##
############################################################
#--------------- [ OPEN ] --------------------
viewtopic_body.html
#--------------- [ FIND ] --------------------
/ bu değer iki defa geçiyor, ilk geçeni bulacaksınız...
<div class="buttons">
<!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO -->
<div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->"><a href="{U_POST_REPLY_TOPIC}"><span><!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF --></span></a></div>
<!-- ENDIF -->
</div>
#--------------- [ REPLACE ] --------------------
<div class="buttons">
<!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO -->
<div class="post-icon"><a href="{U_POST_NEW_TOPIC}"><span></span></a></div>
<!-- ENDIF -->
</div>
eom
#--------------- [ SAVE AND CLOSE ] --------------------
örnek görünüm:

http://img218.imageshack.us/my.php?image=001no1.png