de makkelijkste mods
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

wie kan dit vertalen ???
Code: Selecteer alles
#################################################################
## 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
Ga je dat bij elke mod vragen??
Echt, dat werkt zo niet, dat kan je niet van ons verwachten. Nu lijkt Erulezz zo gek om dat voor je te doen, maar hij blijft ook niet bezig.
Ik vraag me zoieso af waarom je dit niet zo kunnen, met behulp deze zou iedereen het moeten kunnen lukken.

Echt, dat werkt zo niet, dat kan je niet van ons verwachten. Nu lijkt Erulezz zo gek om dat voor je te doen, maar hij blijft ook niet bezig.

Ik vraag me zoieso af waarom je dit niet zo kunnen, met behulp deze zou iedereen het moeten kunnen lukken.

- Bas
- Berichten: 2741
- Lid geworden op: 02 dec 2003, 17:38
- Locatie: Omgeving Goslar (Duitsland)
- Contacteer:
Code: Selecteer alles
#################################################################
## Mod Titel: Advanced Quick Reply Mod
## Mod Auteur: RustyDragon <dev@RustyDragon.com> http://www.phpbbhacks.com
## Mod Versie: 1.1.1
## Mod Beschrijving: Dit zal gebruikers toelaten een snelle reactie-formulier te gebruiken
## die onder elk onderwerp geplaatst wordt.
## Hij zal alleen weergegeven worden als de gebruiker de Reactie-permissie heeft.
## De gebruiker heeft een optie het laatste bericht te quoten.
## Een lijst van 24 smilies is weergegeven onder het invoervak.
## Gebruikers kunnen gebruikersnamen plakken door er alleen maar op te klikken.
## Ze kunnen ook tekst selecteren op een pagina en het quoten naar het invoervak.
##
## De laatste 3 mogelijkheden bestonden niet in Quick Reply Mod with Quote waarop
## deze mod is gebaseerd.
## Andere mogelijkheid - gebruikt een template voor het formulier.
## Dus je kunt het uiterlijk naar smaak veranderen.
##
## Installatie Moeilijkheidsgraad: Zeer Makkeljik
## Installatie Tijd: 4 Minuten
##
## Bestanden te bewerken: 3
## viewtopic.php,
## language/lang_english/lang_main.php
## templates/subSilver/viewtopic_body.tpl
##
## Bijgesloten bestanden: 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)
#
#-----[ KOPIEER ]------------------------------------------
#
copy quick_reply.php to /
copy quick_reply.tpl to templates/subSilver
#
#-----[ OPEN ]------------------------------------------
#
viewtopic.php
#
#-----[ VIND ]------------------------------------------
#
$template->pparse('body');
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
#
#-----[ VOEG ERVOOR TOE ]------------------------------------
#
include($phpbb_root_path . 'quick_reply.'.$phpEx);
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ VIND ]------------------------------------------
#
//
// That's all Folks!
#
#-----[ Voeg ervoor toe ]------------------------------------
#
// 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 ]------------------------------------------
#
lang/lang_english/lang_main.php
#
#-----[ VIND ]------------------------------------------
#
//
// That's all Folks!
#
#-----[ Voeg ervoor toe ]------------------------------------
#
// Advanced Quick Reply Mod
$lang['Quick_Reply'] = 'Snelle reactie';
$lang['Quick_quote'] = 'Quote het laatste bericht';
$lang['QuoteSelelected'] = 'Quote geselecteerde';
$lang['QuoteSelelectedEmpty'] = 'Selecteer tekst overal op een pagina en probeer het opnieuw.';
$lang['Quick_Reply_smilies'] = 'alle';
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/viewtopic_body.tpl
#
#-----[ VIND ]------------------------------------------
#
{postrow.POSTER_NAME}
#
#-----[ Vervang met ]------------------------------------
#
<a href="javascript:emoticon('[b]{postrow.POSTER_NAME}[/b], ')">{postrow.POSTER_NAME}</a>
#
#-----[ VIND ]------------------------------------------
#
<!-- END postrow -->
#
#-----[ Voeg erna toe ]------------------------------------
#
<tr align="center">
<td class="row1" colspan="2" >
{QUICKREPLY_OUTPUT}
</td>
</tr>
#
#-----[ Upload/Sla alle bestanden (op) ]--------------------------
#
#EoM