Ranks Page

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: 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!

Re: Ranks Page

Post by Fire-Fox »

Yes allmost identical to Stoker's but not quit :)

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, 16:27, edited 2 times in total.

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, 16:13, edited 4 times in total.

Re: Ranks Page

Post by cisco007 »

looks like it's missing it here!

Code: Select all

   'RARANKSID'          => Rang-'ID',

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, 16:14, edited 1 time in total.

Re: Ranks Page

Post by Fire-Fox »

:)

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 ;)

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:

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?