Sign In
•
Register
Discussions
Sign In
Close
Home
›
cgregory
›
Comments
cgregory
Comments
cgregory
in
Map Edits and the Feed
October 2016
I typically have created a Maps topic in my campaign forum (this way an email gets generated). When I update a map, I update the forum post too listing what has been updated, which is something I'd likely do even if the update feed included that a m…
cgregory
in
Organizing Characters Page
October 2016
Doesn't look like it. I've tried using prefilled url's to pre-select tags that you can filter by but I haven't been able to get it to work. Some something like this should show only the NPCs https://x-com-defiance.obsidianportal.com/characters?npc=…
cgregory
in
Upload Limit Useage
October 2016
edited October 2016
Look under media library at the top of the screen it tells you.
cgregory
in
Character Page Customization
October 2016
Yeah, it is the z-index: -1 that is causing the unresponsiveness. Delete that and instead add z-index:1 to the character search area class. Basically the -1 cause it to go behind the transparent main content area, so you couldn't click links. So in…
cgregory
in
Character Page Customization
October 2016
edited October 2016
I'll take a look tomorrow, once i am on an actual computer rather than just an ipad. I'm wondering if the z-index is causing the issue. Maybe instead of changing the z index of the character list, changing the z index of the character banner is the…
cgregory
in
Embed youtube.
October 2016
Personally, I only use the textile editor. I find the CkEditor while nice for some things is lacking in other ways. Try something like. The first is the set the size of the video iframe. The second to set the size of the oembed object. .oembed ifr…
cgregory
in
Character Page Customization
October 2016
Do you mean like this? character-list { border: 15px solid transparent; border-image: url(https://db4sgowjqfwig.cloudfront.net/campaigns/101742/assets/421366/Phoenix_Rising_Background_Combo.jpg) 15 15 15 15 round; top: -200px; …
cgregory
in
dungeon room ideas
October 2016
Minesweeper room. Each step they take they are telepathically told a number. That number corresponds to how many of the surrounding steps have magical traps. Figure out the safe path.
cgregory
in
larger/standalone 'stream'
October 2016
When i do large amounts of updates, i click on email all players so they can see what exactly gets updated. Just get your dm to do that. Or go to your profile and check receive updates on wiki, forum and character updates.
cgregory
in
Linking to a Character
October 2016
Do you mean in another campaign? Pretty much the same as you would when linking to something outside your campaign. Copy the url and place it in the link button.
cgregory
in
Roleplaying Guild - Can Obsidian Portal Do This?
October 2016
Yes, players can create and edit wiki pages and you can track the changes made. Forums can have sub forums Yes, players can create calendar events. There isn't a members only forum.
cgregory
in
Embed youtube.
October 2016
Shadowrun cool. Are you using the textile or CKeditor?
cgregory
in
Problems with maps
October 2016
It was discussed here
cgregory
in
Problems with maps
October 2016
The map feature is basically using some of google maps api. Under the ascended account you can modify the size of the window for your map and modify the size of the markers (or even the shape of the markers) using CSS. Maps aren't that big a deal t…
cgregory
in
Moving the Nav under the Banner
October 2016
edited October 2016
Now that takes gives you some idea of how to work with the public nav-bar, but you also have the non public navbar that is in the dashboard, the forum, the calendar and the settings. It is still basically the same idea just some slight differences. …
cgregory
in
Moving the Nav under the Banner
October 2016
edited October 2016
Noticed you asked for just the icons. span.nav-text { font-size:0px; } Just make the span.nav-text font size equal to 0 to get rid of the text
cgregory
in
Moving the Nav under the Banner
October 2016
Shouldn't be to hard. We can use CSS to manipulate the original navbar. Try changing the width of the nav-row to 100% from 16.66% and add a bottom padding. Then change the list from vertical to horizontal. .collapsable-nav-row .front-nav-container{…
cgregory
in
Featured Campaign of the Month
October 2016
Congrats whozyourdm and cast.
cgregory
in
Internal Server Error (500) when saving character sheets in D&D 5e Campaign
September 2016
Thanks for the update barrelv.
cgregory
in
Internal Server Error (500) when saving character sheets in D&D 5e Campaign
September 2016
Our non DST character sheets are fine, haven't had any issues with those. Our one DST character sheet is getting the 500 error. BTW Dennis, I can see your character sheets in both your Derre und Darre campaign and your At The Edge of the World Cam…
cgregory
in
Help With Characters
September 2016
What we do is export it as an image and then upload it as a media file and then choose embedded image. Here is an example You can add the actual file also but it doesn't show as anything but a link until you click and open it.
cgregory
in
Ending support
September 2016
Click on the Welcome Lennart_Markovic tab on one of you campaigns. Click on My Ascendent Membership Down at the bottom is a link that says Downgrade To Free.
cgregory
in
Rookie Mistakes... Part 1 of a million
September 2016
It looks like your campaign is set to restricted to either friends only or private, so I can't see it to look at the code. The one time I had that issue it was due to an invalid link character in the slug. You could try "X-Com: Defiance":https://x-…
cgregory
in
Looking for Players [Changwon, Korea]
September 2016
Looks like there were two campaigns in the area back in 2014, a 3.5 dnd and a savage worlds one. https://to-another-world-to-another-shore.obsidianportal.com https://the-ganeden.obsidianportal.com maybe try reaching out to the gm's of those two camp…
cgregory
in
Problem Styling Adventure Page
September 2016
For the wiki try, body.campaign-public-layout .post-section.post-main {background-color:transparent;}
cgregory
in
Need help with getting an image to show in css
September 2016
The best way I find to figure out what elements you need to target is to use firefox with firebug installed. After activating firebug, you can then use the click element to figure out exactly which elements you need and you can even temporarily chan…
cgregory
in
Need help with getting an image to show in css
September 2016
You need to make the background color transparent i believe. .adventure-log-show .post-header-container {background-color:transparent;} .adventure-log-index .adventure-log-post {background-color:transparent;} .campaign-public-layout .main…
cgregory
in
Need help with getting an image to show in css
September 2016
Basileus shows how he does a parchment effect in this thread https://forums.obsidianportal.com/discussion/4134/css-shenanigans/p1 You can see the end result here
cgregory
in
Need help with getting an image to show in css
September 2016
You put "quotes" around the url. You don't need them for content:url also you dont need that ; after the quotes of the url.
cgregory
in
Need help with getting an image to show in css
September 2016
edited September 2016
As for the content:url .op-icon-book-wiki::before { content: url(https://db4sgowjqfwig.cloudfront.net/campaigns/124016/assets/640320/XFront.png); } no quotes are needed around the url and no ; after the url See above for the differences b…
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