oh hey Suriko, I might have missed this and you know about it, but jailed people are not showing up correctly. I don't know if that's fixable and it certainly isn't a big deal, they just aren't getting their additional bars across the icon.
That is not unique to the Ye Olde Style. It is not working correctly under the default style either. When the latter gets fixed, the former may reap the benefits.
I guess I will share a user script (aka greasemonkey) I wrote here, since anyone hiding the user reaction icons might find it useful, and that is something Ye Olde Style does. What it does is show who reacted to a post when you mouseover the reaction buttons. Specifically, it creates a tooltip that looks like this:
Obviously it'd be a blue background if you're using ye olde style, which I have tested it with. So far I've only tested it with Chrome, although I expect it will work with greasemonkey under firefox as well. It'll probably work even if you're not hiding the user reaction icons although I don't know why you'd care if that was the case.
Additionally, the tooltip should stay up if you mouseover it so you can get the user info tooltip.
At some point I might make the tooltip look a bit nicer, but I thought I'd see if people think it is useful or not. If you try it out, let me know what you think, and whether it works or not.
End on
I wish that someway, somehow, that I could save every one of us
Using chrome and I like it, @End. With Ye Olde I was having to turn Stylish off whenever I wanted to see who made a reaction and this solves that problem quite neatly.
Hey @Jobastion I was using a Greasemonkey hack you posted awhile ago to restore full timestamps for posts. Have you updated that by any chance?
Hum... just gonna F5 this thread here and... welp, there go the eyes. Thank you @Suriko for the timely update. @ASimPerson Next day off is Thursday, so assuming it's not too difficult, I'll try to update it then.
@ASimPerson and @Ubergeek, if you two could, get the page source, find a copy of "<div class="Meta CommentMeta CommentInfo">" (preferably not the first one in a thread, as it looks a bit different) and just copy and paste in a message to me everything between it and the next /div in the source, and I'll see if it's somehow giving you different html than I'm getting on this end. Dunno why it would, but ... eh.
Also, (and I highly doubt this would be the case, but check it anyway, as I just spent 10 minutes trying to figure out what I "broke" after I uninstalled it and uploaded a new version to see if formatting was an issue) make sure it has a check mark beside it in the Greasemonkey drop down. Using the install option from the page does not enable it by default apparently
The page format changed just enough between sometime Sunday and Monday to break it, I've uploaded a new one that should work assuming you turn it on @Ubergeek.
Hey @Jobastion I was using a Greasemonkey hack you posted awhile ago to restore full timestamps for posts. Have you updated that by any chance?
Hum... just gonna F5 this thread here and... welp, there go the eyes. Thank you @Suriko for the timely update. @ASimPerson Next day off is Thursday, so assuming it's not too difficult, I'll try to update it then.
@ASimPerson and @Ubergeek, if you two could, get the page source, find a copy of "<div class="Meta CommentMeta CommentInfo">" (preferably not the first one in a thread, as it looks a bit different) and just copy and paste in a message to me everything between it and the next /div in the source, and I'll see if it's somehow giving you different html than I'm getting on this end. Dunno why it would, but ... eh.
Also, (and I highly doubt this would be the case, but check it anyway, as I just spent 10 minutes trying to figure out what I "broke" after I uninstalled it and uploaded a new version to see if formatting was an issue) make sure it has a check mark beside it in the Greasemonkey drop down. Using the install option from the page does not enable it by default apparently
The page format changed just enough between sometime Sunday and Monday to break it, I've uploaded a new one that should work assuming you turn it on @Ubergeek.
Odd, still nothing on my end. Turned off adblock, and that's not it.
We're taking a hard look at the drafts feature soon. Probably some per-user "don't ever autosave" options, and a "Delete this draft" of some sort right under the comment box if there's a draft currently in it. Something like that.
and a "Delete this draft" of some sort right under the comment box if there's a draft currently in it. Something like that.
I did exactly that with my extension, and placed it right next to the Save Draft button. Works well for when you change your mind, especially if you happen to think drafts are useful (I do!).
Rollers are red, chargers are blue....omae wa mou shindeiru
0
Caulk Bite 6One of the multitude of Dans infesting this placeRegistered Userregular
drafts are useful. making it easier to delete unwanted ones would also be useful, though I'd maybe put the "Delete Draft" button on the other side of the text box from the "Save Draft" button. Keep frustrating little accidents from happening.
0
Goose!That's me, honeyShow me the way home, honeyRegistered Userregular
The output you get when you press preview has black text on a white background. I know its minor and I'm not sure if its a thing, but I just thought I'd mention it.
+1
ASimPersonCold...... and hard.Registered Userregular
Hey @Jobastion I was using a Greasemonkey hack you posted awhile ago to restore full timestamps for posts. Have you updated that by any chance?
Hum... just gonna F5 this thread here and... welp, there go the eyes. Thank you @Suriko for the timely update. @ASimPerson Next day off is Thursday, so assuming it's not too difficult, I'll try to update it then.
@ASimPerson and @Ubergeek, if you two could, get the page source, find a copy of "<div class="Meta CommentMeta CommentInfo">" (preferably not the first one in a thread, as it looks a bit different) and just copy and paste in a message to me everything between it and the next /div in the source, and I'll see if it's somehow giving you different html than I'm getting on this end. Dunno why it would, but ... eh.
Also, (and I highly doubt this would be the case, but check it anyway, as I just spent 10 minutes trying to figure out what I "broke" after I uninstalled it and uploaded a new version to see if formatting was an issue) make sure it has a check mark beside it in the Greasemonkey drop down. Using the install option from the page does not enable it by default apparently
The page format changed just enough between sometime Sunday and Monday to break it, I've uploaded a new one that should work assuming you turn it on @Ubergeek.
Odd, still nothing on my end. Turned off adblock, and that's not it.
you can install the style as a user script from the style webpage, but you don't get the one click update or convenient edit/disable buttons if you do it that way, and style updates are pretty important
End on
I wish that someway, somehow, that I could save every one of us
you can install the style as a user script from the style webpage, but you don't get the one click update or convenient edit/disable buttons if you do it that way, and style updates are pretty important
It's possible to to update the style through a content script by retrieving the userscript via XHR and ripping the CSS out of it. Store it in local storage and use that to apply the style.
The user.js from the userstyle site doesn't do that, though.
Barrakketh on
Rollers are red, chargers are blue....omae wa mou shindeiru
Hey @Jobastion I was using a Greasemonkey hack you posted awhile ago to restore full timestamps for posts. Have you updated that by any chance?
Hum... just gonna F5 this thread here and... welp, there go the eyes. Thank you @Suriko for the timely update. @ASimPerson Next day off is Thursday, so assuming it's not too difficult, I'll try to update it then.
@ASimPerson and @Ubergeek, if you two could, get the page source, find a copy of "<div class="Meta CommentMeta CommentInfo">" (preferably not the first one in a thread, as it looks a bit different) and just copy and paste in a message to me everything between it and the next /div in the source, and I'll see if it's somehow giving you different html than I'm getting on this end. Dunno why it would, but ... eh.
Also, (and I highly doubt this would be the case, but check it anyway, as I just spent 10 minutes trying to figure out what I "broke" after I uninstalled it and uploaded a new version to see if formatting was an issue) make sure it has a check mark beside it in the Greasemonkey drop down. Using the install option from the page does not enable it by default apparently
The page format changed just enough between sometime Sunday and Monday to break it, I've uploaded a new one that should work assuming you turn it on @Ubergeek.
Odd, still nothing on my end. Turned off adblock, and that's not it.
Sorry to nag, but any chance you've had a chance to look at it again yet @jobastion?
Yeah, Im using Chrome, I probably should have stated that.
Its super minor and doesnt effect functionality at all. Although I do wonder why theres a gear instead of an edit button since edit is the only thing you can choose once you click the gear.
Posts
That is not unique to the Ye Olde Style. It is not working correctly under the default style either. When the latter gets fixed, the former may reap the benefits.
Yeah I've noticed this too. Also uh, is it just the rework of the site or is there no longer a way to get rid of your drafts?
Or maybe I'm just weird.
the drafts page still exists, there just doesn't seem to be a link to it yet.
Obviously it'd be a blue background if you're using ye olde style, which I have tested it with. So far I've only tested it with Chrome, although I expect it will work with greasemonkey under firefox as well. It'll probably work even if you're not hiding the user reaction icons although I don't know why you'd care if that was the case.
Additionally, the tooltip should stay up if you mouseover it so you can get the user info tooltip.
Here's a download link:
http://hg.cornhooves.org/userjs/raw-file/tip/paforums/pa-react-mouseover.user.js
At some point I might make the tooltip look a bit nicer, but I thought I'd see if people think it is useful or not. If you try it out, let me know what you think, and whether it works or not.
Very cool, works perfectly, looks great.
Rock Band DLC | GW:OttW - arrcd | WLD - Thortar
Have to do it manually as per the post above.
The page format changed just enough between sometime Sunday and Monday to break it, I've uploaded a new one that should work assuming you turn it on @Ubergeek.
Backlog Wars - Sonic Generations | Steam!
Viewing the forums through rose colored glasses... or Suriko's Ye Old Style and The PostCount/TimeStamp Restoral Device
Odd, still nothing on my end. Turned off adblock, and that's not it.
Yeah still no dice for me.
Switch: 6200-8149-0919 / Wii U: maximumzero / 3DS: 0860-3352-3335 / eBay Shop
The user.js from the userstyle site doesn't do that, though.
It still has the downside of the old theme being visible until after the page is finished loading, though. Fixed that locally.
If you go here, http://userstyles.org/styles/50838/penny-arcade-ye-olde-style, there's a button at the bottom to show the raw CSS.
Sorry to nag, but any chance you've had a chance to look at it again yet @jobastion?
@captaink this has been added.
Old PA forum lookalike style for the new forums | My ko-fi donation thing.
Old PA forum lookalike style for the new forums | My ko-fi donation thing.
Also, super thanks for updating the My Bookmarks page, it was totally throwing me off
That's... bizarre. The text was always white for me, and this update I put an explicit line in to make it white. Hrm.
Old PA forum lookalike style for the new forums | My ko-fi donation thing.
Its dark grey and then goes white when you hover over it.
Its super minor and doesnt effect functionality at all. Although I do wonder why theres a gear instead of an edit button since edit is the only thing you can choose once you click the gear.
I still want to thank you for your hard work and diligence however. You are a volunteer golden god of forum styling.
EDIT: Well, it seems like if I had taken the time to look back a single page in this thread I would have answered my first point. :oops: