User Lookup

For Neopets ONLY discussion.

Moderator: Moderators

Locked
Message
Author
Sandmaster
PPT Student
PPT Student
Posts: 313
Joined: Tue Nov 07, 2006 8:28 am
Location: GA
Contact:

User Lookup

#1 Post by Sandmaster »

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. ;)
Want Premium? PM me for an invite. ;)
Friskysquirt
PPT Baby
PPT Baby
Posts: 65
Joined: Mon Oct 10, 2005 10:32 am
Contact:

#2 Post by Friskysquirt »

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 ;)
TDG
Honorary Member
Honorary Member
Posts: 3727
Joined: Sat Oct 16, 2004 12:12 am
Location: Lurking

#3 Post by TDG »

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
Image
Friskysquirt
PPT Baby
PPT Baby
Posts: 65
Joined: Mon Oct 10, 2005 10:32 am
Contact:

#4 Post by Friskysquirt »

*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.
Locked