TestUser2Shorty1968 wrote: *EDIT*
Hello I have to apply again, I can find nothing in the contributions where I can write a comment, to me it looks like as in the notes?
how do I get the Reputation System for input in the comment post?
Then I get another fatal error message when I in the ACP / settings / Ranks turn on the graphics?Said line looks like this:Code: Select all
Fatal error: Using $this when not in object context in /var/www/web0/html/includes/functions_reputation.php on line 580
The whole code section like this:Code: Select all
$rs_ranks = $this->obtain_rs_ranks();
Code: Select all
if (!$user->data['is_registered']) { return; } if (empty($rs_ranks)) { $rs_ranks = $this->obtain_rs_ranks(); } $rs_rank_title = $rs_rank_img = $rs_rank_img_src = $rs_rank_color = ''; foreach ($rs_ranks as $rank) { if ($points >= $rank['rank_points']) { $rs_rank_title = $rank['rank_title']; $rs_rank_img = (!empty($rank['rank_image'])) ? '<img src="' . $phpbb_root_path . $config['rs_ranks_path'] . '/' . $rank['rank_image'] . '" alt="' . $rank['rank_title'] . '" title="' . $rank['rank_title'] . '" />' : ''; $rs_rank_img_src = (!empty($rank['rank_image'])) ? $phpbb_root_path . $config['rs_ranks_path'] . '/' . $rank['rank_image'] : ''; $rs_rank_color = $rank['rank_color']; break; } } }
123456
http://www.phpbb-service.de/portal.php