The VG Resource
Errors - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: Archive (https://www.vg-resource.com/forum-65.html)
+--- Forum: July 2014 Archive (https://www.vg-resource.com/forum-139.html)
+---- Forum: Main Stuff (https://www.vg-resource.com/forum-1.html)
+----- Forum: Site Discussion (https://www.vg-resource.com/forum-3.html)
+----- Thread: Errors (/thread-141.html)



RE: Errors - Garamonde - 01-01-2014

All fixed up.


RE: Errors - Deathbringer - 01-09-2014

http://www.spriters-resource.com/ds/smtdevilsurvivor/

To fix the page up:
These...
http://www.spriters-resource.com/ds/smtdevilsurvivor/sheet/30335/
http://www.spriters-resource.com/ds/smtdevilsurvivor/sheet/33660/
http://www.spriters-resource.com/ds/smtdevilsurvivor/sheet/33286/
http://www.spriters-resource.com/ds/smtdevilsurvivor/sheet/33285/
...can be deleted.

And the Portraits section and sheets can be deleted.

http://www.spriters-resource.com/ds/smtdevilsurvivor/sheet/49955/
That sheet and the Demons (Overworld) section can be excised.


RE: Errors - Gaia - 01-11-2014

There are two sheets of the same "Tails" character. Not necessarily a big issue, but it might as well be one or the other..


RE: Errors - Vipershark - 01-15-2014

Whoever broke the colors on the mobile skin and made it look all not-tsr, you forgot to put the thank button back :p


RE: Errors - Petie - 01-15-2014

I didn't forget, just haven't had time to change the defaults, though blue is more appropriate now anyway.

As for the thank button, that thing is a nightmare to incorporate so it may be MIA for a little while.


RE: Errors - Garamonde - 01-15-2014

(01-09-2014, 06:14 PM)Deathbringer Wrote: http://www.spriters-resource.com/ds/smtdevilsurvivor/

To fix the page up:
These...
http://www.spriters-resource.com/ds/smtdevilsurvivor/sheet/30335/
http://www.spriters-resource.com/ds/smtdevilsurvivor/sheet/33660/
http://www.spriters-resource.com/ds/smtdevilsurvivor/sheet/33286/
http://www.spriters-resource.com/ds/smtdevilsurvivor/sheet/33285/
...can be deleted.

And the Portraits section and sheets can be deleted.

http://www.spriters-resource.com/ds/smtdevilsurvivor/sheet/49955/
That sheet and the Demons (Overworld) section can be excised.

Should be all fixed.

(01-11-2014, 09:09 PM)Gaia Wrote: There are two sheets of the same "Tails" character. Not necessarily a big issue, but it might as well be one or the other..

I think I'm not going to touch these until I know which one is more complete and make sure that one sheet doesn't have something the other doesn't.


RE: Errors - Ton - 01-17-2014

Jetters, the Frario one was outdated. It looked like it had more, but the Roach one just included the tiles to cut down on size. I think the old sheet was restored when the site was backed up or something.


RE: Errors - Petie - 01-18-2014

That's likely the case. We had no way of differentiating between active and deleted sheets if the game page was un-cached or old so we may have wound up restoring some things that had previously been deleted. We did our best to account for those but we likely missed a few here and there.


RE: Errors - Dazz - 01-18-2014

(My bad; sorry!)


RE: Errors - Kosheh - 01-20-2014

(01-15-2014, 03:56 PM)Petie Wrote: I didn't forget, just haven't had time to change the defaults, though blue is more appropriate now anyway.

As for the thank button, that thing is a nightmare to incorporate so it may be MIA for a little while.

it's actually not. it took me an afternoon.
i don't know PHP from My Ass, and i just pasted a few lines of code from the Afresh postbit templates into the mobile postbit templates, and it worked - of course, i had to optimize it for the mobile screen (i.e. remove thanking dates) but you don't even need to worry about the ajax, the mobile theme magically dumbs it down for the phone. it's really not as nightmarish as one would think

and on top of that you somehow broke quoting replies, to the point that not only do you not quote a post but you also literally cannot reply.
my advice would to be just uninstall and reinstall the gomobile plugin, and continue on as you were.



also i hate to be the whiny winston, but the blue of the mobile theme is definitely not VGR blue - the Post Reply buttons are hideous >:
(but that's not your fault that's a lack of taste in color scheming on the creator of the plugin's part)


RE: Errors - Petie - 01-20-2014

I've added thanking buttons before but it was always more of a hack than a solution. I've yet to find an elegant way to do this (though admittedly, I haven't had time to look into it again recently) but I refuse to make the mess of it that setting it up last time (on VGFacts) made.

And no, I didn't break quoting. The update to 2.1 broke quoting. With the exception of the header logo, this is a completely clean install. I'm replying to this thread via the mobile theme though so the only thing that doesn't work right now is replying to a post with a quote.

And as for the colors, I didn't say that this theme was perfect or even correct. Just that I wouldn't likely be changing it back to red but instead leaving it blue in some way or another. Again, when there's time to work on something arguably less important than the other things we've been working on, you'll see some very much necessary visual changes.


RE: Errors - Kosheh - 01-21-2014

(01-20-2014, 12:58 AM)Petie Wrote: I've added thanking buttons before but it was always more of a hack than a solution. I've yet to find an elegant way to do this (though admittedly, I haven't had time to look into it again recently) but I refuse to make the mess of it that setting it up last time (on VGFacts) made.

i'm sorry it didn't work out the last time for you. >:

it's really just a quick hackjob you have to do, and you don't have to like actually murder the database

oh by the way.
visual changes are very much necessary, you even said so yourself, so here you go

Code:
GoMobile theme > global.css
Just search and replace as needed.

a.big_button {
background: #158fc2  url(http://www.vg-resource.com/images/mobile/gradient.png) bottom left repeat-x; // changes the background to a more subtle blue (like the other page buttons around it)
color: #FFFFFF; // white text
padding: 9px;
border: 1px solid #0b658b; // border and text shadow now match the buttons around it so the whiteness of it all doesn't sear your eyes
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
text-shadow: 0 1px 0 #0b658b;
font-size: 13px;
font-weight: bold;

.thead {
color: #fff; //white, changed for readability against the backgrounds
text-shadow: 0 1px 0 #0b658b;
font-size: 13px;
}

totally sparing your eyes

you're welcome


RE: Errors - Petie - 01-21-2014

(01-21-2014, 09:27 AM)Kosheh Wrote: i'm sorry it didn't work out the last time for you. >:

it's really just a quick hackjob you have to do, and you don't have to like actually murder the database

oh by the way.
visual changes are very much necessary, you even said so yourself, so here you go

totally sparing your eyes

you're welcome

It wasn't the database that was the issue, it was the way the plugin wants you to display it. I couldn't make the thank button a link, it had to be output with their code which always produced an image-based button. And god help you if you want to only show the "Thanked by" line if there are actually thanks present. It turned into an all-or-nothing deal and after spending way too much time trying to make it work properly, I gave up and left it alone.

As for the stylesheets, thanks. I'll get those changes up shortly.


RE: Errors - Kosheh - 01-21-2014

Dearest Petie,

you forgot to add the proper text-shadow to a.big_button and .thead. it's #0b658b (same as the border).
i'm not even sure where #37b2eb came from, lol

currently, they look a bit...well,

radioactive.

I mean, I kinda understand? maybe you want to differentiate the button by making the text-shadow different to emphasize...but uh, i'm not sure that's the right way to go about it, lol


RE: Errors - Petie - 01-21-2014

Should be fixed. I may have just skimmed your quote for parts with comments after them and ignored everything else...