Icy Phoenix

     
 


This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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
 



 
superbarioSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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
 



 
pepiSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.  

 



 
superbarioSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
pepiSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Help Me For Activity Mod Error 
 
thanks  i resolved you very truly kind
 



 
superbarioSend private message  
Back to topPage bottom
This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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


  

 

  cron