Help - Search - Members - Calendar
Full Version: Coding for a profile on Gaia
Forums > Resource Center > Webmasters' Corner > Resolved Topics
myrmidon50
Hello, I'm new and need a bit of help with some code. My friend said he got all the help he needed with his profile here, and that this was a great place if I needed any help. I'm trying to code my profile for GaiaOnline. I've got it to almost exactly as I wanted it, however I had one thing left. I wanted to know if anyone knows any coding that will hide a link on the profile page that say [View posts] it also has [View guilds] and [view store] but I don't really care if it shows or not.

(P.S. If this is posted in the wrong section, I'm sorry, if theres a way to move it let me know, or if it needs to be moved by a admin/moderator, whatever it takes)

Thank you for any help,
Myr
Insurmountable
Well we don't really offer specific help for gaia. But I'm assuming that its probably basic html and css.

Can you give me a link to your profile and I'll look at it and see what links your talking about as well.
myrmidon50
Oh right, sorry I forgot to add that... I don't think its set to private or anything, I just checked and it seemed to not be.

http://www.gaiaonline.com/profiles/2084177
Insurmountable
Uhm, try adding this to your codes:

<style>.about{display:none;}</style>

myrmidon50
If this is something thats giving you trouble don't worry about it, its just something I'd like done, but I can live without. Don't want to waste too much of your time tongue.gif

EDIT: Thanks, I'll try that out now ^^
myrmidon50
No such luck with that... Do I just post it at the end of the code? I'm trying out posting my code using the insert special item thing, to show my code used...

If this is too much trouble don't worry about it I can live with the links.

CODE
#content #main, #about, #journal, #friends, #multimedia, #comments, #signature{height: auto;}
#site { margin-left: auto; margin-right: auto; width: 760px; }
#site a:link { color: #990000; font-size: 10pt; text-decoration: none; }
#site a:visited { color: #990000; font-size: 10pt; text-decoration: none; }
#site a:active { color: #990000; font-size: 10pt; text-decoration: none; }
#site a:hover { color: #FF0000; font-size: 10pt; text-decoration: line-through; }
body { background: black url('http://tinyurl.com/c9rut') fixed no-repeat left center;
font-family: Tahoma;
font-size: 9pt;
color: #CC3300;}

#extendedProfileBody #header h1
{ background: black url('http://tinyurl.com/8t7r4') no-repeat; }

#content { background: none;
filter: alpha(opacity=0);
border: none; }

#profile .avatar { background: transparent url('http://tinyurl.com/dfll5') no-repeat top left; }
#profile ul.items li img { background: none;
border: 1px dotted #990000; }
#profile h2
{background: url('http://tinyurl.com/e4hqe') top left no-repeat;
text-indent: -1000px; }
#profile { background: black;
border: 3px dashed #990000; }

#details H2{background: url('http://tinyurl.com/7hcpe') no-repeat top left; text-indent: -1000px;}
#details { background: black;
border: 3px dashed #990000; }

#wishlist H2{background: url('http://tinyurl.com/7a3ym') no-repeat top left; text-indent: -1500px;}
#wishlist { background: black;
border: 3px dashed #990000; }
#wishlist ul.items li img { border: 1px dotted #990000;}

#about H2{background: url('http://tinyurl.com/9vkmp') no-repeat top left; text-indent: -1000px;}
#about { background: none;
border: 3px dashed #990000}

#friends H2{background: url('http://tinyurl.com/76emq') no-repeat top left; text-indent: -1000px;}
#friends { background: none ;
border: 3px dashed #990000;}
#friends #friendGroup li { border-right: 3px dotted; }
#friends #friendGroup li img {background: transparent url('http://tinyurl.com/dfll5') no-repeat ;}

#journal H2{background: url('http://tinyurl.com/7u5yx') no-repeat top left; text-indent: -1000px;}
#journal { background: none;
border: 3px dashed #990000}

#multimedia H2{background: url('http://tinyurl.com/e3d67') no-repeat top left; text-indent: -1000px;}
#multimedia {background: none;
border: 3px dashed #990000 }

#comments H2{background: url('http://tinyurl.com/bhjry') no-repeat top left; text-indent: -1000px;}
#comments { background: none;
border: 3px dashed #990000; }
#comments dl dt.avatar img { background: transparent url('http://tinyurl.com/dfll5') no-repeat top left; background-position-y: 75%;}
#comments dl dt.avatar2 img { background: transparent url('http://tinyurl.com/dfll5') no-repeat top left; background-position-y: 75%;}
#signature H2{background: url('http://tinyurl.com/asnlp') no-repeat top left; text-indent: -1000px;}
#signature { background: none;
border: 3px dashed #990000; }

#footer { display: none; }
#corp { color: #000000; font-size: 10pt; text-decoration: none; }
#details #commonFriends { display: none; }

/* tektek add-in to fix caption boxes */
.caption2:after{background:none;content:url(http://tinyurl.com/8rzvl);}
.caption:after{background:none;content:url(http://tinyurl.com/8rzvl);}
.caption2:before{background:none;content:url(http://tinyurl.com/8rzvl);}
.caption:before{background:none;content:url(http://tinyurl.com/8rzvl);}
#comments dl, #comments p{display: none;}
#comments .links li+li{display: none;}
Insurmountable
Well okay, try using this code instead.

-code removed-


And it's not something that will make me crazy, or that I can't figure out XD It's just I've never actually seen or messed with a gaia profile, lol.
myrmidon50
Success! It worked!

Thank you so much for the help, I appreciate it ^.^
Insurmountable
Not a problem :D

Glad it actually worked XD

Anywho, I'm going to close this, if you need it re-opened contact me. Or if you have another question or something feel free to make a new topic.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.