email:
password:
Remember Me
Forum Trail Main / Profile Customization > Profile editing - Quick Reference for experienced coders
Pages (2): 1 2 
 
n00blet

Joined: Dec 7, 2007
Posts: 1
View Post History


Flutterby
This post assumes you already know CSS/HTML and just want to know the extra stuff you'll need to re-do your pwned profile.

First off, you'll want to put all your CSS into http://pwned.com/editprofile/
All your code goes into http://pwned.com/bio/

Adding a custom... (in all of these examples, replace #### with your ID)

Add Friend Link:
<a href=":simpleAdd('####','friends')">Add me</a>

Send a Message Link:
<a href="#" onclick="Effect.toggle('smessage','appear'); return false;">Send me a Message</a>

You should also add this to your style, just to make sure the send a message window pops up on top of any divs you create:
#smessage {
z-index: 250;
}

View Blogs Link:
<a href="http://pwned.com/display/blogs/####/">View Blogs</a>

I don't know about the Add Clan link. You can create flash buttons if you want the add friend button to provide feedback when the user clicks it, otherwise it will seem to do nothing when clicked, but it WILL send a friend request if the user is not already your friend.

The following shows the names of the various elements you might want to hide, resize, reposition, etc.


If you have any more questions or have suggestions on how I can make this more easy to understand, feel free to comment. I'm not going to lie, I didn't spend long on this, so it's not as elegant as it could be ;)

Cheers and happy coding!
--E
Jan 27, 2008, 11:25:24PM
n00blet

Joined: Dec 5, 2007
Posts: 69
View Post History


►Emazing◄
Ugh, I intended to post that from my account. Ah well, there you have it.

PS - Forum needs a delete function!

Jan 27, 2008, 11:26:16PM
n00blet

Joined: Jan 7, 2008
Posts: 8
View Post History


Nifty
Nice tutorial, your gonna help alot of people....i had to figure it out for myself
Jan 28, 2008, 12:43:43PM
n00blet

Joined: Mar 1, 2008
Posts: 19
View Post History


hachi
Wow thanks for all the divclassnames. :D
Now I won't need to be hunting in page source. =x
Mar 2, 2008, 11:01:32AM
n00blet

Joined: Mar 9, 2008
Posts: 82
View Post History


talkalotlord
Thats cu i guess. but i still dont get it
Mar 11, 2008, 8:18:57AM
n00blet

Joined: Mar 12, 2008
Posts: 4
View Post History


tmes
wow i messed this up really bad look at my profile. it looks ok when i made the code and looked at it in IE and firefix then after applying it here it messed up. i use to use this on myspace and i edited most of my code so i think it should work here

is anyone knows how to make this go back to normal let me know thanks
Mar 14, 2008, 2:57:05PM
My Litte Pwnie

Joined: Nov 30, 2007
Posts: 260
View Post History


pwned(mod-ular)
wow i messed this up really bad look at my profile. it looks ok when i made the code and looked at it in IE and firefix then after applying it here it messed up. i use to use this on myspace and i edited most of my code so i think it should work here

is anyone knows how to make this go back to normal let me know thanks


haha back to normal? i can strip out everything you did but you could also go in there and delete wahtever you added in

Mar 15, 2008, 8:03:27PM
Left 4 Pwned

Joined: Feb 4, 2008
Posts: 1065
View Post History


NorCal_PwnStar
wow i messed this up really bad look at my profile. it looks ok when i made the code and looked at it in IE and firefix then after applying it here it messed up. i use to use this on myspace and i edited most of my code so i think it should work here

is anyone knows how to make this go back to normal let me know thanks


LoL....your not kidding...your profile is jacked.



Mar 16, 2008, 3:16:20AM
Left 4 Pwned

Joined: Feb 6, 2008
Posts: 1943
View Post History


Scarecrow_Zero
This post assumes you already know CSS/HTML and just want to know the extra stuff you'll need to re-do your pwned profile.

First off, you'll want to put all your CSS into http://pwned.com/editprofile/
All your code goes into http://pwned.com/bio/

Adding a custom... (in all of these examples, replace #### with your ID)

Add Friend Link:
<a href=":simpleAdd('####','friends')">Add me</a>

Send a Message Link:
<a href="#" onclick="Effect.toggle('smessage','appear'); return false;">Send me a Message</a>

You should also add this to your style, just to make sure the send a message window pops up on top of any divs you create:
#smessage {
z-index: 250;
}

View Blogs Link:
<a href="http://pwned.com/display/blogs/####/">View Blogs</a>

I don't know about the Add Clan link. You can create flash buttons if you want the add friend button to provide feedback when the user clicks it, otherwise it will seem to do nothing when clicked, but it WILL send a friend request if the user is not already your friend.

The following shows the names of the various elements you might want to hide, resize, reposition, etc.


If you have any more questions or have suggestions on how I can make this more easy to understand, feel free to comment. I'm not going to lie, I didn't spend long on this, so it's not as elegant as it could be ;)

Cheers and happy coding!
--E



How come i havent seen you? did you quit pwned, why?

Photobucket
Mar 22, 2008, 5:50:59PM
Left 4 Pwned

Joined: Feb 4, 2008
Posts: 1065
View Post History


NorCal_PwnStar
From the looks of things she never really got that started :0P

Unless shes a SB'er...havent' seen her in there either though.

She might have been a victim of RL :0P



Mar 23, 2008, 8:10:13PM
Quick Reply
 
Pages (2): 1 2 
Forum Trail Main / Profile Customization > Profile editing - Quick Reference for experienced coders