For Neopets ONLY discussion.
Topic locked

User Lookup

Fri Apr 27, 2007 12:16 am

So with the new look of the site. Has anyone put any info out on tips for creating a useable user lookup now? i don't mess with mine but would like to help other users. has anybody seen anything yet? just thought i'd ask and put it out there. thanks for the help! :D

At least pet pages aren't destroyed so far. ;)

Fri Apr 27, 2007 2:00 pm

I'm still working on it as I was too tired last night but have a few codes down

#header, #footer, {
display:none;
}

This removes the header and footer. You can pick just one or the other to remove as well.

#content
{width:650px;}

Adjusts the width of your the boxes.

You can also select the individual boxes by using

#usercollections

#usershop

#userneopets

#usertrophies

I have hardly started working on it yet mind you so who knows what else is possible.

Edit All in style tags I forgot to mention ;)

Fri Apr 27, 2007 2:04 pm

Please note, removing parts of the site may be considered as cheating by Neopets as it is effectively blocking something other than ads (which is definitely not allowed) - block those ugly boxes at your own risk

Fri Apr 27, 2007 2:36 pm

*nods* Totally agreed on that.

It is posible to remove all content from your userlookup with one simple code but that would be a very very bad idea.

The codes I mentioned will not remove anything other than the header and footer and so long as alternative navigation is put in then it doesn't differ from changing the old lookups.

Personally before removing anything other than this I am waiting to see if it is addressed in the editorial.
Topic locked