Results 1 to 9 of 9

Thread: make your account look like a side/shell

Threaded View

  1. #1
    Tapir's Avatar
    Joined
    Jun 2012
    Posts
    430
    Userbars
    8
    Thanks
    389
    Thanked
    493/176
    DL/UL
    81/0
    Mentioned
    80 times
    Time Online
    15d 23h 3m
    Avg. Time Online
    5m

    Thumbs up make your account look like a side/shell

    Here's a really really simple bit of code that you can use to make your account look like a side in a hurry if you need to, for whatever reason. It hides your shop, gallery, game trophies, nc mall info, and habitarium so it looks like you just have a blank account. I've made it to use when I needed to make an account look like a side for pet trading- people might be suspicious if your "sides" are filled up with trophies, a huge shop and gallery, etc.

    I adjusted the size of the existing boxes to make it look pretty darn close to how an account without a shop or gallery would look, but I wouldn't rely on this for long term use since it's kinda obvious you're hiding stuff if you have all your trophies and such hidden (plus its against the rules so if someone reports you you'll probably get warned & have your lookup cleared). But it's good for in a pinch because at first glance most people probably wouldn't look twice. I hope you find it useful! Just copy and past it into your (you need an account to see links).

    Code:
    <style>
    .contentModule {
    	border: none;
    }
    #usershop, #userneohome, #habitarium, #usertrophies, #ncmall {
    	display: none;
    }
    #userinfo {
    	width: 660px;
    	padding-right: 18px;
    }
    #usercollections {
    	width: 300px;
    }
    </style>
    example:

    before




    after

  2. The Following 22 Users Say Thank You to Tapir For This Useful Post:

    Attack (08-20-2013),Cabbage (01-15-2015),Cheese (03-28-2014),cibomatto (09-07-2014),CyberBunny (06-09-2015),Demetri (08-20-2013),Guy (07-04-2015),hissi (09-06-2014),I_royalty_I (08-20-2013),learningtoneopet1 (03-17-2015),Lindsay (11-10-2014),Miri (05-02-2014),Moirue (06-08-2015),Nicole (06-05-2014),Pants (09-01-2014),parakeet (03-29-2014),PiSquared (06-07-2015),Reva (03-08-2015),simmie (09-05-2013),The Black North (05-28-2014),User5931 (06-09-2015),Williamnow (10-13-2014)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •