Bu başlıklar çok kısa
-
- Kayıtlı Kullanıcı
- Mesajlar: 203
- Kayıt: 12.02.2007, 19:51
- İletişim:
Bu başlıklar çok kısa
Ya arkdaşlar başlık alanı çok kısa sanırım 70 karakter filan. Bunu uzatamazmıyız doğru dürüst başlık yazamıyoruz. Yarım kalıyor
phpBB2 de 60 karakterdir, aşağıdaki modla istediğimiz kadar yapabiliyoruz.
Modda 60 karakterler 75 karaktere düzenlenmiştir, 75 leri istediğimiz karakter olarak yazarsak olur.
Modda 60 karakterler 75 karaktere düzenlenmiştir, 75 leri istediğimiz karakter olarak yazarsak olur.
Kod: Tümünü seç
##############################################################
## MOD Title: Longer Subjects
## MOD Author: drathbun < N/A > (Dave Rathbun) http://www.phpBBDoctor.com
## MOD Description:
## MOD Version: 1.0.0
##
##
## Installation Level: Easy
## Installation Time: 3 Minutes
## Files To Edit: templates/subSilver/modcp_split.tpl, templates/subSilver/posting_body.tpl
## Included Files:
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## This MOD requires both template and database alterations in
## order to work. Once complete, you may use up to 100
## characters for subjects for posts (topics). Note that the
## number 100 was used for this MOD (the default size is 60)
## but you may change that value to anything from 1 up to 255.
##
## There are four places to make the change, should you wish to
## do that. There are two SQL statements and two template
## changes; make sure that you use the same number in all four
## places.
##
## The SQL scripts, as provided, have hard-coded the 'phpbb'
## table prefix. A future version of this MOD will include an
## installer that will recognize the proper table prefix. If
## you can test this MOD on databases other than MySQL and
## provide the correct syntax I would appreciate it.
##############################################################
## MOD History:
##
## 2005-06-14 - Version 1.0.0
## Initial release at the phpBBDoctor.com
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ SQL ]-------------------------------------
#
ALTER TABLE phpbb_posts_text
MODIFY post_subject varchar(75);
#
#-----[ SQL ]-------------------------------------
#
ALTER TABLE phpbb_topics
MODIFY topic_title varchar(75);
#
#-----[ OPEN ]-------------------------------------
#
templates/subSilver/modcp_split.tpl
#
#-----[ FIND ]-------------------------------------
#
<td class="row2" colspan="2"><input class="post" type="text" size="35" style="width: 350px" maxlength="60" name="subject" /></td>
#
#-----[ IN-LINE FIND ]-------------------------------------
#
60
#
#-----[ IN-LINE REPLACE WITH ]-------------------------------------
#
75
#
#-----[ OPEN ]-------------------------------------
#
templates/subSilver/posting_body.tpl
#
#-----[ FIND ]-------------------------------------
#
<input type="text" name="subject" size="45" maxlength="60" style="width:450px" tabindex="2" class="post" value="{SUBJECT}" />
#
#-----[ IN-LINE FIND ]-------------------------------------
#
60
#
#-----[ IN-LINE REPLACE WITH ]-------------------------------------
#
75
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Site Kuralları | Mod Kurulum Makalesi | MODX Formatlı Modların Kurulumu
Lütfen özel mesaj ile yardım istemeyiniz, kurallarımız gereği özel mesajlara cevap vermiyoruz.
Lütfen özel mesaj ile yardım istemeyiniz, kurallarımız gereği özel mesajlara cevap vermiyoruz.
-
- Kayıtlı Kullanıcı
- Mesajlar: 203
- Kayıt: 12.02.2007, 19:51
- İletişim:
Re: Bu başlıklar çok kısa
Ben bu modu kurdum ancak sorun vaar,
konu actıgımda uzunca yazmama izin veriyor ama konu baslagında gorunmuyor.o yuzden bır anlamı yok.
ben bıryerlerde eksık bıse mı yapıyorum?
konu actıgımda uzunca yazmama izin veriyor ama konu baslagında gorunmuyor.o yuzden bır anlamı yok.
ben bıryerlerde eksık bıse mı yapıyorum?
Re: Bu başlıklar çok kısa
Arkadaslar Modu kuran test eden denıyen yok mu hic?
Kimler çevrimiçi
Bu forumu görüntüleyen kullanıcılar: Hiç bir kayıtlı kullanıcı yok ve 2 misafir