Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-1708

[bug]Leaderboard user links

    XMLWordPrintable

Details

    Description

      In the leaderboard block, there are links to user/id

      at the line 1441 , file 'pickem.module'
      replace {{{
      #!php

      $content .= '<tr><td class="score">'. $totalinfo&#x27;total&#x27; .'</td><td class="user"><a href="/user/'. $uid .'">'. $u_name .'</a></td></tr>';
      }}}

      with {{

      {\\ #!php $content .= '<tr><td class="score">'. $totalinfo['total'] .'</td><td class="user"><a href="../user/'. $uid .'">'. $u_name .'</a></td></tr>';\\ }}

      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            Anonymous Anonymous
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: