Ranks Page
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
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
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
German Translation
and @ Metzimods
Öffne language/de/common.php
Finde
Füge DAVOR ein
and @ Metzimods
Öffne language/de/common.php
Finde
Code: Select all
?>
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
You have missplaced a '
to
Code: Select all
'RARANKSID' => Rang-'ID',
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
Doh thanks, I saw it right now when I published that at my board.
Edited above.
Edited above.

Last edited by Chalong on 19 Apr 2010, 16:14, edited 1 time in total.
Re: Ranks Page
Its impossible to be identical to perfectFire-Fox » 19 Apr 2010, 17:51 wrote:Yes allmost identical to Stoker's but not quit

Rename ranks.php to index.php and put it in the ranks folder

Re: Ranks Page
so i was half right!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"),

Re: Ranks Page
I have inside "ranks" folder index.php?Stoker » 19 Apr 2010, 18:30 wrote:Its impossible to be identical to perfectFire-Fox » 19 Apr 2010, 17:51 wrote:Yes allmost identical to Stoker's but not quit![]()
Rename ranks.php to index.php and put it in the ranks folder