Welcome on Index

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Re: Welcome Mod

Post by Chalong »

so I will try to make one while the weekend goes by. 8-)

Re: Welcome Mod

Post by Chalong »

German Translation:

Open language/de/common.php
Find:

Code: Select all

?>
Before add:

Code: Select all

            // BEGIN Welcome Mod
            $lang = array_merge($lang, array(
                'UP_LATE'             => 'Du bist spät unterwegs %1$s, solltest du nicht längst schlafen?',
                'UP_EARLY'            => 'Guten Morgen %1$s, du bist aber schon früh unterwegs.',
                'GOOD_MORNING'        => 'Guten Morgen %1$s, was für ein schöner Morgen.',
                'GOOD_AFTERNOON'      => 'Guten Tag %1$s, schön daß du da bist.',
                'GOOD_EVENING'        => 'Guten Abend %1$s, schön dich hier zu sehen.',
                'GOOD_NIGHT'          => 'Gute Nacht %1$s, es wird Zeit, schlafen zu gehen.',
                'MEMBER_FOR'          => 'Mitglied seit:',
                'WELCOME_GUEST'       => 'Gast',
                'WELCOME_HOUR'        => 'Stunde',
                'WELCOME_HOURS'       => 'Stunden',
                'WELCOME_DAY'         => 'Tag',
                'WELCOME_DAYS'        => 'Tage',
                'WELCOME_MONTH'       => 'Monat',
                'WELCOME_MONTHS'      => 'Monate',
                'WELCOME_YEAR'        => 'Jahr',
                'WELCOME_YEARS'       => 'Jahre',
            ));
            // END Welcome Mod
Save as UTF-8 without a BOM
Last edited by Chalong on 27 Mar 2010, 14:42, edited 2 times in total.

Re: Welcome Mod

Post by Stoker »

:thumbsup:

Re: Welcome Mod

Post by Sir Xiradorn »

Italian translation.
Open language/it/common.php and find this code

Code: Select all

?> 
and before add

Code: Select all

    // BEGIN Welcome Mod
    $lang = array_merge($lang, array(
        'UP_LATE'             => 'Sei in ritardo %1$s, Dove ti eri addormentato?!',
        'UP_EARLY'             => 'Buon Giorno %1$s, Venuto presto stamattina eh?!',
        'GOOD_MORNING'           => 'Buon Giorno %1$s, Che mattina meravigliosa!',
        'GOOD_AFTERNOON'       => 'Buon Pomeriggio %1$s, Finalmente sei qui',
        'GOOD_EVENING'           => 'Buona Sera %1$s, E\' un piacere vederti qui',
       'GOOD_NIGHT'           => 'Buona Notte %1$s, E\' ora di andare a letto',
        'MEMBER_FOR'           => 'Iscritto da:',
        'WELCOME_GUEST'           => 'Ospite',
        'WELCOME_HOUR'           => 'Ora',
        'WELCOME_HOURS'           => 'Ore',
       'WELCOME_DAY'           => 'Giorno',
        'WELCOME_DAYS'           => 'Giorni',
        'WELCOME_MONTH'           => 'Mese',
        'WELCOME_MONTHS'       => 'Mesi',
       'WELCOME_YEAR'           => 'Anno',
        'WELCOME_YEARS'           => 'Anni',
    ));
    // END Welcome Mod  
I have write also the subsilver template for this mod. There is on my board
Last edited by Sir Xiradorn on 30 Mar 2010, 13:43, edited 1 time in total.

Re: Welcome Mod

Post by Anthies »

Very nice work! Works like a charm!

Re: Welcome Mod

Post by wvmetaldedication »

Just wondering if there is there a subsilver2/index_body.html edit somewhere, thanks for any and all help. :)

Re: Welcome Mod

Post by cisco007 »

there were, hopefully Stoker can find them and re-post them!

Re: Welcome Mod

Post by wvmetaldedication »

Yeah, that would be great, I think this Mod is A - Okay!

Re: Welcome Mod

Post by Stoker »

Nope, this version is my version and have never been posted before.
There is no subsilver2 instructions because I dont use that style.

Re: Welcome Mod

Post by Steve »

Give me a couple of days i will do some subsliver2 instructions or what ever needs.