Ranks Page

Modifications for phpBB3. Try the Mods here and share Your own Mods
There is no support here! Only Read Access!
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
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Ranks Page

Post by cisco007 »

yeah, i just tried it like i told you and it didn't work, i was getting ready to post the way you just did it and it worked!
User avatar
Fire-Fox
BBCoder IV
BBCoder IV
Posts: 275
Joined: 22 Mar 2010, 13:24
Location: Denmark

Re: Ranks Page

Post by Fire-Fox »

Yes allmost identical to Stoker's but not quit :)
User avatar
Chalong
BBCoder II
BBCoder II
Posts: 59
Joined: 06 Mar 2010, 14:03
Location: Pforzheim / Germany
Contact:

Re: Ranks Page

Post by Chalong »

German Translation
and @ Metzimods

Öffne language/de/common.php
Finde

Code: Select all

?>
Füge DAVOR ein

Code: Select all

// Ranks page by stoker   
$lang = array_merge($lang, array(
    'RARANKS'            => 'Ränge',
    'VIEW_RARANKS'       => 'Ränge anzeigen',
    'RARANKSID'          => 'Rang-ID',
    'RARANK_TITLE'       => 'Rang-Titel',
    'RARANK_MIN'         => 'Minimale Anzahl an Beiträgen',
    'RARANK_SPECIAL'     => 'Spezialrang',
    'RARANK_IMAGE'       => 'Rang-Bild',
    'RANK_COUNT'         => '1 Rang',
    'RANKS_COUNT'        => '%d Ränge',
)); 
Last edited by Chalong on 19 Apr 2010, 18:27, edited 2 times in total.
Regards Chalong

www.chalong.de
User avatar
Fire-Fox
BBCoder IV
BBCoder IV
Posts: 275
Joined: 22 Mar 2010, 13:24
Location: Denmark

Re: Ranks Page

Post by Fire-Fox »

You have missplaced a '

Code: Select all

'RARANKSID'          => Rang-'ID',
to

Code: Select all

'RARANKSID'          => 'Rang-ID',
Last edited by Fire-Fox on 19 Apr 2010, 18:13, edited 4 times in total.
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Ranks Page

Post by cisco007 »

looks like it's missing it here!

Code: Select all

   'RARANKSID'          => Rang-'ID',
User avatar
Chalong
BBCoder II
BBCoder II
Posts: 59
Joined: 06 Mar 2010, 14:03
Location: Pforzheim / Germany
Contact:

Re: Ranks Page

Post by Chalong »

Doh thanks, I saw it right now when I published that at my board.

Edited above. :)
Last edited by Chalong on 19 Apr 2010, 18:14, edited 1 time in total.
Regards Chalong

www.chalong.de
User avatar
Fire-Fox
BBCoder IV
BBCoder IV
Posts: 275
Joined: 22 Mar 2010, 13:24
Location: Denmark

Re: Ranks Page

Post by Fire-Fox »

:)
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Ranks Page

Post by Stoker »

Fire-Fox » 19 Apr 2010, 17:51 wrote:Yes allmost identical to Stoker's but not quit :)
Its impossible to be identical to perfect :D

Rename ranks.php to index.php and put it in the ranks folder ;)
Board rules! No PM support
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Ranks Page

Post by cisco007 »

cisco007 » 19 Apr 2010, 17:39 wrote:i think he has the ranks.php file inside a ranks folder, then rename ranks.php to index.php and in the functions.php replace the edit with this:

Code: Select all

      'U_RANKSPAGE'            => append_sid("{$phpbb_root_path}ranks/index.$phpEx"),
so i was half right! :geek:
User avatar
Fire-Fox
BBCoder IV
BBCoder IV
Posts: 275
Joined: 22 Mar 2010, 13:24
Location: Denmark

Re: Ranks Page

Post by Fire-Fox »

Stoker » 19 Apr 2010, 18:30 wrote:
Fire-Fox » 19 Apr 2010, 17:51 wrote:Yes allmost identical to Stoker's but not quit :)
Its impossible to be identical to perfect :D

Rename ranks.php to index.php and put it in the ranks folder ;)
I have inside "ranks" folder index.php?
Locked