punbb/admin_ranks.php
changeset 3 c0c445d4a13e
parent 2 a8a21e1c7afa
equal deleted inserted replaced
2:a8a21e1c7afa 3:c0c445d4a13e
   123 
   123 
   124 ?>
   124 ?>
   125 	<div class="blockform">
   125 	<div class="blockform">
   126 		<h2><span>Ranks</span></h2>
   126 		<h2><span>Ranks</span></h2>
   127 		<div class="box">
   127 		<div class="box">
   128 			<form id="ranks" method="post" action="admin_ranks.php?action=foo">
   128 			<form id="ranks" method="post" action="<?php echo makeUrlNS('Special', 'Forum/Admin_Ranks', 'action=foo', true); ?>">
   129 				<div class="inform">
   129 				<div class="inform">
   130 					<fieldset>
   130 					<fieldset>
   131 						<legend>Add rank</legend>
   131 						<legend>Add rank</legend>
   132 						<div class="infldset">
   132 						<div class="infldset">
   133 							<p>Enter a rank and the minimum number of posts that a user has to have to aquire the rank. Different ranks cannot have the same value for minimum posts. If a title is set for a user, the title will be displayed instead of any rank. <strong>User ranks must be enabled in <a href="admin_options.php#ranks">Options</a> for this to have any effect.</strong></p>
   133 							<p>Enter a rank and the minimum number of posts that a user has to have to aquire the rank. Different ranks cannot have the same value for minimum posts. If a title is set for a user, the title will be displayed instead of any rank. <strong>User ranks must be enabled in <a href="admin_options.php#ranks">Options</a> for this to have any effect.</strong></p>