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
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Ranks Page

Post by Stoker »

Title: Ranks Page 1.0.4

Moved: viewtopic.php?f=45&t=1294
Board rules! No PM support
User avatar
Inner Circle
BBCoder III
BBCoder III
Posts: 107
Joined: 20 Mar 2010, 20:25
Location: Germany
Contact:

Re: Ranks Page

Post 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 )
User avatar
Michel
BBCoder II
BBCoder II
Posts: 11
Joined: 13 Mar 2010, 19:13

Re: Ranks Page

Post 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',
)); 
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 - How do you get it to open from a folder "ranks/"
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Ranks Page

Post 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!
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 »

Thanks :)

works okay, but not like this site. looking for that :)
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Ranks Page

Post by cisco007 »

i don't understand, what do you mean like this site!?
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 »

Demo:
ranks.php

(Look in the browser url when you have it open)
Last edited by Fire-Fox on 19 Apr 2010, 17:35, edited 1 time 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 »

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"),
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 »

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/"),
Last edited by Fire-Fox on 19 Apr 2010, 17:48, edited 2 times in total.
Locked