Log in

View Full Version : Change color to "Welcome to our newest member"?


cajunboy2208
02-26-2007, 03:17 PM
Anyone know of a way? I am talking about the name that registered, it shows up blue... and I want it black.

Kirk Y
02-26-2007, 06:46 PM
Edit phrase welcome_to_our_newest_member_x with the following:

Welcome to our newest member, <a href="{1}" rel="nofollow" style="color:#000000">{2}</a>

cajunboy2208
02-27-2007, 04:50 AM
When I do that, I get this...

The following error occurred when attempting to evaluate this template:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' in /home/bleepd/public_html/forums/includes/adminfunctions_template.php(3596) : eval()'d code on line 155

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

cajunboy2208
03-24-2007, 08:27 AM
Anyone else wanna give it a go?

WhaLberg
03-24-2007, 08:40 AM
Welcome to our newest member, <a href="{1}" rel="nofollow"><font color="#000000">{2}</font></a>

cajunboy2208
03-24-2007, 09:02 AM
in FORUMHOME

<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[Welcome to our newest member, <a href="{1}" rel="nofollow"><font color="#000000">{2}</font></a>]</font></a></phrase></div>

Got this error...

The following error occurred when attempting to evaluate this template:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' in /home/bleepd/public_html/forums/includes/adminfunctions_template.php(3596) : eval()'d code on line 154

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

Dismounted
03-24-2007, 09:11 AM
Not the template, the PHRASE. AdminCP > Language & Phrases

cajunboy2208
03-24-2007, 09:14 AM
Not the template, the PHRASE. AdminCP > Language & Phrases

Ahhh. Thank you very much.