| 
				
					| 
							
								|  | Unofficial modifications nieoficjalne modyfikacje for?w phpBB by Przemo
 |  |  Foreign support - Show ranks installed on Forum
 
 kidzior - Pon 30 Kwi, 2007
 Temat postu: Show ranks installed on Forum
 ##
 ## Mod name: Rangi
 ## Autor: ---censored---
 ## Translate: kidzior http://www.niezal.org
 ## Opis: Make a new link in header, that shows ranks installed on Your forum.
 ## Install time: Less than a minute ;-)
 ##
 ##
 ## Files to edit:
 ##			- templates/subSilver/overall_header.tpl
 ##			- language/lang_english/lang_main.php
 ##
 ##
 ## Files to upload:
 ##			- ranks.php
 ##			- templates/subSilver/ranks_body.tpl
 ## Dificulty: Beginner
 ##
 ##
 ##
 ##
 ## Compatybility : all_version_php_przemo
 ##
 ##
 
 
 | Wiadomo?? ukryta / Hidden message Aby zobaczy? wiadomo?? postaw piwo autorowi piwo.
 |  | ##### OPEN ************************* templates/subSilver/overall_header.tpl *************************
 
 
 #### FIND 2x:
 
 <!-- END download -->
 
 #### ADD, AFTER
 
  <a href="ranks.php" class="mainmenu"><img src="templates/subSilver/images/icon_sms.gif" width="12" height="13" border="0" alt="Rangi" hspace="3" />Rangi</a>
 
 ##### OPEN
 ************************* language/lang_english/lang_main.php *************************
 
 #### FIND 2x:
 
 //
 // That's all Folks!
 // -------------------------------------------------
 
 #### ADD, BEFORE
 $lang['Ranks'] = 'Ranks';
 
 #
 #-----[ SAVE AND CLOSE ALL FILES ]------------------------------------------------------------
 #
 # Instruction by RuseK
 # Translated by kidzior
 | 
 
 |  |