News Archive

jujipup
Posted by jujipup on 8th of January 2017 at 03:36 PM NST
We've updated a few things so thought we'd have a newspost.

SunnyNeo's Petpet Puddle has been updated.  There is an exception that the Birthday Melvie is not listed and Maractite Vallard says its not active but it is.  I intend to use those two to teach the next person to take over the pool and they will be fixed soon.

https://images.neopets.com/new_shopkeepers/1542.gif


SunnyNeo's Neopian Times Editorial Search has been updated.  We were very far behind and we appologize.  If it ever appears behind, feel free to remind me to update it via neomail.

https://images.neopets.com/new_shopkeepers/1872.gif
 


As some of you may remember, our graphics broke all over Neopets since about April of 2016 due to a Neopets update.  We have done some work on fixing things, but we've updated almost all of our small graphics!  So now, the following smaller graphics should be functioning correctly:

 

AC Game Counters
Art Adoptables
Badges
Blinkies
Blogs
Buttons & Banners
Counters
Faerie Doll Adoptables
Fake Avatars
Gift Tags
Glitters
Goal Counters
Headers & Footers
Icons
Like/Dislike Indicators
Mood Indicators
Page Dividers
Pixel Adoptables
Shields
https://images.neopets.com/new_shopkeepers/1267.gif
Hurray! Fixed graphics!

We will be updating our Working Graphics Hub soon to reflect the newly working graphics.

Wait, what's going on with SunnyNeo graphics??

Posted by jujipup on 16th of April 2016 at 01:10 PM NST:

Many have noticed that SunnyNeo and other fansite graphics are suddenly breaking on Userlookups and Shops.  This actually started years ago on Petpages.  Marleen was actually talking to TNT in the past on getting it fixed but unfortunately it never was.  It appears that the issue has now moved to userlookups and shops.

Why are some images working like backgrounds and others breaking?
Any image that is apart of an image code Neo's system sees the fansite URL and is adding a "redirect" measure to it which of course breaks the image.  So anything that has this kind of code breaks:
 

<img src="https://sunnyneo.com/adoptable/hd_blueabigailadoptable.png">


What we've done to work around this on petpages is to put all images into a style sheet or as a style on a div so like either of the following:
 

<style>
#adopty {
background:url("https://sunnyneo.com/adoptable/hd_blueabigailadoptable.png");
width:97;
height:133;
display:block;
</style>

<div id="adopty"></div>

 

<div style="background:url('https://sunnyneo.com/adoptable/hd_blueabigailadoptable.png');
width:97px;height:133px;display:block;"></div>


So if you know how to code, you can feel free to do this fix to get them to work.  We are working on recoding our graphics to make them work once again.