News Archive

jujipup
Posted by jujipup on 27th of April 2016 at 09:22 PM NST
We've updated two of our Userlookups to work once again due to requests we've received.  We hope you enjoy using these two once again.  Also, the Plushie one was not working in Chrome before the broken image issue (it was pushed down and left) - we were able to fix that without breaking it in other browsers.  So, hurray!  It now works in Chrome!  We're hoping to go through many more layouts this weekend so stay tuned.

Kadoaties!  Plushie
Kadoaties!                                                                         Plushie
 
So we are going to continue going down the list of Userlookups and fixing them.  If there is a specific Lookup you'd like to see fixed right away so you can use it now, please Contact Me (if that mailbox fills, please try here).

Most petpages should be working properly as they've been effected for years, but feel free to use one of the two above contacts to alert us of any that aren't or are broken in any other way.  Once we finish Userlookups we will be going through Shops.  Again though, if you are using a Shop layout, feel free to use the two contacts above to request a layout be fixed at the front of the line (otherwise going alphabetical).



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.