Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-8344

Some code change on rank template (SUGGESTION)

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Resolution: Fixed
    • 3.0.4
    • None
    • ACP
    • None
    • PHP Environment: PHP 5.2.6
      Database:

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: