Sign In
•
Register
Discussions
Sign In
Close
Home
›
cgregory
›
Comments
cgregory
Comments
cgregory
in
Bolding a header
July 2018
Looks like you got the font-weight working since I'm able to see it in your campaigns css.
cgregory
in
How do I create a drop down/expanded window?
July 2018
I always use the following setup Is this what you are looking for https://dead-men-tell-no-tales.obsidianportal.com/wikis/testpopup If you are using Chrome this might not work, but it does with other browsers The HMTL for your page Here's 3 hidden…
cgregory
in
Removing the default text box
July 2018
The potential downside of using display none is that it brings the yellow footer links up to the top of his page where he previously had the textbox. My guess it he wants the area clear. He could also add display none to the campaign-footer id, but …
cgregory
in
Featured Campaign of the Month
July 2018
Congrats Bortas! I just picked up Infinity by Modiphius Entertainment. Really liking that system.
cgregory
in
Removing the default text box
July 2018
Or you can increase the padding and make it transparent. .campaign-landing-show .campaign-landing-page-container { background-color: transparent; } .campaign-landing-show .campaign-landing-page-container .section { padding: 900px; } Th…
cgregory
in
Removing the default text box
July 2018
Just remove the padding. .campaign-landing-show .campaign-landing-page-container .section { padding: 0px; }
cgregory
in
Player is automatically included on email notifications
July 2018
You can't. The player needs to go into his profile and edit it. At the bottom of his profile is the email contact settings. He needs to uncheck the settings the Receive notifications for all forum, wiki, character edits.
cgregory
in
A Simple Character Sheet For Non-Coders
July 2018
Hero labs usually creates a decent html output with only minimal changes needed. Here is a example of one along with the code for it in the bio. https://dead-men-tell-no-tales.obsidianportal.com/characters/test If colspan still worked, I could make …
cgregory
in
Banner Never Fits
July 2018
edited July 2018
The actual banner size is can vary depending on what your max width is set to but it use the ratio of 4.99px wide x 1px high that HumAnnoyd mentioned by default. If you use a different sized banner then you need to modify your CSS to accommodate it.…
cgregory
in
Log of Chronicle Updates
July 2018
@Kallak one thing that you might want to ask the devs is if the code for the RSS feed is still around.
cgregory
in
Log of Chronicle Updates
July 2018
Even though my players log in usually once a day (my campaigns usually have out of game elements), it would still be an useful feature. They used to have an RSS feed per campaign that contained this info and I believed it contained more than just 7 …
cgregory
in
Wiki links wont work, seemingly at random
July 2018
Depends on the type of apostrophe. The standard apostrophe will work, but the type of apostrophe you may get from copying from some pdfs are not useable. Had that issue in my recent campaign.
cgregory
in
Ascendent Question - Forums & Public Campaigns
July 2018
No the forums are private only players can view them. It would be a nice feature to allow viewing to visitors.
cgregory
in
Campaign upon log in
June 2018
edited June 2018
You are brought to the Campaign that you select in your profile under "Choose Active Campaign". So you just need to edit your profile.
cgregory
in
Automating the cancelling of sessions?
June 2018
It is not currently doable, but you could always ask for it in the feature requests categories.
cgregory
in
A Simple Character Sheet For Non-Coders
June 2018
These days there are three things that my group does regarding character sheets. 1) Build a simple table/layout. I'll use html or textile depending on the table layout. Like with Shawn 2) I use form fillable pdfs that I upload to the media library. …
cgregory
in
Wiki links wont work, seemingly at random
June 2018
It does have to do with non alpha numeric characters and non dashes. If you look at his campaign pages some of his other non working links have periods, question marks etc. One way of fixing it is using the following syntax. [[Carls Place|Carl’s Pl…
cgregory
in
Nominate COTM Here!
June 2018
For those who are unsure of the process. Once nominated a campaign stays in the nomination pool as long as the campaign is active.
cgregory
in
How to add an Items page
June 2018
My personal suggestion is to use textile over the CK-editor. It takes a little more effect at first but the end results can be far better.
cgregory
in
Add Gamesystems
June 2018
Infinity RPG is based on the Infinity skirmish game. Looks like the one that is already there is for the miniature skirmish game as opposed to the more recent RPG system that came out in March. But the one that is there should be fine for both syst…
cgregory
in
Add Gamesystems
June 2018
Could you add the Infinity RPG. Giving it a try tonight, if it goes well it might be the next system I run. You can find a logo halfway down the page linked below https://www.modiphius.com/downloads.html
cgregory
in
CkEditor Questions/Requests/etc
May 2018
@jackjallopigpen the textile version allows for far more customization than the CKEditor does. In fact, there isn't a single campaign of the month that has used CKEditor all of them have used the texttile editor. The textile editor does require more…
cgregory
in
Link to map location from Character page
May 2018
Basically add quotes to the text you want shown for the link, followed by a colon then the URL of the map. So lets say you wanted the text of the link to be wizard tower "wizard tower":https://separatedatdeath.obsidianportal.com/maps/101506
cgregory
in
HTML issues
May 2018
If you provide a link to your campaign I probably can tell you by examining the code on your site.
cgregory
in
Nominate COTM Here!
May 2018
Since Campaign of the Month is making a come back. I figure this should get bumped back up. So if you have a campaign you’d like nominated it here!
cgregory
in
Issues with tags
May 2018
I'm getting Internal Server Error (500) on any tags right now (the date of the tag is from Feb 2017)
cgregory
in
Default Font Name?
May 2018
I swear I answered this question a couple days ago. Looks like my post got erased or didn't save. The font list in order of priority is "Open Sans",Arial,sans-serif. So depending on what fonts your browser supports it will be follow that list tryin…
cgregory
in
What is this in my Custom CSS field?
May 2018
To alter the original box.
cgregory
in
Limit Non-GM Editing
May 2018
Yes, you can remove the ability for players to edit pretty much anything using the .campaign-member and .campaign-game-master classes. The basic premise to that is to remove access for everyone and then add access back for the GM. Some of the campai…
cgregory
in
What is this in my Custom CSS field?
May 2018
Generally if you are using !important you are hitting the wrong css specificity to override the original css. This can cause you to have it also affect other parts of your site than what you intend. For example, there could be a .wiki-page #custom-c…
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