Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-8344

Some code change on rank template (SUGGESTION)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • None
    • 3.0.4
    • ACP
    • None
    • PHP Environment: PHP 5.2.6
      Database:

      Hi, actually this is not a bug but some suggestion change.

      code changes:

      open adm/style/acp_ranks.html
      FIND,

      		<dt><label for="special_rank">{L_RANK_SPECIAL}:</label></dt>
      		<dd><label><input onchange="dE('posts', -1)" type="radio" class="radio" name="special_rank" value="1" id="special_rank"
      <!-- IF S_SPECIAL_RANK --> checked="checked"<!-- ENDIF --> />{L_YES}</label>
      			<label><input onchange="dE('posts', 1)" type="radio" class="radio" name="special_rank" value="0"
      <!-- IF not S_SPECIAL_RANK --> checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd>
       

      REPLACE WITH,

      		<dt><label for="special_rank">{L_RANK_SPECIAL}:</label></dt>
      		<dd><label><input onclick="dE('posts', -1)" type="radio" class="radio" name="special_rank" value="1" id="special_rank"
      <!-- IF S_SPECIAL_RANK --> checked="checked"<!-- ENDIF --> />{L_YES}</label>
      			<label><input onclick="dE('posts', 1)" type="radio" class="radio" name="special_rank" value="0"
      <!-- IF not S_SPECIAL_RANK --> checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd>

      Thanks,
      Blueray

            bantu Andreas Fischer [X] (Inactive)
            blueray2048 blueray2048 [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: