Pink Poogle Toy Forum

The official community of Pink Poogle Toy
Main Site
NeoDex
It is currently Sun Nov 17, 2024 11:38 pm

All times are UTC




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 11 posts ] 
Author Message
 Post subject: Shop/User/Gallery Lookups with the new layout...
PostPosted: Fri Apr 27, 2007 5:12 am 
PPT God
PPT God
User avatar

Posts: 1147
Joined: Tue Jun 08, 2004 2:11 pm
Location: In the zone.
I thought I'd post this...

I figured that with everyone's lookup now "ruined", now would be a good time to try and win the lookup spotlight, simply by fixing up my lookup.

I'd be done by now except that Neo apparently disabled scrollbars, such as those used on their very own Shop Blogs. (http://neopets.com/shopblogs.phtml)

Jeez TNT o_O


Image
My Mootix Drop guide here!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 30, 2007 1:26 am 
PPT Baby
PPT Baby
User avatar

Posts: 97
Joined: Sun Oct 01, 2006 12:09 am
I figured since this thread already exists, I'd use it to ask for help. Does anyone know of any pet pages or web sites with coding help that works with the updated neopets site design? I think it would help everyone here, as well as myself, if any links you find are put here.

Here is one that some that I know of already:

http://www.neopets.com/~PBMushu


Image


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 04, 2007 5:21 am 
Beyond Godly
Beyond Godly
User avatar

Posts: 2834
Joined: Mon May 31, 2004 4:32 pm
Location: Far, far away
Thanks for the heads up, Duke of Earl. I was wondering why my scrollbar wasn't working. I managed to figure out how to get my background to work once again in my shops and galleries. The new coding looks something like this:
<style> body {background:url('http://www.imageshack.com/xxx/yyy/zzz/aaa.gif');}</style>
<style>#main {background:url(URLHERE) fixed}</style>

Just replace the http://www.imageshack.com/xxx/yyy/zzz/aaa.gif with the url of the image that you are using. Hope this helps anyone who is missing their background. As a side note, I read that Cloudneo's owners got so upset with Neopets's unannounced changes that it is no longer going to provide graphics to be used onNeopets. And that is a darned shame because Cloudneo is such an excellent site. Shame on TNT for not realizing that this would happen.

jade wrote:
I figured since this thread already exists, I'd use it to ask for help. Does anyone know of any pet pages or web sites with coding help that works with the updated neopets site design? I think it would help everyone here, as well as myself, if any links you find are put here.

Here is one that some that I know of already:

http://www.neopets.com/~PBMushu


Here's one I found: http://www.neopets.com/~Ironyy The owner's user lookup is awesome by the way. Her username is April_Hawk.

Puddingedit: Double posting is against PPT rules. If you have something to add and you were the last to post, use the Image button at the top right of your post.


Image
Tested made this fabulous set for me!!! Isn't it great?


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 23, 2007 10:57 am 
PPT Baby
PPT Baby

Posts: 53
Joined: Wed Aug 16, 2006 4:14 am
Location: ASIA
Hi, everyone. :)

OK, so I've just updated my gallery. Made some new images, figured out how to put my background back in after staring at codes all afternoon. My question now is this: how do I put the items in my gallery into a table?

I've been trying for like an hour already, and I'm thinking maybe I'm just not doing something right, but I can't figure it out.

I want to put my gallery items in the table so it won't interfere with the background and would look much neater. Can anyone help me out?

0:)


Lots & lots of mugs. Got a mug for my collection? :P


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 23, 2007 4:24 pm 
PPT Toddler
PPT Toddler

Posts: 109
Joined: Thu May 17, 2007 7:31 am
Location: Canada
I believe neopets is stepping towards web standards and validating HTML/XHTML.

Therefore, the reason why scrollbars will not work is because coloured scrollbars are considered incorrect coding and don't show in browsers like Firefox. Coloured scrollbars have been in this whole movement to try to faze them out only those who are not into web standards are still using them.

