View Single Post
niqbal's Avatar
Posts: 474 | Thanked: 368 times | Joined on Jan 2010
#505
@robe11

hmm is this what you had in mind? i DO NOT like it myself but here it is. to add your own name, edit .js file. Put your own name instead of mine

Code:
//niqbal code
    if (!item.self) {
        var name = item.name_str.split(":")[0];
        name = name.split(" ")[0];
        name_tag.textContent = name;
    }
    else{
        name_tag.textContent = "your_name_goes_here";

    }
//niqbal code
Attached Images
 
Attached Files
File Type: zip conv-ui_theme4.zip (9.7 KB, 291 views)

Last edited by niqbal; 2010-04-05 at 07:34.
 

The Following 4 Users Say Thank You to niqbal For This Useful Post: