Sign In
•
Register
Discussions
Sign In
Close
Home
›
cgregory
›
Comments
cgregory
Comments
cgregory
in
Tags & Search
March 2018
What is occurring is that Wiki tags are showing in results but Adventure Logs tags, character tags and item tags are not showing in the results. For example for the following tag Starfinder Society, I created that tag in the wiki, adventure log, cha…
cgregory
in
Build Wiki Page based on Tags (Can I do this?)
March 2018
Sort of. You could add a link in your City page that links to the search for the tag of the City name https://yourcampaign.obsidianportal.com/search?tag=Cityname
cgregory
in
Private stuff same as public
March 2018
It would require writing your own css style, granted it is fairly easy to copy the css that they use for their private pages as a base for your own. The base html is fairly different between the two sections so you can't use their private css withou…
cgregory
in
Limit Non-GM Editing
March 2018
The CSS to prevent editing of forums by non GMs is .icon-edit.edit-post-link {display: none;} .campaign-game-master .icon-edit.edit-post-link {display: inline-block;} The first line removes the editing link for everyone. The second line adds it b…
cgregory
in
Tags & Search
March 2018
Tags are working on my sites now.
cgregory
in
Changing the Font in the Character Page
March 2018
John, I think he means the actual "Player Character" and "Non Player Character" headings which would be .character-index.campaign-public-layout .secondary-heading, .item-index.campaign-public-layout .secondary-heading{ font-family:'arial'; } If …
cgregory
in
Update #2 - March 7th, 2018
March 2018
Good news to hear.
cgregory
in
Magic College
February 2018
edited February 2018
You could use Brakebills University from the Syfy series the Magicians which is based on the novel by Lev Grossman. http://www.brakebillsu.com/ Take the Brakebills' entrace exam http://www.brakebillsu.com/lessons/00 http://themagicians.wikia.com/wik…
cgregory
in
Can no longer add links
February 2018
A quick look at the link you provide as an example seems to have the wrong quotes. You are using “ as opposed to " . You notice that yours have a slight slant. Replace the slanted quotes with the vertical quotes and you should be good. "Lovecraft Na…
cgregory
in
Chrome and Collapsed Front Page Menu oddity
February 2018
No problem, let me know if you see any side effects from that. It shouldn't cause any as it is fairly specific. I can't think of any other place ".campaign-public-layout #campaign-nav li a" other than the pages I looked at.
cgregory
in
Obsidian Portal - Changes and Updates for 2018
February 2018
I've gotten a chance to look at a campaign with no issues with the edit screen and one with the issue with the editing screen and here is some of what I've found. In a functioning campaign, the html looks like this. On a non functioning edit scre…
cgregory
in
Obsidian Portal - Changes and Updates for 2018
February 2018
From a quick look at your screenshot it looks like you aren't getting the site's base css for the markItUp class and the markItUpEditor class. Your markItUp class looks like it has a width of 100% rather than 80% and your markItUpEditor seems to ha…
cgregory
in
Obsidian Portal - Changes and Updates for 2018
February 2018
@joeschmoe998 I looked at my button's links which are working and they should be pointing to https://*campaign_name*.obsidianportal.com/posts/*page_name*/edit# if you are on an adventure post if it is a wiki post you will have wiki_pages instead of …
cgregory
in
Chrome and Collapsed Front Page Menu oddity
February 2018
Since you may not wish to create your own nav icons there does seem to be some ways of fixing it (there might be some side effects to these changes but I didn't see any from initial testing. If so you can always make them more specific to individual…
cgregory
in
Chrome and Collapsed Front Page Menu oddity
February 2018
I don't have that issue, but only because I added by own custom navigation icons. (I used a tool called token tool to create them). It looks like I still get the ... but some quick testing reveals that I could remove them by setting the font-size eq…
cgregory
in
Is there a way to see the styling code of another campaign?
February 2018
Personally, I find the easiest way to understand the styling code of another campaign is to use the inspect element feature of firefox (or chrome). This allows be to look at the code that is being used in certain parts of their website that are inte…
cgregory
in
Embedding Music
February 2018
He did it the similar way you do videos. 1. Save your audio to the media library. 2. Copy the link to the audio file from your media library. 3. Paste the link into the Media Embed button. 4. Change the class oembed cloudfront-undefined to oembed cl…
cgregory
in
Replacing terms "Description" & "Bio" with "Details" & "Background"
January 2018
You could try #character-details div h6::after I don't think the placement will matter, because the bio one should be more specific, but to be safe I would place it before the bio one.
cgregory
in
Z-Index of #sidebar
January 2018
The issue is you are trying to change the z-index of the blockquote. But that only changes it's position in respect to other elements on the main-content-container, but the main content containers z index is not changed with respect the the sidebar.…
cgregory
in
How to put characters into groups and sort them?
January 2018
If you really want custom sorting of your characters you need to create your own wiki page that acts as the character page. Then you can group then as desired. The only work around that I've been able to do have been the use of invisible ascii chara…
cgregory
in
Replacing terms "Description" & "Bio" with "Details" & "Background"
January 2018
You could try. div.description h6::after { content: "Example:"; font-size: 14px; } div.description h6 { font-size: 0px; } and the same thing with bio
cgregory
in
Z-Index of #sidebar
January 2018
I am assuming that you want this followed by this when you hover? If that is the case I simply changed the z index of .sidebar-party-members .game-master:hover to 5
cgregory
in
pressning tags give no search result
January 2018
The original poster Tomo_inc, his tags are definitely not working. The tags are being saved, but not linked to pages. There should be 5 pages appearing in the results pane. Now it is possible that if the tags were created before the fix, then they …
cgregory
in
pressning tags give no search result
January 2018
It is killvervp's code. He put inline divs styling that screw up the tags search display and he also hides tags in his css but I'm guessing he does that because his inline div styling is screwing the tags up.
cgregory
in
Error when trying to sort by tag?
January 2018
Lets look at your tags in rebuilt. It is your inline div styling that is breaking the tags. To put it simply you broke your own tags. When I remove that inline code from your site.
cgregory
in
Error when trying to sort by tag?
January 2018
Does the issue occur on both your gods rebuilt and regnum site?
cgregory
in
Plot Club a Ghost Town so coming here for help
January 2018
No plot ideas, but perhaps suggesting some books/series might help. All of these have the elements of urban fantasy and a multi pantheon. The Hellequin Chronicles by Steve McHigh has the multi pantheon granted it does focus more on the greek gods mo…
cgregory
in
Error when trying to sort by tag?
January 2018
No they haven’t killervp. They were broken recently.
cgregory
in
pressning tags give no search result
January 2018
Tags are working now
cgregory
in
Are Tags Broken?
January 2018
edited January 2018
Yes the tags are working on my sites. I can search and filter by tags Killervp, the tags on your gods rebuilt site are hidden by your css. But your regnum site has search by tags working https://regnum.obsidianportal.com/search?tag=Dragonwright
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