Multi-Color Username Code
2 posters
Page 1 of 1
Multi-Color Username Code
- Spoiler:
- Code:
$(function(){
multiColor(88576, '<strong><font color="#58ACFA">h</font><font color="#F781D8">a</font><font color="#58ACFA">t</font><font color="#F781D8">s</font><font color="#58ACFA">u</font><font color="#F781D8">n</font><font color="#58ACFA">e</font><font color="#F781D8">m</font><font color="#58ACFA">i</font><font color="#F781D8">k</font><font color="#58ACFA">u</font><font color="#F781D8">3</font><font color="#58ACFA">9</font></strong>');
function multiColor(id, html){$('a[href="/u4"]').not(function(){return $("img",this)[0]}).html(html)}
});
Last edited by Titania on July 16th 2015, 10:37 am; edited 1 time in total
Re: Multi-Color Username Code
Hi @Titania,
From what I can tell, the script looks to be filled in incorrectly. Try replacing it with this :
The ID of your profile should have been where 88576 was.
From what I can tell, the script looks to be filled in incorrectly. Try replacing it with this :
- Code:
$(function(){
multiColor(4, '<strong><font color="#58ACFA">h</font><font color="#F781D8">a</font><font color="#58ACFA">t</font><font color="#F781D8">s</font><font color="#58ACFA">u</font><font color="#F781D8">n</font><font color="#58ACFA">e</font><font color="#F781D8">m</font><font color="#58ACFA">i</font><font color="#F781D8">k</font><font color="#58ACFA">u</font><font color="#F781D8">3</font><font color="#58ACFA">9</font></strong>');
function multiColor(id, html){$('a[href="/u' + id + '"]').not(function(){return $("img",this)[0]}).html(html)}
});
The ID of your profile should have been where 88576 was.
Re: Multi-Color Username Code
That should've worked, which means there's another error on your forum. From what I can tell, it's coming from the banned message screen. Edit that script and remove the following if it's there :
It looks like that may have been copied along with the script.
- Code:
Code:Select Content
It looks like that may have been copied along with the script.
Similar topics
» Multi-Quotes Background Color
» Changing the Username's Color As Well As Multicolored Username and Glow
» Multi colored username
» Multi Colored username Screwd up.
» Multi forums in one code
» Changing the Username's Color As Well As Multicolored Username and Glow
» Multi colored username
» Multi Colored username Screwd up.
» Multi forums in one code
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum