Advanced Quick Reply Mod Hakkında

Yeni başlayanlar, nasıl ve ne yapacağını bilmeyenler buraya yazabilir.

Advanced Quick Reply Mod Hakkında

İleti mastadon 18.01.2006, 23:09

Arkadaşlar bu modu yükledim fakat forum'a yeni konu aç veya cevap ver değimde sayfanın en altında böyle bir hata ile karşılaşıyorum.Sizce neden kaynaklanıyor bu sorun.Birde şunu ögrenmek istiyorum sanırım Quick Reply 'ın bir kaç modu var Süper,Advanced bildiğim bunlar bunlardan hangisini tavsiye edersiniz?

Benim Kullandığım ve Hata aldığım Mod ;
Advanced Quick Reply Mod
Mod Author: RustyDragon http://www.phpbbhacks.com
Mod Version: 1.1.1

Aldığım Hata ise ;
Resim
mastadon
Üye
Üye
 
İleti: 115
Kayıt: 30.12.2005, 03:58

İleti Napster 18.01.2006, 23:40

Galiba modu kurarken eksik yada yanlış birşey yaptın.viewtopic.php dosyasının 1225. satırında bir sorun var.İstersen o satırı bir kontrol et.Quick Reply modun install texti ile viewtopic.php dosyasını karşılaştır bir hatan var mı yok mu diye.Bilmiyorum bence farketmez.Hepsi birbirine benziyor.
Napster
Kullanıcı avatarı
Napster
Üye
Üye
 
İleti: 537
Kayıt: 15.11.2005, 18:55
Konum: İstanbul

İleti D!-LoSH 19.01.2006, 10:22

merhaba arkadaslar
ben o ayni dosyayide yukledim.
file to edit: viewtopic......language/lang_english/lang_main.......templates/subsilver/viewtopic

ama yazmiyorki orda neyi degistirmem gerektigini..
yardimci olabilirmisiniz lutfen?
Kullanıcı avatarı
D!-LoSH
Üye
Üye
 
İleti: 82
Kayıt: 09.01.2006, 15:52

İleti Curtis 19.01.2006, 10:28

Sanırım, NUKE kullanıyorsun ondan kaynaklanan bir sorun bu..
Kullanıcı avatarı
Curtis
Üye
Üye
 
İleti: 686
Kayıt: 06.10.2005, 06:22
Konum: İstanbul

Cvp: Advanced Quick Reply Mod Hakkında

İleti D!-LoSH 19.01.2006, 10:39

Bilmem nuke diye birsey yazmiyor..

acaba degistirmem gerekenler bumu??

Kod: Tümünü seç
#################################################################
## Mod Title: Advanced Quick Reply Mod
## Mod Author: RustyDragon <dev@RustyDragon.com>  http://www.phpbbhacks.com
## Mod Version: 1.1.1
## Mod Description: This will allow users to use quick reply form
##      which is placed below every topic.
##      It will only display when user has the Reply access
##      User have a option to quote the last message.
##      A list of 24 smilies is shown below input area.
##      Users can paste names of users just by clicking on it.
##      Also they can select any text on a page and quote it to the input area.
##
##      Last 3 options were absent in Quick Reply Mod with Quote on which
##      this mod is based.
##      Additional feature - uses of template for quick reply form.
##      So you can change a look of the mod to whatever you want.
##
## Installation Level: Very Easy
## Installation Time: 4 Minutes
##
## Files To Edit: 3
##   viewtopic.php,
##   language/lang_english/lang_main.php
##   templates/subSilver/viewtopic_body.tpl
##
## Included Files: quick_reply.php, quick_reply.tpl
#################################################################
##
## Author Note:
##  If you want to have different number of smilies displayed find a line
##  $max_smilies = 30;
##  in a file quick_reply.php and replace 30 with whatever you want. Setting this variable to zero
##  will disable  smilies row.
##
##  This MOD is based on Quick Reply Mod with Quote from Smartor <smartor_xp@hotmail.com>
## 
##  This mod will increase the size of your topic page by approx 7kb
##  and execute one additional (but simple) SQL query for every page load.
##
##   The Quick-Quote Feature was an idea from Nexialys (www.bebeabord.org)
##
##   You should change all your templates and language pack
##
##  Advanced Quick Reply Mod is Copyright © RustyDragon, 2002
##
##   Quick Reply Mod with Quote is Copyright © Smartor, 2002
##   updated to support phpbb 2.0.4 by danb00
##   
##   (Any changes to this MOD must retain these Copyright Notices)

#
#-----[ COPY ]------------------------------------------
#
copy quick_reply.php to /
copy quick_reply.tpl to templates/subSilver

#
#-----[ OPEN ]------------------------------------------
#
viewtopic.php

#
#-----[ FIND ]------------------------------------------
#
$template->pparse('body');

include($phpbb_root_path . 'includes/page_tail.'.$phpEx);

#
#-----[ BEFORE, ADD ]------------------------------------
#
include($phpbb_root_path . 'quick_reply.'.$phpEx);

#
#-----[ OPEN ]------------------------------------------
#
lang/lang_english/lang_main.php

#
#-----[ FIND ]------------------------------------------
#
//
// That's all Folks!

#
#-----[ BEFORE, ADD ]------------------------------------
#
// Advanced Quick Reply Mod
$lang['Quick_Reply'] = 'Quick Reply';
$lang['Quick_quote'] = 'Quote the last message';
$lang['QuoteSelelected'] = 'Quote selected';
$lang['QuoteSelelectedEmpty'] = 'Select a text anywhere on a page and try again';
$lang['Quick_Reply_smilies'] = 'all';

#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/viewtopic_body.tpl

#
#-----[ FIND ]------------------------------------------
#
{postrow.POSTER_NAME}

#
#-----[ REPLACE WITH ]------------------------------------
#
<a href="javascript:emoticon('[b]{postrow.POSTER_NAME}[/b], ')">{postrow.POSTER_NAME}</a>

#
#-----[ FIND ]------------------------------------------
#
<!-- END postrow -->

#
#-----[ AFTER, ADD ]------------------------------------
#
   <tr align="center">
      <td class="row1" colspan="2" >
      {QUICKREPLY_OUTPUT}
      </td>
   </tr>


#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------
#
#EoM
Kullanıcı avatarı
D!-LoSH
Üye
Üye
 
İleti: 82
Kayıt: 09.01.2006, 15:52

İleti Curtis 19.01.2006, 11:00

Sende includes/page_tail.php diye bir dosya olmadığından oluyor, o da NUKE'un getirisi..
Kullanıcı avatarı
Curtis
Üye
Üye
 
İleti: 686
Kayıt: 06.10.2005, 06:22
Konum: İstanbul

İleti D!-LoSH 19.01.2006, 11:03

peki www.phphacks.com dan hangi dosyayi yuklemem gerekiyor? yardimci olabilirmisiniz?
Kullanıcı avatarı
D!-LoSH
Üye
Üye
 
İleti: 82
Kayıt: 09.01.2006, 15:52

İleti Curtis 19.01.2006, 11:04

phpBBHacks'den bir dosya yüklemen gerekmiyor, page_tail.php'in olmadığı iççin sanırım modu kuramazsın, ama bilen varsa altarnetif bir bilgi üretebilir..
Kullanıcı avatarı
Curtis
Üye
Üye
 
İleti: 686
Kayıt: 06.10.2005, 06:22
Konum: İstanbul


Yeni Başlayanlar



Kimler çevrimiçi

Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 0 misafir

cron