New Site Layout (Split IV)

For Neopets ONLY discussion.

Moderator: Moderators

Locked
Message
Author
Morningstar
Beyond Godly
Beyond Godly
Posts: 2834
Joined: Mon May 31, 2004 4:32 pm
Location: Far, far away

#46 Post by Morningstar »

It sure would be nice if they gave us a heads up when they're going to do stuff like that. I just about freaked out when I saw it.
Image
Tested made this fabulous set for me!!! Isn't it great?
Cranberry
Beyond Godly
Beyond Godly
Posts: 2743
Joined: Mon May 31, 2004 3:55 pm
Location: PEI, Canada

#47 Post by Cranberry »

GIR wrote:It's doing that to me. I made no changes, but within the past 24 hours I've gone from being able to click the userlookup, inventory, and log out link to NOT being able to click any of them. It acts as if they aren't even text; they can't be highlighted.


Same thing here. And in IE, I had made it so the topbar is half-sized (so it looks like it does on userlookups) all the time, but now an ad is just sitting in the middle of it, blocking everything.

Edit: Now the links work. :)

Edit2: Or they did, on several pages in a row, but now they don't again. Bah.
Image
Morningstar
Beyond Godly
Beyond Godly
Posts: 2834
Joined: Mon May 31, 2004 4:32 pm
Location: Far, far away

#48 Post by Morningstar »

Cranberry, it is happening intermittently to me as well. Frustrating as heck. I ended up keeping an extra firefox tab open to my shop. That way, if I log out, I just click on the shop tab. It tells me that I am not logged in and gives me the log in page.
Image
Tested made this fabulous set for me!!! Isn't it great?
AySz88
PPT Trainee
PPT Trainee
Posts: 549
Joined: Wed Jun 22, 2005 2:07 pm
Location: Huntington, NY
Contact:

#49 Post by AySz88 »

It tells me that I am not logged in and gives me the log in page.


For those who keep getting logged out, there's a way to semi-automatically log in via a URL - if you'd like to dig around, you can see it by via looking at the macros in Neodaq's NeoDaq.xls (the one named "Login"), or just guess parameters on login.phtml (it's pretty guessable).

But since this would (by default) cause your password to be stored as plain text in your history, I don't feel comfortable making it too easy to find out. There's a balance between security and convenience that I think should be considered individually here. (And if you use your Neopets password for anything else: 1) You should change the password! 2) If you don't change the password, at least don't use the login-via-URL method.)
~Habitual over-analyzer
GIR
PPT Toddler
PPT Toddler
Posts: 202
Joined: Tue Jun 01, 2004 6:37 am

#50 Post by GIR »

While trying to alter my stylesheet so the links at the top would start working again, I found ways to remove just about anything from the page (except the top without breaking the links X_x). Anyways, if anyone wants the CSS to remove something such as the pet and neofriend modules on the side, let me know.
Image
IDB Staff
bgryph
PPT Trainee
PPT Trainee
Posts: 674
Joined: Wed Jun 02, 2004 8:56 pm

#51 Post by bgryph »

GIR wrote:While trying to alter my stylesheet so the links at the top would start working again, I found ways to remove just about anything from the page (except the top without breaking the links X_x). Anyways, if anyone wants the CSS to remove something such as the pet and neofriend modules on the side, let me know.


Is there a way to remove JUST the neofriend module and not the pet module?
Image
User avatar
anjuna
PPT God
PPT God
Posts: 1567
Joined: Sat Oct 08, 2005 8:41 am
Location: Denver, Colorado
Contact:

#52 Post by anjuna »

bgryph wrote:Is there a way to remove JUST the neofriend module and not the pet module?


To remove just the Neofriend module, use:

Code: Select all

.neofriend{display:none;}


but that will leave the link on the Neofriends header. If you want to get rid of that also, use:

Code: Select all

.sidebarHeader{display:none;}


but that will also remove the pet name header link above your active pet. (However, you can still get to quickref by clicking on the active pet itself.)

If anyone knows if the sidebar headers can be individually removed, let us know.
Inventor of the Mad Plumber Wizard

Main Account: anjuna
Side 1: thetan604
Side 2: unoriginal_sin
Side 3: mobofo
Side 4: anomalie
bgryph
PPT Trainee
PPT Trainee
Posts: 674
Joined: Wed Jun 02, 2004 8:56 pm

