Help Me For Activity Mod Error


Subject: Help Me For Activity Mod Error
i'm Italian. excused for my English.
I have found these errors in activity mod, you can help me?

Code: [Download] [Hide] [Select]
Fatal error: Call to undefined function color_group_colorize_name() in /users/b/a/s/base/public_html/forum/amod/activity_hof.php on line 84

and


Fatal error: Call to undefined function color_group_colorize_name() in /users/b/a/s/base/public_html/forum/amod/challenges.php on line 65




thanks

Subject: Re: Help Me For Activity Mod Error
superbario wrote: [View Post]
i'm Italian. excused for my English.
I have found these errors in activity mod, you can help me?

Code: [Download] [Hide] [Select]
Fatal error: Call to undefined function color_group_colorize_name() in /users/b/a/s/base/public_html/forum/amod/activity_hof.php on line 84

and

Fatal error: Call to undefined function color_group_colorize_name() in /users/b/a/s/base/public_html/forum/amod/challenges.php on line 65

thanks


Hi search for
OPEN amod/activity_hof.php and amod/challenges.php
FIND
Code: [Download] [Hide] [Select]
include_once($phpbb_root_path . 'includes/functions_color_groups.' . $phpEx);

REPLACE WITH
Code: [Download] [Hide] [Select]
// include_once($phpbb_root_path . 'includes/functions_color_groups.' . $phpEx);

or delete it

Pepi

Subject: Re: Help Me For Activity Mod Error
[/quote]

Hi search for
OPEN amod/activity_hof.php and amod/challenges.php
FIND
Code: [Download] [Hide] [Select]
include_once($phpbb_root_path . 'includes/functions_color_groups.' . $phpEx);

REPLACE WITH
Code: [Download] [Hide] [Select]
// include_once($phpbb_root_path . 'includes/functions_color_groups.' . $phpEx);

or delete it

Pepi[/quote]

i don't find this but i find this

FIND
Code: [Download] [Hide] [Select]
include_once($phpbb_root_path . 'includes/functions_color_groups.' . $phpEx);

REPLACE WITH
Code: [Download] [Hide] [Select]
// include_once($phpbb_root_path . 'includes/functions_color_groups.' . $phpEx);

or delete it


but i find this

Code: [Download] [Hide]
  1. {  
  2. $name = color_group_colorize_name(($user_data[$b]['user_id']),true);  
  3. $count = number_format($challenge_data[$a]['count']);  
  4. $user = $challenge_data[$a]['user'];  
  5.  
  6.  

Subject: Re: Help Me For Activity Mod Error
Hi


FIND
Code: [Download] [Hide] [Select]
#
$name = color_group_colorize_name(($user_data[$b]['user_id']),true);
$count = number_format($challenge_data[$a]['count']);
$user = $challenge_data[$a]['user'];

REPLACE WITH
Code: [Download] [Hide] [Select]
$name = $user_data[$b]['username'];
$count = number_format($challenge_data[$a]['count']);
$user = $challenge_data[$a]['user'];

Pepi

PS: or use Mod

Subject: Re: Help Me For Activity Mod Error
thanks i resolved you very truly kind


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 3.7994s (PHP: 1% SQL: 99%)
SQL queries: 13 - Debug Off - GZIP Enabled