Sign In
•
Register
Discussions
Sign In
Close
Home
›
Langy
›
Comments
Langy
Comments
Langy
in
Dynamic Character Sheet Template Approvals
July 2012
Yeah, I understand not having the time to actually look into it and all that, but I've been trying to just get confirmation that he even knows that there's a problem - from what I could tell, nobody even read my email to OP support or my PM to Micah…
Langy
in
Dynamic Character Sheet Template Approvals
July 2012
edited July 2012
So, I've been trying to get my DST approved for a while now, but after ChainsawXIV had some issues with viewing the sheet I haven't been able to get anyone to give me an update. Are the issues with the DST approval process (namely that ChainsawXIV, …
Langy
in
Custom CSS Beta Discussion
July 2012
Ah, yeah. I kinda thought that might happen, but wasn't sure which order you needed. Looks like you need the parent class first, then the child class. Anyways, good stuff.
Langy
in
Custom CSS Beta Discussion
July 2012
Yep. Instead of what I previously posted, use: .tab-container .wiki-page { display:none; }
Langy
in
Custom CSS Beta Discussion
July 2012
Sure, that's pretty easy. Use: .tab-container{ display:none; }
Langy
in
Custom CSS Beta Discussion
July 2012
Unfortunately, no. We can't do an entire nav bar in CSS, or use CSS to automatically add actual content to pages.
Langy
in
Custom CSS Beta Discussion
July 2012
One little thing that would be nice, if you can manage it: Make it so any link that leads to the current URL has a specific class (maybe 'Active'?). Or at ones that lead to the current slug. That'd be mighty handy.
Langy
in
Custom CSS
July 2012
"W3Schools":http://www.w3schools.com/css/ seems to be the best place to find out how to use various CSS and HTML tricks.
Langy
in
Custom CSS Beta Discussion
July 2012
Excellent. We've now got custom fonts via Google Web Fonts and Typekit, and they're working just fine! (or the GWF ones are, at least; don't have a TypeKit account to test them on)
Langy
in
Custom CSS Beta Discussion
July 2012
Excellent. Google Web Fonts would be almost as good as being able to upload our own (well, maybe half as good; there are several specific fonts I'd like to use that GWF doesn't have).
Langy
in
Custom CSS Beta Discussion
July 2012
Making it so we can upload fonts would be *excellent*. I'd definitely be pleased with that.
Langy
in
Custom CSS Beta Discussion
July 2012
The lack of a co-GM being able to edit this kinda sucks:/ I'd really like it if co-GM's could get as much control over a game as the actual GM; me and Caring are true partners on Edgerunners, but I'm only a co-GM since he was the guy with Ascendant …
Langy
in
wrap around of Bio/GM Secrets
July 2012
It sounded like an issue with a dynamic character sheet, but I see that there aren't any for Star Wars d6, so that can't be it. Instead, I think what we've got are formatting errors. You've probably done something like accidentally closed an extr…
Langy
in
Custom CSS Beta Discussion
July 2012
Yep, that sounds exactly like what I'd like, Micah; I'd also follow MugMug's suggestions. Making it so the various sidebar bits can show up in both the 'edit' page and the 'view' page for each type would be nice, too (though I assume some of them wi…
Langy
in
Weird Advertising Links on Wiki...
July 2012
Nope, I'm not seeing those links, either. Looks like you've got something wrong with your computer. As MugMug mentions, a browser plugin or toolbar could be the culprit. I'd suggest going into the settings for whatever browser you use and making …
Langy
in
Custom CSS Beta Discussion
July 2012
The different content types that need classes or IDs are the bits on the sidebar - for Wiki pages, the profile section, then the tags, the tag list, the previous versions, tools, latest updates, quick stats, and fans sections. Further, different …
Langy
in
Weird Advertising Links on Wiki...
July 2012
Can you give an example of where you're seeing these? I couldn't see any after a quick look-through your campaign, and it sounds a lot like something malware will do to your computer, especially if those links appear elsewhere than on OP.
Langy
in
Suppress title on a wiki page
July 2012
killervp: Neither the unofficial FAQ thread nor your own site's appearance templates include a method of hiding or altering the appearance of titles on wiki pages. While both are rather useful, neither actually answers the question asked in this thr…
Langy
in
Custom CSS Beta Discussion
July 2012
You can style by ID? Kallak earlier indicated that you couldn't. That's excellent. Are you sure that there's an overall 'wrapper' class added to Wiki pages, to allow us to style them differently from the other pages? I haven't seen one when looki…
Langy
in
Custom CSS Beta Discussion
July 2012
I have a suggestion, though what I want to do with it would only really work with a few other changes to the site. For CSS styling, I'd like to be able to style elements by ID. What I'd like to do with this is to restyle the Wiki section of a …
Langy
in
Custom CSS Beta Discussion
July 2012
edited July 2012
Hell no; the z-index is required in order to do a few things, like the custom background images that are so popular. Breaking that many games all at once is probably not a good idea. EDIT: Though the custom CSS would probably allow us to do the c…
Langy
in
Custom CSS Beta Discussion
July 2012
To be honest, the z-index bit is something that someone could mess with even without CSS. CSS only makes it easier, rather than anything else.
Langy
in
Custom CSS Beta Discussion
July 2012
Oh hell yes. HTGN's got a good point about having a maximum z-index, but you should also allow negative z-indexes (they're used to create the custom backgrounds that we use). I honestly can't think of any reason you'd need new markup; I've alr…
Langy
in
Suppress title on a wiki page
July 2012
The method I've used is to maneuver an image so that it covers up the title, but you could also utilize a DIV with a background (possibly just a white color) to do so as well.
Langy
in
Help adding more detailed map
July 2012
Man, awesome map site find, neonbasschild. I hope there eventually becomes some way of integrating those maps directly into an OP wiki; they look perfect and much nicer than the default system. As-is, it may be best just to link to the map directly.
Langy
in
Dynamic Character Sheet Tips, Please?
June 2012
I keep trying to figure out how to make it so that losing focus on a jeditable element makes it save the item rather than revert the changes, and it's annoying me. It would be a single-line alteration of characters.js if I could alter that (just cre…
Langy
in
GURPS Dynamic Character Sheet
June 2012
Just wait until it's finished and approved; it's already a bit more awesome than that, and I'm working on making it even better. Here's hoping it works.
Langy
in
Dynamic Character Sheet Tips, Please?
June 2012
edited June 2012
Well, I figured out how to make the text area work properly - the only problem appears to have been the fact that 'dsf_description' is a reserved word for the DSTs, so it wasn't being saved. Once I changed it to 'dsf_desc' it worked fine. I will …
Langy
in
Dynamic Character Sheet Tips, Please?
June 2012
edited June 2012
Oh, and I'd like to make it so that the jEditable forms save automatically when you click outside their area - it's really annoying that they don't do so by default. There's a setting in jEditable to make this happen, too - onBlur:submit would make …
Langy
in
Image Upload Issues
June 2012
What kind of image upload issues are there? I just uploaded four files without encountering any sort of errors or anything.
More Comments
September 2026
City of Shadows
Read the
feature post
on the blog
Return to
Obsidian Portal
Langy
Joined
June 2011
Visits
0
Last Active
June 2016
Roles
Reforge Beta Backer
Posts
364
Profile
Activity
Discussions
4
Comments
360
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Sign In
Forum
Home
Discussions
Activity
Conversations
Profile
Information
Terms of Use
Community Rules