Sign In
•
Register
Discussions
Sign In
Close
Home
›
cgregory
›
Comments
cgregory
Comments
cgregory
in
Style precedence - Need some tips
November 2016
Those badges look great.
cgregory
in
Sticky forum posts?
November 2016
No. You could try using forum folder called Sticky (or something like that) to accomplish this. Since the Folders remain sticky and then place all Sticky posts in that folder.
cgregory
in
Change font for PC/NPC heading on characters page
November 2016
edited November 2016
Yeah, it is a fairly simple change. So here is the default CSS for those headers (i've included the Item ones too, but if you don't care about them simply delete text in red. Basically, you just need to replace the font-family with the one you want …
cgregory
in
Recurring Calendar events
November 2016
Honestly, i don't think recurring calendar events has ever been a feature people have requested, so i hardly see it as an unforgivable gap in features. Personally, i tend to use the calendar more for reminding people when something doesn't follow a …
cgregory
in
Inviting new players
November 2016
Tested out invites my username and they are working fine. emails can sometimes take a bot of time. But my test invites i sent out got received in a couple minutes. Your players may wish to check their junk mail box. you should see a list of open in…
cgregory
in
Adventure Logs Do Not All Appear on the Page
November 2016
I looked at a couple of your sites and there is one thing that stands out is the CSS on your sites seem to get screwed up when you use some inline fonts. My guess is you might have some divs that are not terminated. A good example of what I'm talkin…
cgregory
in
Tag dependent character styling
November 2016
Yeah, definitely would be a nice feature. In the meantime, there is a sort of work around that some of us have used for dead characters. Adding an invisible special character to the character's name. For example, when a character dies I add a 0xA0 c…
cgregory
in
User State Classes
November 2016
edited November 2016
@Basileus: Sorry, I thought you were trying to allow not members of a campaign to view non-public parts of a campaign, not just removing the link in the non-public parts. If I remember correctly the main issue was that people didn't want users delet…
cgregory
in
User State Classes
November 2016
edited November 2016
You can't affect non public pages because you can't grant access to pages they don't already have access to. Public pages work because you can change what people with access see, even if you decide they see nothing. Edit: You can probably also use t…
cgregory
in
Linking Wiki Pages between one Another
November 2016
Are you using the CkEditor or the Texttile editor? Check under the Advanced Campaign Settings. If you are using the Textile Editor you can simply use the link tabs (wiki, character, media, image) And then choose the page you want to link to. If y…
cgregory
in
Featured Campaign of the Month
November 2016
edited November 2016
Thanks guys. I swear it was harder trying to write answers to the interview questions than creating the campaign. Edit: BTW my players mentioned that it seemed obvious what the political leanings of OP is since we won COTM as soon as we shot Trump…
cgregory
in
Eliminate the Navbar!
November 2016
I see what it is you have a ; at the end of the content url. It is preventing the image from loading. content: url(https://db4sgowjqfwig.cloudfront.net/campaigns/67984/assets/657915/wiki.png;); change it to content: url(https://db4sgowjqfwig.cloudfr…
cgregory
in
Eliminate the Navbar!
October 2016
Odds are you have an extra bracket or are missing a bracket somewhere in your code. try moving that code to the first line of you custom css to see if it makes a difference. If it does it means you have an extra bracket, quote, etc somewhere in your…
cgregory
in
Change Adventure Log summary's box
October 2016
edited October 2016
Dark Sun Cool. Try .adventure-log-index .post-content { height: 200px; }
cgregory
in
Eliminate the Navbar!
October 2016
Looks like I've changed the code slightly on my site. Try without the quotes around the url/ Also looks like you have in in your code twice. .op-icon-book-wiki::before { content: url(https://db4sgowjqfwig.cloudfront.net/campaigns/124016/asset…
cgregory
in
Eliminate the Navbar!
October 2016
Should be fairly straight forward. Do you still have the snippet of code saved to your css? If so i can take a look and see what is wrong. In my campaign I've changed every one of the icons from the standard.
cgregory
in
dungeon room ideas
October 2016
You could also look up Dungeon Magazine's old Challenge of Champions adventures. Each Challenge of Champions involved 10 puzzle based rooms. I think there has been 5 different Challenge of Champions over the years.
cgregory
in
How to unsuscribe from some of the notifications
October 2016
Yes, goto your profile. Click edit profile and scroll down. This will prevent automatically having your name checked automatically for an email to be sent when a page is updated. Your DM or other players can still manually check your name to send a…
cgregory
in
How can I Rescue a Campaign with a Corrupted link?
October 2016
I'd resubmit the ticket and message OPSupport If I remember correctly, the last guy who had this type of issue submitted the following info. The full pathname of the campaign url https://the|frontier.obsidianportal.com/ And what your the campaign u…
cgregory
in
How do we print our char sheets to use in game?
October 2016
No real easy way to print it out nicely. You can grab screenshots of the page and paste the images together. If i remember Chrome has a Webpage Screenshot extension that might work nicely, so what you print looks like what you see. Many of my player…
cgregory
in
Images and custom image-based checkboxes
October 2016
Looks great.
cgregory
in
Images and custom image-based checkboxes
October 2016
BTW, which game system are you building for?
cgregory
in
Image in front of Embedded Video
October 2016
So basically, i did this with two images.Granted my two models show a little more skin that yours. But you could add the third image of your text at the top.
cgregory
in
Image in front of Embedded Video
October 2016
Not necessarily. It could also mean i completely forgot you asked about this and so I never tried doing it. That being said, i would likely cut that up into 3 images. The reason being is that if it is one image that completely covers the video you w…
cgregory
in
Right Sidebar (Last Update/Play Status) Font Color change
October 2016
It is fairly easy. You just need to change the color of the .stat-label .stat-value classes. .sidebar-quick-stats .stat-label, .sidebar-quick-stats .stat-value { color: blue; }
cgregory
in
Gender selection on D&D 5e character sheets
October 2016
edited October 2016
Hi Devilpants, The gender checkbox is not for the character's gender. It is a box to generate a male/female based random name. Many people confuse get confused by those checkboxes. I know i did. Gender is probably not the best label they could have …
cgregory
in
larger/standalone 'stream'
October 2016
The rss feed is there, it just doesn't filter by campaign anymore. My guess is the rss feed filtered based on the old campaign name urls.
cgregory
in
Linking to a Character
October 2016
The double brackets is for wiki, you want [[: ]] you need that : before the character slug.
cgregory
in
larger/standalone 'stream'
October 2016
I never read the emails, I use the links that the email's contain to go to the webpage that got updated.
cgregory
in
Help WIth Map Markers
October 2016
Welcome to OP. You aren't doing anything wrong. They only appear for GM and players of the campaign. You basically need to login to see them.
More Comments
September 2026
City of Shadows
Read the
feature post
on the blog
Return to
Obsidian Portal
cgregory
Joined
March 2011
Visits
2,212
Last Active
December 2024
Roles
Member
Posts
780
Profile
Activity
Discussions
17
Comments
763
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