Sign In
•
Register
Discussions
Sign In
Close
Home
›
thaen
›
Comments
thaen
Comments
thaen
in
Remove the double main page
October 2022
Cool, sounds like we're on the same ... page : ) ... regarding the Home/Front page. I'll add that to the list. I don't like to clutter up the UI with lots of preferences, but I've heard this particular one before about not wanting to be dropped on …
thaen
in
Remove the double main page
October 2022
@Keryth987, @Abersade, Just want to make sure we're talking about the same thing ... There's the "Front Page" ... this is the landing page for the Campaign, and has the Campaign Members, Last Updated, Play Status, Fans, and Stream. This is also lin…
thaen
in
how do i make a link open a new tab?
September 2022
@Keryth987, the code would just be to add this to any "a" tag: target="_blank" So, for example: <a href="your url goes here" target="_blank">Link Text</a>
thaen
in
how do i make a link open a new tab?
September 2022
edited September 2022
@rht, you're really close. The "target" needs to go in the "a" tag, and the _blank needs to be in quotes ... like this ... <li class='section Href Link'> <a href="your url goes here" target="_blank"> <span …
thaen
in
how do i make a link open a new tab?
September 2022
@rht, no worries on necromancy ... always happy to see something raised from the dead if it's still an issue. This was actually on my short list of things to work on, so your post was just the nudge I needed to push it forward. The "target" attribut…
thaen
in
Jump to Top on Forums?
September 2022
@camarilladee, when viewing the Campaign Forums on a mobile device, there is now an upward pointing triangle button (it's midway up the screen on the right hand side of the screen) that will scroll all the way to the top.
thaen
in
Items - option to allow edits from everyone
September 2022
@jodie, it's been a while, but I made a change related to this. It's kind of the reverse of what we discussed here. There's now a "Player Character Item" checkbox on the Item Edit page. If that is unchecked (the default), then any member of the C…
thaen
in
Submitting a DST with a status of "Submitted" results in a server error
September 2022
@neqis, this should be fixed now. Let me know if you see any issues.
thaen
in
Submitting a DST with a status of "Submitted" results in a server error
September 2022
@neqis, thanks for pointing this out! It happens any time you have a DST that's been Submitted (but nothing has happened with it yet, so it's still in the Submitted state), and then the DST is Submitted again. The DST is still in the Sumbitted stat…
thaen
in
`concat()` in JS blocked by Cloudflare.
August 2022
Thanks for pointing it out! Should be working now. Let me know if it's not.
thaen
in
Wiki Quick Search
August 2022
@HaydenSconey, thanks for these! For the "selectable tags", that does sound useful. I'm sure it could be done with Custom JavaScript, though it might be some work to do it. I'll add the idea to the Feature Requests list. For the "filter by tag", y…
thaen
in
Setting Text Resizing throughout Page
July 2022
Awesome! Thanks for sharing that knowledge!
thaen
in
Setting Text Resizing throughout Page
July 2022
Disclaimer ... I'm not great at CSS, so maybe one of the others around here can give better ideas. That said ... https://alfmarches.obsidianportal.com/custom_css https://alfmarches.obsidianportal.com/wikis/spell-rulings It looks like there is a @me…
thaen
in
Backups and Embedded PDF files
July 2022
Thanks for checking back. No further progress on this feature yet. Are you currently backing up the Media Library files "manually" by downloading the individual files from the Media Library? I'm trying to make sure I'm understanding what you're se…
thaen
in
How to Use the New Javascript
July 2022
@Glyph3x, yep, this could be used for that. For that specific example, a side nav bar, we already have the Custom Navigation feature (in the Campaign Settings -> Advanced), which enables you to replace the side nav bar with whatever HTML you wan…
thaen
in
Gifs as Character Images
July 2022
Sorry ... I should have put more of an "assembly required" disclaimer on that code. Thanks to @nuadaria and co for helping to get it figured out!
thaen
in
Gifs as Character Images
July 2022
Thanks for the request! I'll add it to the list. In the mean time, you can do this with Custom CSS now. This CSS should get you there: /* Replace Character Index Image with GIF */ .character-index img[src=" ... replace with the url used by the ch…
thaen
in
Switching DSTs & dynamic_sheet_attrs
July 2022
@neqis, thanks again for pointing this out! Try out switching the DST now, and you should see what you expected (same named fields get the same values). Let me know if you see any issues. For background ... a while back a member switched a Charact…
thaen
in
New Section in Characters for "Deceased"
July 2022
Something else you can do ... When you click a filter on Characters, it updates the url in the browser, so that you can use that same url to auto-check those filters when someone visits that url. Then, you can combine those urls with the Custom Navi…
thaen
in
New Section in Characters for "Deceased"
July 2022
edited July 2022
One option for this is to create a "Deceased" tag. Then you can use the Character Filters Deceased tag checkbox to show just the Deceased Characters. Some of the Ascendant Campaigns will also pair a tag like Deceased with some Custom CSS to show th…
thaen
in
More maps
July 2022
Hey @Hell_Nova, I've added you to this beta feature. Let me know if you see any issues.
thaen
in
Campaign and Adventure Log Comment Spam
July 2022
For members that also want this feature, here's the thread with AlfmarchesGM's Feature Request: https://forums.obsidianportal.com/discussion/6242/member-only-access-to-comments
thaen
in
Member-only access to comments
July 2022
@AlfmarchesGM, welcome! Thanks for the request. I've added this to the Feature Request list. If anyone else is interested in seeing this implemented, speak up. The more interest, the more likely it moves up in priority. A little background ... th…
thaen
in
Switching DSTs & dynamic_sheet_attrs
July 2022
Thanks for pointing this out. Yeah, what you were expecting (same named fields get the values from the original DST) should have happened. I'll dig into this and figure out what changed.
thaen
in
Anyone know of A DND 1e Group in Barnsley that doesn't mind A Player whose Pc that's A King?
July 2022
In case there is any confusion, we do expect everyone in the OP Community Forums to be respectful to each other. Curiosity, and asking respectful questions to understand, and discussion are good. Unkindness is not. As a reminder, these are the OP …
thaen
in
`concat()` in JS blocked by Cloudflare.
June 2022
Thanks! I disabled the rule for that Ray ID. Let me know if you're still getting blocked for that same thing. This was the one that was creating the blocks for "concat()" too.
thaen
in
Long lines in forum editor's source-view mode trail are hard to read
June 2022
Huzzah!!
thaen
in
Styling of CloudFlare Ray block message
June 2022
edited June 2022
Oooh! I missed that this was here in the forums. Sorry about that. I added CSS via JavaScript. It's not great/perfect, but it makes it scrollable enough to read and also possible to close the popup.
thaen
in
Long lines in forum editor's source-view mode trail are hard to read
June 2022
Thanks for pointing out the specific fix! We don't have easy access to the CSS files for these forums, but I can add JavaScript snippets. So I added a style to the page with JavaScript to alter the white-space style to pre-wrap. Let me know if yo…
thaen
in
Styling of CloudFlare Ray block message
June 2022
Thanks for posting this! I tried replicating the block message with just this code in a DST: let range = { concat() {}, }; But it just Saved successfully. If you run into the block message again, let me know how to replicate it, and I'll work …
More Comments
September 2026
City of Shadows
Read the
feature post
on the blog
Return to
Obsidian Portal
thaen
Joined
June 2019
Visits
2,379
Last Active
September 17
Roles
Member, Administrator
Posts
1,130
Profile
Activity
Discussions
32
Comments
1098
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