Sürüm: 0.0.1a
Yazar: yakusha < n/a > (http://www.yakusha.net) http://www.phpbbturkiye.net
Açıklama: phpBB3 başlık/topic görünümünde, hızlı araçların aynısını sayfa üstüne ekler.
Uzun yazıların yönetiminde verimlilik sağlar
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] Topic - Yetkili Araçları Sayfa Üstüne [0.0.1a]
## MOD Version: 0.1.0a
## MOD Author: yakusha < n/a > (www.yakusha.net) http://www.phpbbturkiye.net
## MOD Description: phpBB3 başlık/topic görünümünde, hızlı araçların aynısını sayfa üstüne ekler.
## Uzun yazıların yönetiminde verimlilik sağlar
##
## Installation Level: Easy
## Installation Time: 1 minutes
## Files To Edit: (1)
## - vievtopic_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:
## 01-04-2008 - Version 0.0.1a
##
##########################################################
##
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##
############################################################
#--------------- [ OPEN ] --------------------
vievtopic_body.html
#--------------- [ FIND ] --------------------
<h2><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></h2>
<!-- NOTE: remove the style="display: none" when you want to have the forum description on the topic body -->
<!-- IF FORUM_DESC --><span style="display:none">{FORUM_DESC}<br /></span><!-- ENDIF -->
#--------------- [ AFTER, ADD ] --------------------
<!-- IF S_TOPIC_MOD -->
<form method="post" action="{S_MOD_ACTION}">
<fieldset class="quickmod">
<label>{L_QUICK_MOD}:</label> {S_TOPIC_MOD} <input type="submit" value="{L_GO}" class="button2" />
</fieldset>
{S_FORM_TOKEN}
</form>
<!-- ENDIF -->
#--------------- [ SAVE AND CLOSE ] --------------------
eom


