Pink Poogle Toy Forum

The official community of Pink Poogle Toy
Main Site
NeoDex
It is currently Mon Nov 18, 2024 2:25 am

All times are UTC




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 102 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next
Author Message
 Post subject:
PostPosted: Thu May 10, 2007 5:23 pm 
Beyond Godly
Beyond Godly
User avatar

Posts: 2834
Joined: Mon May 31, 2004 4:32 pm
Location: Far, far away
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?


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 10, 2007 7:23 pm 
Beyond Godly
Beyond Godly
User avatar

Posts: 2743
Joined: Mon May 31, 2004 3:55 pm
Location: PEI, Canada
Gender: Female
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


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 10, 2007 10:55 pm 
Beyond Godly
Beyond Godly
User avatar

Posts: 2834
Joined: Mon May 31, 2004 4:32 pm
Location: Far, far away
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?


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 11, 2007 2:26 am 
PPT Trainee
PPT Trainee

Posts: 549
Joined: Wed Jun 22, 2005 2:07 pm
Location: Huntington, NY
Gender: Male
Quote:
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


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 12, 2007 6:40 am 
PPT Toddler
PPT Toddler
User avatar

Posts: 202
Joined: Tue Jun 01, 2004 6:37 am
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


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 12, 2007 4:09 pm 
PPT Trainee
PPT Trainee
User avatar

Posts: 674
Joined: Wed Jun 02, 2004 8:56 pm
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


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 12, 2007 5:08 pm 
PPT God
PPT God
User avatar

Posts: 1567
Joined: Sat Oct 08, 2005 8:41 am
Location: Denver, Colorado
Gender: Female
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:
.neofriend{display:none;}


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

Code:
.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


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 13, 2007 2:49 am 
PPT Trainee
PPT Trainee
User avatar

Posts: 674
Joined: Wed Jun 02, 2004 8:56 pm
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:
.neofriend{display:none;}


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

Code:
.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


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 13, 2007 3:33 am 
PPT God
PPT God
User avatar

Posts: 1567
Joined: Sat Oct 08, 2005 8:41 am
Location: Denver, Colorado
Gender: Female
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:
.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


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 13, 2007 4:23 am 
PPT Trainee
PPT Trainee
User avatar

Posts: 674
Joined: Wed Jun 02, 2004 8:56 pm
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:
.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


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 14, 2007 1:52 pm 
PPT Trainee
PPT Trainee
User avatar

Posts: 711
Joined: Mon May 31, 2004 5:43 am
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


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 14, 2007 9:35 pm 
Honorary Member
Honorary Member

Posts: 6812
Joined: Mon Nov 22, 2004 2:02 pm
Location: Watching little birds fly kamikaze missions into the walls.
Gender: Female
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!


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 15, 2007 8:04 pm 
PPT God
PPT God
User avatar

Posts: 1114
Joined: Mon Oct 18, 2004 4:15 pm
Location: USA
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


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 16, 2007 8:41 pm 
PPT Baby
PPT Baby
User avatar

Posts: 56
Joined: Fri Apr 13, 2007 7:10 pm
Location: Canada
I like the new look allot more, seems more easy to get to pages fast (love to top nav).


Image


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 17, 2007 2:50 am 
PPT Warrior
PPT Warrior
User avatar

Posts: 912
Joined: Sun Apr 23, 2006 2:33 pm
Location: Genosha
The items in my inventory are displayed kinda all wonky. Like they're all in grey boxes. I do not like it.


Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 102 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 105 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group