Sign In
•
Register
Discussions
Sign In
Close
Home
›
cgregory
›
Comments
cgregory
Comments
cgregory
in
Creating a new link in the left menu
April 2017
Now that I'm coffeed up. The CSS you'll need The first is basically changing the font-size of the items text to 0 and the second is adding Quests right after the now invisible Items. #campaign-nav .items .nav-text, #dashboard-main-nav .items .nav-t…
cgregory
in
Creating a new link in the left menu
April 2017
To add the items menu go to settings then click advanced then check the Show Items Section. Don't worry about it saying not recommended Once that is done it is easy to change Items to say Quests using some CSS. Just let me grab some coffee and i'll…
cgregory
in
Print Character Sheets
April 2017
I think my preferred way of doing character sheets that are printable is to use embedded pdfs as character sheets Like this one
cgregory
in
Featured Campaign of the Month
April 2017
A couple friends who've seen the site recent commented that they thought the site was dead because many of the campaigns shown on the landing page haven't been updated in years. I think the view of most popular campaigns does not help in making the …
cgregory
in
Print Character Sheets
April 2017
edited April 2017
I might be able to whip together some css to make character sheets more printer friendly so you'd need an ascendent campaign since it is custom css. If i remember correctly there already is some code to make the site in general ;more printer friendl…
cgregory
in
YouTube Broken Again
March 2017
All I can suggest is everyone needs to send a ticket. Get it pushed to the top of the OP fix list.
cgregory
in
Comment Button
March 2017
edited March 2017
Jim, my campaign has it's viper lady also and people get real attached to her too. Bortas, it your toned down images look good. I was originally thinking about a more toned down approach but an aliens taking over earth isn't really toned down.
cgregory
in
Embed Google Drive Docs/Sheets/Slides
March 2017
They made a change tha caused embedding to be broken. I suggest sending a message to support to but pressure on the devs to fix it.
cgregory
in
YouTube Broken Again
March 2017
Looks like OPSupport has brought this up multiple times with the dev(s) but he isn't getting any response from them.
cgregory
in
Sticky Posts
March 2017
There is no ability to sticky a post in the campaign forums. It would be nice if there were an ability to do so. Most campaigns that I've seen have used the wiki as the place to host their FAQ since you have more control over that. The forums are ex…
cgregory
in
PC management screen for the players themselves
March 2017
edited March 2017
Yes, just edit a character and assign a player as the owner of the character. Or just have the players create their own characters. Then they are the owners by default.
cgregory
in
YouTube Broken Again
March 2017
I've found generally the only way to get a response from OPSupport is by logging a support ticket. https://www.obsidianportal.com/support It does sometimes take sometime for a response to be forthcoming but I have gotten a response to every ticket I…
cgregory
in
Borders in tables in player's character page
March 2017
Since you need colspan and OP tables don't support it, you could use divs for rows and nested divs floated left for columns instead of using tables. Row 1 - Cell 1 Row 1 - Cell 2 Row 1 - Cell 3 Row 2 - Cell 1 Row 2 - C…
cgregory
in
YouTube Broken Again
March 2017
I got a reply from Alan, from Customer Support, regarding this issue, basically saying that the dev is saying that youtube's api changed and that is why it isn't working. I've checked and yes YouTube did have a scheduled API change on Feb 10, 2017. …
cgregory
in
Borders in tables in player's character page
March 2017
The WYSIWYG is called the CkEditor. Textile is the other type of editor here at OP. http://redcloth.org/hobix.com/textile/ | col 1 | col 2 | |\2. spans two cols | | col 1 | col 2 | using textile col span works, but the html version doesn't seem…
cgregory
in
Character Pages Messed Up
March 2017
edited March 2017
Just throw in the following css code body.character-show #content {max-width: 1024px;} I think that's the width you have for the rest of your site. It should fix everything on your character page. Edit Basically there is an inline piece of cod…
cgregory
in
YouTube Broken Again
March 2017
Speaking as a developer myself, these devs really need to do some quality assurance testing before implementing changes. Considering that the most common feature to break is the oembed function this should be one the things that needs to be tested i…
cgregory
in
some DIV code seems to have stopped working on my OP site
March 2017
It is tied to the youtube issue. Basically all oembed div classes have stopped working. You can put in a support ticket.
cgregory
in
Change BG color on OP NavBar
March 2017
edited March 2017
You are looking for #top-bar .top-signin a{ background: blue; } #top-bar .welcome-user{ background: blue;} and #top-bar #sticky-toggle{ background: red; } Currently the background is set to. background: linear-gradient(45deg, #2c282c 0%,#3f342a…
cgregory
in
Featured Campaign of the Month
March 2017
Congrats @Jasonvey, @Julrox, @Algizsage, @Donaldvey, @Treorai, and @BigTom
cgregory
in
Former OP user question
March 2017
There are still issues that need to be fixed, but they do appear to have programmers working on fixing issues. Just very slowly. At the end of the day, i decided to come back because i find it provides useful tools for my game. I'm not a fan of the …
cgregory
in
Font-Family inconsistent
March 2017
I see you are using the CkEditor as your default editor. Not a fan of that editor, I personally use the textile editor. Anyways what I do is I add the fonts that I want to use under settings -> advanced and click the add font button then enter th…
cgregory
in
Borders in tables in player's character page
March 2017
Not having access to the css of the page is a pain, but still doable. Are you using texttile or html? They both follow similar rules. table{border:1px solid black}. |{border:1px solid black}. This|{border:1px solid black}. is|{border:1px solid bla…
cgregory
in
Campaign of the month candidate
March 2017
It does help if you provide a link to the campaign. ;) Here is the link to the campaign for those interested Star Trek: Aftermath
cgregory
in
Documents (PDF/Word, etc.)
March 2017
With embedded youtube links being fixed, you may also be interested in knowing that embedded pdfs are also fixed. You can see below: https://dead-men-tell-no-tales.obsidianportal.com/wikis/testpopup You can create them using the Media Embed button. …
cgregory
in
YouTube Broken Again
March 2017
Embedded pdf's are also fixed.
cgregory
in
Character Pages Formatting Mistake
March 2017
Likely a bug. You can fix it using the following CSS body.character-show #content {max-width: 1200px;} Insert your desired max-width in place of 1200px
cgregory
in
Whatcha working on?
March 2017
edited March 2017
I'm testing out some ideas about getting an RSS feed working for my campaign. Right now I am seeing if I can get more than the 7 items listed in the current stream to show up. I should know in about 6 hours whether it works. My solution only polls e…
cgregory
in
YouTube Broken Again
March 2017
Obsidian Portal uses Amazon Cloudfront. So yes it was affected by the AWS S3 going down. If you are interested in what Obsidian Portal is built with you can see that on the Built With website You can insert your own campaigns url instead of mine, bu…
cgregory
in
Documents (PDF/Word, etc.)
February 2017
I don't consider it rude. I'll explain my view as best as possible. There is a difference between asking for a feature and asking for a feature to be implemented more intuitively. Your initial request was to ask for a pdf's to be unloaded to the med…
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