I hope that answers your concerns. :)


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 24, 2007 7:30 am 
PPT Warrior
PPT Warrior
User avatar

Posts: 793
Joined: Wed Aug 16, 2006 6:12 am
Location: On the causeway to neverwhere
I tried to put my shop items into a table (that is, they're already in a table, but I tried to edit the style of the table, giving it a solid colored background and border. I think that's what your talking about, orangehairedgurl?) And it didn't work.

Is it possible with the new coding? If it is I don't know how.


Image
Image
And my soul from out that shadow that lies floating on the floor
Shall be lifted - nevermore!


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 24, 2007 9:15 am 
PPT Baby
PPT Baby

Posts: 53
Joined: Wed Aug 16, 2006 4:14 am
Location: ASIA
Meer wrote:
I tried to put my shop items into a table (that is, they're already in a table, but I tried to edit the style of the table, giving it a solid colored background and border. I think that's what your talking about, orangehairedgurl?) And it didn't work.

Is it possible with the new coding? If it is I don't know how.


That's the case in my shop too. They were in a table before, and they still are now but it looks weird. I tried to use the code in my shop for my gallery, but it didn't work.

I'm also thinking that maybe it's not possible with the new coding...


Lots & lots of mugs. Got a mug for my collection? :P


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 24, 2007 1:55 pm 
PPT Toddler
PPT Toddler

Posts: 109
Joined: Thu May 17, 2007 7:31 am
Location: Canada
It's possible to change the background of your items in your shop. You just have to contain it in something else. The only downside to this method is that it includes the advertisement in the box, but it doesn't look too bad so you shouldn't worry.

Just open up a DIV at the end of your shop description and make sure it's ID'd as something. So at the end of your description, place this:

<div align="center"><div id="items">


Then in your stylesheet, define it as you want it to be styled:
#items {
background-color: black;
width: 500px;
color: white;
border: 3px solid blue;
font: 10px georgia, sans-serif;
}


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 25, 2007 6:22 am 
PPT Baby
PPT Baby

Posts: 53
Joined: Wed Aug 16, 2006 4:14 am
Location: ASIA
Thanks, Demulesca. :)

I tried it in my gallery but it didn't work. It just created a table above my items. Oh well. I guess I'll let it rest for now.


Lots & lots of mugs. Got a mug for my collection? :P


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 25, 2007 1:27 pm 
PPT Toddler
PPT Toddler

Posts: 109
Joined: Thu May 17, 2007 7:31 am
Location: Canada
orangehairedgurl wrote:
Thanks, Demulesca. :)

I tried it in my gallery but it didn't work. It just created a table above my items. Oh well. I guess I'll let it rest for now.

Sorry orange, I didn't test it for the gallery, just the shop.

I looked at the Gallery and there is no way to set your items inside a table because of the way they coded it. They put it into a table that isn't classed or ID's as anything. Thus you can't style it unless you style tables but that changes the whole page because they used tables for the entire page.

I'll play around with some CSS and let you know. :)


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 31, 2007 4:52 am 
PPT Warrior
PPT Warrior
User avatar

Posts: 793
Joined: Wed Aug 16, 2006 6:12 am
Location: On the causeway to neverwhere
That's very annoying. They did a great job of IDing all the stuff in lookups, but I wish they would have ID'ed the item tables in shops and galleries.

Well at least making a div works for shops.


EDIT: (I figured I should post in this thread instead of making a new one...)

ACK!! My shop layout just got frelled up. 0.o
My text and items were contained in the class content, they were in a nice grey box, but now they're stretched across the whole screen.
Uh, it's hard for me to explain, but I got screenies. My shop used to look like this, now it looks like this.

I haven't touched my code, so it must be something that changed on Neo in the last few days. Anybody have any ideas on how I could fix this?


Image
Image
And my soul from out that shadow that lies floating on the floor
Shall be lifted - nevermore!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 11 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 81 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