colors

Wondering why that MOD you have won't install correctly? Let's take a look
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
Locked
n2oz29
Registered User
Posts: 30
Joined: Sat Dec 02, 2006 11:45 pm

colors

Post by n2oz29 »

Is there a EasyMod friendly mod that allows users to change their name color ? Or a mod that allows different color usergroups thats easymod friendly ?

User avatar
Poomerio
Registered User
Posts: 552
Joined: Tue Jan 02, 2007 7:09 pm
Location: 4(x - 20y) = 20

Re: colors

Post by Poomerio »


n2oz29
Registered User
Posts: 30
Joined: Sat Dec 02, 2006 11:45 pm

Re: colors

Post by n2oz29 »

During the install using easymod I get the following message . Any help ?

Critical Error

FIND FAILED: In file [includes/functions.php] could not find:

if ( $userdata['user_id'] != ANONYMOUS )
{
if ( !empty($userdata['user_lang']))
{
$board_config['default_lang'] = $userdata['user_lang'];
}

MOD script line #594 :: FAQ :: Report

User avatar
Poomerio
Registered User
Posts: 552
Joined: Tue Jan 02, 2007 7:09 pm
Location: 4(x - 20y) = 20

Re: colors

Post by Poomerio »

I will help you through this in the morning; I am tired ATM, so I can't give correct suggestions right now.
Looks like the FIND statment isn't being specific enough to me.

- Poomie

n2oz29
Registered User
Posts: 30
Joined: Sat Dec 02, 2006 11:45 pm

Re: colors

Post by n2oz29 »

Still would like this one installed . I think I should note that my forum is private and anonymous users are not allowed . I only have 1 forum that guests can see which is my "about the site" writeup .

User avatar
Poomerio
Registered User
Posts: 552
Joined: Tue Jan 02, 2007 7:09 pm
Location: 4(x - 20y) = 20

Re: colors

Post by Poomerio »

OPEN:
AGCM.txt

FIND:

Code: Select all

#
#-----[ FIND ]------------------------------------------------
#
	if ( $userdata['user_id'] != ANONYMOUS )
	{
		if ( !empty($userdata['user_lang']))
		{
			$board_config['default_lang'] = $userdata['user_lang'];
		}
REPLACE WITH:

Code: Select all

#
#-----[ FIND ]------------------------------------------------
#
	if ( $userdata['user_id'] != ANONYMOUS )
	{
Save, upload and install with EM.

- Poomie

Locked