#53 Post by bgryph »

anjuna wrote:
bgryph wrote:Is there a way to remove JUST the neofriend module and not the pet module?


To remove just the Neofriend module, use:

Code: Select all

.neofriend{display:none;}


but that will leave the link on the Neofriends header. If you want to get rid of that also, use:

Code: Select all

.sidebarHeader{display:none;}


but that will also remove the pet name header link above your active pet. (However, you can still get to quickref by clicking on the active pet itself.)

If anyone knows if the sidebar headers can be individually removed, let us know.


Stupid question from someone who doesn't know CSS: Should there be something in front of that? A DIV or something? Just sticking it in there as written doesn't seem to be doing anything?
Image
User avatar
anjuna
PPT God
PPT God
Posts: 1567
Joined: Sat Oct 08, 2005 8:41 am
Location: Denver, Colorado
Contact:

#54 Post by anjuna »

bgryph wrote:Stupid question from someone who doesn't know CSS: Should there be something in front of that? A DIV or something? Just sticking it in there as written doesn't seem to be doing anything?


Oh I don't know why. It works that way as written for me but maybe it is an IE vs. FF thing? I use IE and don't know much about CSS, sorry. Maybe try adding the 'important' rule and see if that makes it work?

Code: Select all

.neofriend{display:none !important;} 
Worth a try? o_O
Inventor of the Mad Plumber Wizard

Main Account: anjuna
Side 1: thetan604
Side 2: unoriginal_sin
Side 3: mobofo
Side 4: anomalie
bgryph
PPT Trainee
PPT Trainee
Posts: 674
Joined: Wed Jun 02, 2004 8:56 pm

#55 Post by bgryph »

anjuna wrote:
bgryph wrote:Stupid question from someone who doesn't know CSS: Should there be something in front of that? A DIV or something? Just sticking it in there as written doesn't seem to be doing anything?


Oh I don't know why. It works that way as written for me but maybe it is an IE vs. FF thing? I use IE and don't know much about CSS, sorry. Maybe try adding the 'important' rule and see if that makes it work?

Code: Select all

.neofriend{display:none !important;} 
Worth a try? o_O


That did it. Apparently it just needed to be told how important it was. :-) Thanks!
Image
mercurius
PPT Trainee
PPT Trainee
Posts: 711
Joined: Mon May 31, 2004 5:43 am

#56 Post by mercurius »

Isn't there a link to the events page? I haven't been able to click on the event link on the top bar to get to my events and such.
ImageImage
May
Honorary Member
Honorary Member
Posts: 6812
Joined: Mon Nov 22, 2004 2:02 pm
Location: Watching little birds fly kamikaze missions into the walls.
Contact:

#57 Post by May »

mercurius wrote:Isn't there a link to the events page? I haven't been able to click on the event link on the top bar to get to my events and such.


I haven't been able to click any of the links at the top of the page. My username takes me nowhere...I can't get to my inventory that way...and I can't get to the front page of Neo. I sent in a bug report over the weekend, but haven't heard anything yet.
Image
It was an honor serving you PPT. I will miss you.
Click here to join my new werewolf forum!
Dustin
PPT God
PPT God
Posts: 1114
Joined: Mon Oct 18, 2004 4:15 pm
Location: USA

#58 Post by Dustin »

I'm pretty sure Neopets are fixing some of the redraws. Atleast, they fixed my Snow Wocky that's currently a lab pet. It looks like the old one, but in the new pose. It's a lot better than it was when it was first redrawn. I don't know if any other pets have been changed, but you might want to check and see.
Image
Set by WIS
Doglefox
PPT Baby
PPT Baby
Posts: 56
Joined: Fri Apr 13, 2007 7:10 pm
Location: Canada
Contact:

#59 Post by Doglefox »

I like the new look allot more, seems more easy to get to pages fast (love to top nav).
Image
varii
PPT Warrior
PPT Warrior
Posts: 912
Joined: Sun Apr 23, 2006 2:33 pm
Location: Genosha

#60 Post by varii »

The items in my inventory are displayed kinda all wonky. Like they're all in grey boxes. I do not like it.
Image
Locked