Sign In
•
Register
Discussions
Sign In
Close
Home
›
ragnarhawk
›
Comments
ragnarhawk
Comments
ragnarhawk
in
My (public) campaign page is not showing up to my players or anyone else
October 2024
Hi rwgarcia, Unfortunately, due to some problems with bots recently, OP is currently testing a new policy. This restricts free campaigns to being viewed by people logged into OP. Here is a post talking about it
ragnarhawk
in
How Do I Link To "See All Pages?"
July 2024
I am not sure if this is what @vadercomplex is referring to, but you could use javascript to populate a page with the full wiki contents shown in a "See all pages" link by parsing the json from "yourcampaignurl/content_summary_gm.json" Matter of fa…
ragnarhawk
in
A few minutes ago I created A 1st edition Dnd character and he's the ultimate in dumb muscle
June 2024
edited June 2024
Seems to me like Blaster from the Master Blaster combo in Mad Max Beyond Thunderdome: https://madmax.fandom.com/wiki/Master_Blaster I think that he needs someone to be Master to his Blaster
ragnarhawk
in
Dynamic character list on wiki page.
June 2024
@thaen, I know that we can get the entire list of wiki pages with https://campaignurl.obsidianportal.com/content_summary_gm.json... Is it possible to get that content filtered with a modified url?
ragnarhawk
in
Change Scroll Bar Colour?
December 2023
Hi @Enjay, Not sure what isn't working without seeing your page(s), but I found that the following code changed the grey over Help to red in one of my campaigns: --------------------------------------- .top-bar-section .dropdown li a:hover {backgrou…
ragnarhawk
in
OP Still in Development?
December 2023
A lot of the more active conversations have moved to the Fan Discord Server https://forums.obsidianportal.com/discussion/5827/op-discord-channel#latest
ragnarhawk
in
Want to translate some items of my campaign
September 2023
edited September 2023
To clarify Abersade's main page post, .wiki-page-slug-main-page .wiki-page-name.title {font-size: 0; padding-top: 5px; padding-bottom: 5px;} --- this section changes the existing title to size 0, effectively hiding it -and- .wiki-page-slug-mai…
ragnarhawk
in
Adding specific colours to specific wiki titles
August 2023
Each page also has a class of "wiki-page-slug-page-slug", where page-slug is the portion of the page URL after "/wikis/". You can use that for individual pages, or you could add a tag of some sort to the slug and use a partial css class selector (e…
ragnarhawk
in
Was the guy in my dream right to settle for 10 Gold a day with a guarantee of never being caught?
August 2023
On the other hand, as shown by numerous stories (one for me is my own uncle), someone who is making X amount of money by cheating/fraud often will soon want to make 2X, then 4X, and eventually ends up getting to the level where you get caught (my un…
ragnarhawk
in
Chicago South West Suburbs: Looking for Players
June 2023
Hi @Moose4787, please check your private messages. I was asking about specific system and location.
ragnarhawk
in
Looking for a Font
June 2023
HI @GamingMegaverse, This was also asked (and now answered) here: https://forums.obsidianportal.com/discussion/6597/looking-for-a-font
ragnarhawk
in
Page Level Privacy Controls
May 2023
@thaen, I think that the latest news in this post: https://forums.obsidianportal.com/discussion/6356/players-need-a-button-to-join-campaign-and-dm-s-need-invite-players-via-url makes my suggestion for "campaign-members" as an option for Player Se…
ragnarhawk
in
Page Level Privacy Controls
May 2023
Hi @thaen, I know that this is something that I would use. I have already used the campaign-member css to implement something like this. Here is a link to an earlier request where I linked to a still earlier discussion where I provided some CSS: …
ragnarhawk
in
Page Level Privacy Controls
May 2023
Hi @vadercomplex, I am pretty sure that those options are campaign level, and I think that Loki is looking for page level controls.
ragnarhawk
in
Custom Favicon
May 2023
I think that this will do the job for you: .become-a-fan-button .icon-card-hearts {display:none} .become-a-fan-button .text::before { content: ""; position: relative; background: url("https://www.svgrepo.com/sh…
ragnarhawk
in
Ability to make pages GM+ Players Only
April 2023
Hi @DungeonMasterLoki, Here is a link (https://forums.obsidianportal.com/discussion/comment/47655/) to an earlier conversation on the topic. Not disagreeing that it would be a nice feature, but the conversation does offer some workarounds.
ragnarhawk
in
Just joined
April 2023
Hi @Itchytoes , Welcome! I am currently running 5e, playing some 5e and Coyote and Crow, and plan on eventually running Basic Roleplaying (custom setting), Morrow Project, and TORG
ragnarhawk
in
Systems to add to Game Systems
April 2023
@an_avocado_thanks, hardly a lowly request at all. My wife has run a bit of Coyote and Crow for us, and we are loving it!
ragnarhawk
in
Problems with Linking
March 2023
edited March 2023
Hi @TheJoxaren, May I ask which editor you are using, Textile or CkEditor? You can find this setting in Settings>Advanced>Default Editor. I (and many others) highly recommend using the Textile editor, as it never felt that the CkEditor was tr…
ragnarhawk
in
Disabling the editing of pages
January 2023
Hi @RADowling, If you are OK with players being able to edit any character, this code should work: /* Hide Edit Icon on pages, and hide Edit link on Map Markers */ body.campaign-member:not(.campaign-game-master) .icon-edit, body.campaign-…
ragnarhawk
in
Surely the domain should have a higher size class and the ruler A Higher Title?
January 2023
If you wanted to make this work, maybe the Earldom is essentially a sort of Washington DC, a theoretically independent capital, where the Baronies come together to hold council. As the hosting region, they have developed considerable political infl…
ragnarhawk
in
New to ... life in general
October 2022
Hi @TheAyatollahOfChaos, Just wanted to say hi (Hi!). I don't tend to run (or particularly play) gothic settings, but I did want to welcome you to the community
ragnarhawk
in
Managing player permissions
October 2022
Regarding the inability to edit if you hide the edit button, you can either modify the CSS in an inspector, or you can manually edit the URL to point to "campaignURL/wiki_pages/home-page/edit'. Those are the "tricks" that I mentioned earlier. They…
ragnarhawk
in
Managing player permissions
October 2022
edited October 2022
Hi @Mochabelle, In general, it is more a problem to get players to make changes than to have them make unwanted changes. That being said, it is possible as an Ascended (premium) user to use CSS to hide the edit button for certain roles and certain p…
ragnarhawk
in
Cause thumbnail to appear when hovering over linked character name
October 2022
@Leonidas300, this selector should target all of the links to characters: a[href^="/characters/"] You should then be able to apply whatever styling you want to those links As a side note, if you just make the selector for…
ragnarhawk
in
Feature Roadmap + Feature Voting
September 2022
This is also something that I have been hoping to see
ragnarhawk
in
Noob Wiki question
August 2022
@lbrewer, twiggyleaf is right. The problem that most of us run into is getting the players to contribute more, not with having them change pages incorrectly. Also, there is an review/rollback feature. It is the little stack of paper icon to the ri…
ragnarhawk
in
Anyone know of A DND 1e Group in Barnsley that doesn't mind A Player whose Pc that's A King?
June 2022
I agree with Abersade. It seems clear that marshalljames1 wishes to contribute to the discussion in their own way. You, on the other hand, have been here for 10 years, and have only chosen to contribute once, not counting this thread. There are cer…
ragnarhawk
in
a page only players can see
April 2022
As an alternative to the custom javascript, there is CSS that can hide content that is intended as members only, and show different content to non-members. Here is a link to a comment that I made in a similar discussion, which contains some example …
ragnarhawk
in
Cutomizing Character Screen
April 2022
Well, just for a start, I think that to pull most of that information from the character pages, you will almost certainly need Javascript
More Comments
September 2026
City of Shadows
Read the
feature post
on the blog
Return to
Obsidian Portal
Profile
Activity
Discussions
4
Comments
168
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