WPIntell

Source evidence

Rankings Issue

Football Predictor · support · 2018-06-19T13:42:00+00:00

complaintsentiment
mediumseverity
0.92relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 27 rows with source links

14.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
airket unresolved
Hi, BigTonny when i use ranking shortcode [football-predictor ranking=1 limit=999] in my website, i found that every user can check other user prediction record, how to remove it? please refer http://joxi.net/Y2LJy4GH9Qn4Gr Hi, You need to delete this on the file football-predictor/includes/class-fp-reports.php : if (get_option($this->prefix.’user_predictions’, 1)) { $stage_link = ”; if ($playoff) $stage_link = ‘&playoff=1’; if ($stage) $stage_link = ‘&stage=1’; $output .= “ prefix.’user_predictions’).”&fp=predictions&user=”.$row->ID.”\”> “; } To find this, use Ctrl+F or Cmd+F (on Mac), write “predictions.png” and choose the block where you see “$oldTotal = $row->total” before the text. Hi nosmoz, Thank for your reply, I follow your instruction then can make it, thank you so much.

Comments

2 shown
nosmoz 2018-06-19T19:39:00+00:00

Hi, You need to delete this on the file football-predictor/includes/class-fp-reports.php : if (get_option($this->prefix.’user_predictions’, 1)) { $stage_link = ”; if ($playoff) $stage_link = ‘&playoff=1’; if ($stage) $stage_link = ‘&stage=1’; $output .= “ prefix.’user_predictions’).”&fp=predictions&user=”.$row->ID.”\”> “; } To find this, use Ctrl+F or Cmd+F (on Mac), write “predictions.png” and choose the block where you see “$oldTotal = $row->total” before the text.

airket 2018-06-20T02:01:00+00:00

Hi nosmoz, Thank for your reply, I follow your instruction then can make it, thank you so much.