Page 1 of 3

Ranks Page

Posted: 11 Mar 2010, 00:03
by Stoker
Title: Ranks Page 1.0.4

Moved: viewtopic.php?f=45&t=1294

Re: Ranks Page

Posted: 30 Mar 2010, 01:46
by Inner Circle
A really interesting Modification! Nice one!

I have a suggestion for a maybe next version:

It would be great if you could add an additional description to a Rank (e.g. Special Ranks )

Re: Ranks Page

Posted: 17 Apr 2010, 18:54
by Michel
French Translation

Code: Select all

// Ranks page by stoker   
$lang = array_merge($lang, array(
    'RARANKS'            => 'Rangs',
    'VIEW_RARANKS'        => 'Voir Les Rangs',
    'RARANKSID'            => 'ID',
    'RARANK_TITLE'        => 'Titre Du Rang',
    'RARANK_MIN'        => 'Posts Minimums',
    'RARANK_SPECIAL'    => 'Rang Spécial',
    'RARANK_IMAGE'        => 'Image Du Rang',
    'RANK_COUNT'          => '1 Rang',
    'RANKS_COUNT'         => '%d Rangs',
)); 

Re: Ranks Page

Posted: 19 Apr 2010, 15:38
by Fire-Fox
@Stoker - How do you get it to open from a folder "ranks/"

Re: Ranks Page

Posted: 19 Apr 2010, 17:17
by cisco007
well see if this works, if you are going to have the ranks.php file inside the ranks/ folder if you already have this installed, open up includes/functions.php file

Find:

Code: Select all

		'U_RANKSPAGE'				=> append_sid("{$phpbb_root_path}ranks.$phpEx"),
Replace with:

Code: Select all

		'U_RANKSPAGE'				=> append_sid("{$phpbb_root_path}ranks/ranks.$phpEx"),
i haven't tested it, but i have done it like this for other stuff!

Re: Ranks Page

Posted: 19 Apr 2010, 17:28
by Fire-Fox
Thanks :)

works okay, but not like this site. looking for that :)

Re: Ranks Page

Posted: 19 Apr 2010, 17:31
by cisco007
i don't understand, what do you mean like this site!?

Re: Ranks Page

Posted: 19 Apr 2010, 17:35
by Fire-Fox
Demo:
ranks.php

(Look in the browser url when you have it open)

Re: Ranks Page

Posted: 19 Apr 2010, 17:39
by cisco007
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

Posted: 19 Apr 2010, 17:42
by Fire-Fox
Thanks for the help so fare. i'll wait and se if Stoker post the solution :)

[edit]Fixed i hope - not quit![/edit]

i replaced it with

Code: Select all

 'U_RANKSPAGE'            => append_sid("{$phpbb_root_path}ranks/"),