<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Campaign Portal Building Discussions on Obsidian Portal Community Forums</title>
      <link>https://forum.obsidianportal.com/categories/campaign-portal-building/p18/feed.rss</link>
      <pubDate>Fri, 18 Sep 2026 13:53:00 +0000</pubDate>
         <description>Campaign Portal Building Discussions on Obsidian Portal Community Forums</description>
   <language>en-CA</language>
   <atom:link href="https://forum.obsidianportal.com/categories/campaign-portal-building/p18/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Question on ascendant for players/GM</title>
      <link>https://forum.obsidianportal.com/discussion/4564/question-on-ascendant-for-players-gm</link>
      <pubDate>Mon, 23 Jan 2017 13:43:23 +0000</pubDate>
      <dc:creator>YollotheDwarf</dc:creator>
      <guid isPermaLink="false">4564@/discussions</guid>
      <description><![CDATA[<p>Hi everybody,</p>
<p>I&#39;m currently using OP for a Pathfinder campagin&nbsp;where I&#39;m a player and a Song of Ice and Fire RP where I&#39;m the master. Me and the PF master were thinking about upgrading to Ascendant and saw that if a GM has a premium account, each player gets it.<br /><br />If I get an ascendant account, do both campaings get upgraded or only the SIFRP&nbsp;one, which I am mastering?<br /><br /><br /><br />Thanks</p>
]]></description>
   </item>
   <item>
      <title>Adding custom adventure content</title>
      <link>https://forum.obsidianportal.com/discussion/4561/adding-custom-adventure-content</link>
      <pubDate>Sat, 21 Jan 2017 20:27:00 +0000</pubDate>
      <dc:creator>EdVeal</dc:creator>
      <guid isPermaLink="false">4561@/discussions</guid>
      <description><![CDATA[<p>I am wanting to take my word documents and add them to a place in my campaign. The only way I see to do this is to add them as Wiki pages. Are there any tutorials for adding adventures?</p>
<p>Thanks</p>
]]></description>
   </item>
   <item>
      <title>Suggestions on portrait border suitable for early medieval theme</title>
      <link>https://forum.obsidianportal.com/discussion/4558/suggestions-on-portrait-border-suitable-for-early-medieval-theme</link>
      <pubDate>Mon, 16 Jan 2017 22:22:20 +0000</pubDate>
      <dc:creator>DerkG</dc:creator>
      <guid isPermaLink="false">4558@/discussions</guid>
      <description><![CDATA[<p>Hi folks,</p>
<p>Working on my campaign I&#39;m getting kinda annoyed with the image border I&#39;m using for the portraits when used in wiki and journal pages. It&#39;s too smooth and doesn&#39;t fit in with the overall look and feel I&#39;m shooting for. So any thoughts/suggestions that would feel suitable for a medieval setting? Also I want to keep a separate look and feel for the portraits and for the other illustrations.</p>
<p>&nbsp;</p>
<p>E.g.&nbsp;<a href="https://knights-of-the-realm-1.obsidianportal.com/adventure-log/483-ad-the-ambush-of-rodericks-party" target="_blank" rel="nofollow">https://knights-of-the-realm-1.obsidianportal.com/adventure-log/483-ad-the-ambush-of-rodericks-party</a></p>
<p>The css for character portraits that I use now is very simple:</p>
<p><code>.charpic {&lt;br /&gt;<br />border-radius: 8px;&lt;br /&gt;<br />box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.4), 0 8px 24px 0 rgba(0, 0, 0, 0.39);&lt;br /&gt;<br />}</code></p>
<p>Thanks!&nbsp;</p>
<p>&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Issues with iPad</title>
      <link>https://forum.obsidianportal.com/discussion/4554/issues-with-ipad</link>
      <pubDate>Fri, 13 Jan 2017 04:22:41 +0000</pubDate>
      <dc:creator>Keryth987</dc:creator>
      <guid isPermaLink="false">4554@/discussions</guid>
      <description><![CDATA[<p>So, testing out some more customization for Shadows and got it working on my test site on the computer. however when I go to the Ipad, which most of my players use at the table, it looks off.</p>
<p>&nbsp;</p>
<p>I used the CSS code Alex Redeye posted in the CSS Beta Discussion, but still no go</p>
<p>Any clues?</p>
<p>Page is <a rel="nofollow" href="http://testtesting2.obsidianportal.com/wikis/main-page">HERE</a></p>
<p>What little CSS the test site has</p>
<pre><br /><code>/* TEMPORARY? WIDTH FIX */<br />.campaign-public-layout <a rel="nofollow" href="/search?Search=%23content&amp;Mode=like">#content</a> { max-width: 1280px !important; }<br /><br />/*MEDIA QUERIES*/<br />/* SMARTPHONES (PORTRAIT AND LANDSCAPE) */<br /><a rel="nofollow" href="/profile/media">@media</a> only screen and (min-device-width : 320px) and (max-device-width : 480px) {<br />/* CSS HERE */<br />}<br /><br />/* SMARTPHONES (LANDSCAPE) */<br /><a rel="nofollow" href="/profile/media">@media</a> only screen and (min-width : 321px) {<br />/* CSS HERE */<br />}<br /><br />/* SMARTPHONES (PORTRAIT) */<br /><a rel="nofollow" href="/profile/media">@media</a> only screen and (max-width : 320px) {<br />/* CSS HERE */<br />}<br /><br />/* TABLETS (PORTRAIT AND LANDSCAPE) */<br /><a rel="nofollow" href="/profile/media">@media</a> only screen and (min-device-width : 768px) and (max-device-width : 1024px) {<br />/* CSS HERE */<br />}<br /><br />/* TABLETS (LANDSCAPE) */<br /><a rel="nofollow" href="/profile/media">@media</a> only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {<br />/* CSS HERE */<br />}<br /><br />/* TABLETS (PORTRAIT) */<br /><a rel="nofollow" href="/profile/media">@media</a> only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {<br />/* CSS HERE */<br />}<br /><br />/* DESKTOPS AND LAPTOPS */<br /><a rel="nofollow" href="/profile/media">@media</a> only screen and (min-width : 1224px) {<br />/* CSS HERE */<br />}<br /><br />/* LARGE SCREENS */<br /><a rel="nofollow" href="/profile/media">@media</a> only screen and (min-width : 1824px) {<br />/* CSS HERE */<br />}</code></pre>
<p>&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Embed Youtube Video with CKeditor</title>
      <link>https://forum.obsidianportal.com/discussion/4552/embed-youtube-video-with-ckeditor</link>
      <pubDate>Wed, 11 Jan 2017 16:24:18 +0000</pubDate>
      <dc:creator>MCSlade</dc:creator>
      <guid isPermaLink="false">4552@/discussions</guid>
      <description><![CDATA[<p>First off, basically dont&nbsp;know anything about coding.</p>
<p>When i want to embed a youtube video with the ckeditor on, say the front page of my campaign it shows properly in the editor but as soon as i save it i get something like this on the page:&nbsp;</p>
<p>&lt;iframe height=&ldquo;360&rdquo; src=&ldquo;//www.youtube.com/embed/E_1-oylPHjs&rdquo; width=&quot;640&quot;&gt;&lt;/iframe&gt;</p>
<p>&nbsp;</p>
<p>what am i doing wrong, how can i fix this?</p>
]]></description>
   </item>
   <item>
      <title>How does an Ascendant member access Google Analytics?</title>
      <link>https://forum.obsidianportal.com/discussion/4553/how-does-an-ascendant-member-access-google-analytics</link>
      <pubDate>Wed, 11 Jan 2017 16:41:42 +0000</pubDate>
      <dc:creator>Von_Ether</dc:creator>
      <guid isPermaLink="false">4553@/discussions</guid>
      <description><![CDATA[<p>It&#39;s listed as a membership benefit, but I can&#39;t find a button for it.&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>My calendar events are full of "Content Not Founds"</title>
      <link>https://forum.obsidianportal.com/discussion/4551/my-calendar-events-are-full-of-content-not-founds</link>
      <pubDate>Tue, 10 Jan 2017 05:43:29 +0000</pubDate>
      <dc:creator>Nhoj</dc:creator>
      <guid isPermaLink="false">4551@/discussions</guid>
      <description><![CDATA[<p>I used the character links button when making the calendar event. Here&#39;s what people see:</p>
<p>Just because&nbsp;<em>Content Not Found: gunnar_</em>&nbsp;and&nbsp;_Content Not Found: debolt&nbsp;didn&rsquo;t want to kiss the dead woman, is that any reason to blow everything up?</p>
<p>Where we left off:</p>
<p>Gunnar and Debolt jump out of the dig just as it explodes.</p>
<p><em>Content Not Found: tina_</em>&nbsp;and&nbsp;_Content Not Found: arthur-honeybone&nbsp;size each other up. A little flirting, and a possible job offer. Honeybone is obviously trained in spycraft. They are talking next to Honeybone&rsquo;s Ukrainian guards when the explosion goes off.</p>
<p><em>Content Not Found: bill_</em>&nbsp;and&nbsp;<em>Content Not Found: leona_</em>&nbsp;are in the trailer with&nbsp;<em>Content Not Found: sorceress</em>&nbsp;and&nbsp;Content Not Found: francesca-collins, and they find out that computer traffic to sites in Transylvania has been hidden from Honeybone. All four are in the trailer when the dig site explodes.</p>
<p><em>Content Not Found: morgan</em>&nbsp;(and Andrea&rsquo;s character, if she can make it), had been following other leads, but get an urgent summons from Gunnar.</p>
<p>How can I fix this?</p>
]]></description>
   </item>
   <item>
      <title>Question regarding Pay-options</title>
      <link>https://forum.obsidianportal.com/discussion/4549/question-regarding-pay-options</link>
      <pubDate>Sun, 08 Jan 2017 13:18:52 +0000</pubDate>
      <dc:creator>MCSlade</dc:creator>
      <guid isPermaLink="false">4549@/discussions</guid>
      <description><![CDATA[<p>so i don&#39;t have a credit card, what possibilities do i have to pay for ascendants membership anyway?</p>
]]></description>
   </item>
   <item>
      <title>Just starting with the basics...</title>
      <link>https://forum.obsidianportal.com/discussion/4546/just-starting-with-the-basics</link>
      <pubDate>Mon, 02 Jan 2017 18:13:34 +0000</pubDate>
      <dc:creator>DrHTeph</dc:creator>
      <guid isPermaLink="false">4546@/discussions</guid>
      <description><![CDATA[<p>... and realising two things, I&#39;m missing some basic things and most of the FAQ links are dead ...</p>
<p>It feels like a bad combo,&nbsp;</p>
<p>Anyway I have some basic problem/questions if there is anyone out there who cares to give me a nudge in the right direction.</p>
<p>1) Adding GWF, what is I&#39;m&nbsp;supposed to write in the add box? I have tried everything from just the name to the full CSS load script. font-family don&#39;t display the GWF in any case.... Is there a loop left to jump befor getting it to work?</p>
<p>2) There seems to be a lot of overides&nbsp;or something when it comes to styling headers, is there a comprehensive list&nbsp;of that, because to me it seems totally random right now... Or is it just to munch through reveal code until randomly finding someone who have done the thing I want?&nbsp;</p>
<p>Thank you for the attention!</p>
<p>&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Style precedence - Need some tips</title>
      <link>https://forum.obsidianportal.com/discussion/4419/style-precedence-need-some-tips</link>
      <pubDate>Fri, 14 Oct 2016 12:24:04 +0000</pubDate>
      <dc:creator>Harliquinn</dc:creator>
      <guid isPermaLink="false">4419@/discussions</guid>
      <description><![CDATA[<p>I&#39;m trying to add some custom graphics on the Character list page based upon Tags assigned to a character. Here is the snippet of CSS. I would have thought the general definition list first would be overridden by the more specific styles beneath it. However, for the character in question, the second set of CSS Isn&#39;t being used.</p>
<p>div.character-info a::before {</p>
<p>&nbsp; &nbsp; position: absolute;</p>
<p>&nbsp; &nbsp; background-size: 20px;</p>
<p>&nbsp; &nbsp; height: 70px;</p>
<p>&nbsp; &nbsp; width: 25px;</p>
<p>&nbsp; &nbsp; display: block;</p>
<p>&nbsp; &nbsp; background-repeat: no-repeat;</p>
<p>&nbsp; &nbsp; top: 0px;</p>
<p>&nbsp; &nbsp; left: 0px;</p>
<p>&nbsp; &nbsp; content: &quot;&quot;;</p>
<p>&nbsp; &nbsp; -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5))</p>
<p>}</p>
<p>&nbsp;</p>
<p>div.character-info a[data-tag=&ldquo;Montaigne&rdquo;]::before {</p>
<p>&nbsp; &nbsp; background: url(<a href="https://www.dropbox.com/s/yw7d6jvl05p546z/Montaigne.png?dl=1" target="_blank" rel="nofollow">https://www.dropbox.com/s/yw7d6jvl05p546z/Montaigne.png?dl=1</a>);</p>
<p>&nbsp; &nbsp; position: absolute;</p>
<p>&nbsp; &nbsp; background-size: 38px;</p>
<p>&nbsp; &nbsp; height: 52px;</p>
<p>&nbsp; &nbsp; width: 38px;</p>
<p>&nbsp; &nbsp; display: block;</p>
<p>&nbsp; &nbsp; background-repeat: no-repeat;</p>
<p>&nbsp; &nbsp; top: -40px;</p>
<p>&nbsp; &nbsp; left: -80px;</p>
<p>&nbsp; &nbsp; content: &quot;&quot;;</p>
<p>&nbsp; &nbsp; -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5))</p>
<p>}</p>
<p>&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Making Player Characters</title>
      <link>https://forum.obsidianportal.com/discussion/4544/making-player-characters</link>
      <pubDate>Sun, 01 Jan 2017 01:32:27 +0000</pubDate>
      <dc:creator>Eirynfox</dc:creator>
      <guid isPermaLink="false">4544@/discussions</guid>
      <description><![CDATA[<p>Im trying to get my players to add the player characters in a player character sheet format, but for some reason it wont let them (or me) include a player character sheet form like it does in my previous campaigns. Its like the NPC form and it doesn&#39;t change when I mark the box for Player Character?</p>
]]></description>
   </item>
   <item>
      <title>display:none revealed with a trigger?</title>
      <link>https://forum.obsidianportal.com/discussion/4539/display-none-revealed-with-a-trigger</link>
      <pubDate>Tue, 27 Dec 2016 19:47:41 +0000</pubDate>
      <dc:creator>Skylark</dc:creator>
      <guid isPermaLink="false">4539@/discussions</guid>
      <description><![CDATA[<p>is there any way to do a menu with hidden content&nbsp;that gets revealed on&nbsp;a trigger?</p>
<p>I want to set up a single page with multiple embedded video file,&nbsp;with one revealed when you click on a tab&nbsp;etc.</p>
<p>I understand checked and triggered do not work within OP but has anyone figured out any other trick to do this?</p>
<p>&nbsp;</p>
<p>hers is a mockup of what I had in mind:<br /><br /><a href="https://trialerror.obsidianportal.com/wikis/videotest" target="_blank" rel="nofollow">https://trialerror.obsidianportal.com/wikis/videotest</a></p>
]]></description>
   </item>
   <item>
      <title>Change distance between content and banner.</title>
      <link>https://forum.obsidianportal.com/discussion/4543/change-distance-between-content-and-banner</link>
      <pubDate>Sat, 31 Dec 2016 15:57:19 +0000</pubDate>
      <dc:creator>Katiekat</dc:creator>
      <guid isPermaLink="false">4543@/discussions</guid>
      <description><![CDATA[<p>Well, there&#39;s a gap between the top banner and the content below. Is there a way to remove it? Been fiddling but can&#39;t find the right place to modify.</p>
]]></description>
   </item>
   <item>
      <title>Problem with Slideshow</title>
      <link>https://forum.obsidianportal.com/discussion/4536/problem-with-slideshow</link>
      <pubDate>Sat, 24 Dec 2016 11:21:46 +0000</pubDate>
      <dc:creator>Frau_Jott</dc:creator>
      <guid isPermaLink="false">4536@/discussions</guid>
      <description><![CDATA[<p>I tried to include a slideshow on &nbsp;the frontpage and on one of the wiki pages, but I can&#39;t change the pictures within the slidwshow, so there&#39;s always only the sample pic. I tried it with different browsers, also didn&#39;t work. Anyone had the same problem? Or has ideas how to solve it?</p>
]]></description>
   </item>
   <item>
      <title>I cannot figure out how to edit existing wiki pages</title>
      <link>https://forum.obsidianportal.com/discussion/4540/i-cannot-figure-out-how-to-edit-existing-wiki-pages</link>
      <pubDate>Tue, 27 Dec 2016 22:42:10 +0000</pubDate>
      <dc:creator>Lordomatic</dc:creator>
      <guid isPermaLink="false">4540@/discussions</guid>
      <description><![CDATA[<p>Hi there,</p>
<p>I created a lot of wiki pages before the holidays, and now that the madness has subsided, I&#39;d like to edit some of my mistakes and I cannot for the life of me figure out how to edit an existing page.&nbsp;</p>
<p>I&#39;m signed in as the GM, but I don&#39;t see the edit option on any of the pages.</p>
<p>Any suggestions?</p>
<p>Thanks!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Customize navbar</title>
      <link>https://forum.obsidianportal.com/discussion/4533/customize-navbar</link>
      <pubDate>Wed, 21 Dec 2016 18:16:29 +0000</pubDate>
      <dc:creator>Katiekat</dc:creator>
      <guid isPermaLink="false">4533@/discussions</guid>
      <description><![CDATA[<p>So, i want to customize the navbar to have different links than now. I&#39;m quite fluent in CSS but I&#39;m both rusty and not yet good with obsidian portals functions.&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Can't upload images for character profiles.</title>
      <link>https://forum.obsidianportal.com/discussion/4462/can-t-upload-images-for-character-profiles</link>
      <pubDate>Sun, 20 Nov 2016 02:09:13 +0000</pubDate>
      <dc:creator>jferguson2384</dc:creator>
      <guid isPermaLink="false">4462@/discussions</guid>
      <description><![CDATA[<p>I just started using this today, added some characters, then I wanted to throw some profile pictures up for them. I uploaded the first one with no problem. After that I couldn&#39;t get any to work. It allows me to upload it. Then I see the little check mark saying it&#39;s good. Then when I save it disappears. Help? Thoughts?</p>
]]></description>
   </item>
   <item>
      <title>Using a table with ever expanding data</title>
      <link>https://forum.obsidianportal.com/discussion/4534/using-a-table-with-ever-expanding-data</link>
      <pubDate>Thu, 22 Dec 2016 21:27:35 +0000</pubDate>
      <dc:creator>Krothos</dc:creator>
      <guid isPermaLink="false">4534@/discussions</guid>
      <description><![CDATA[<p>In my current campaign Shattered Star, I update the Wiki weekly to including new creatures/items that the characters encountered in the previous gaming session. This has resulting in a long column of links on the main Wiki page. So, I started playing with tables and been some what successful with them. But I can&#39;t figure out how to make a table that will allow me to easily add new items without having to &quot;reinvent the wheel&quot; if I want to keep my Wiki links alphabetical.</p>
<p>Is there a method that will auto adjust a table with the specified data at 3 columns with unlimited rows, allowing me to freely adding new data so that it &quot;reformats&quot; the table upon saving?</p>
<p>I hope this makes sense.... &nbsp;:)</p>
<p>&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>How to set default campaign??</title>
      <link>https://forum.obsidianportal.com/discussion/4535/how-to-set-default-campaign</link>
      <pubDate>Fri, 23 Dec 2016 02:47:05 +0000</pubDate>
      <dc:creator>geekomancer</dc:creator>
      <guid isPermaLink="false">4535@/discussions</guid>
      <description><![CDATA[<p>How do I choose the default&nbsp;campaign? I.e. the campaign that loads when I log in? It is currently set to an old campaign, and I&#39;d like to change it.&nbsp;</p>
<p>This seems like a super basic setting that should be changeable in my profile or user settings, but I don&#39;t see it anywhere, and I&nbsp;found no info when searching the forums and knowledge base.&nbsp;</p>
<p>Please and thank you.&nbsp;&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Where is the character link button?</title>
      <link>https://forum.obsidianportal.com/discussion/4362/where-is-the-character-link-button</link>
      <pubDate>Wed, 24 Aug 2016 11:11:50 +0000</pubDate>
      <dc:creator>lucasyoung88</dc:creator>
      <guid isPermaLink="false">4362@/discussions</guid>
      <description><![CDATA[<p>I can&#39;t seem to create a new character, or link directly to a character from an adventure log post anymore. I think the site has been heavily updated since my last campaign.</p>
]]></description>
   </item>
   <item>
      <title>How to delete a campaign</title>
      <link>https://forum.obsidianportal.com/discussion/4529/how-to-delete-a-campaign</link>
      <pubDate>Mon, 12 Dec 2016 05:18:29 +0000</pubDate>
      <dc:creator>kotaDpie</dc:creator>
      <guid isPermaLink="false">4529@/discussions</guid>
      <description><![CDATA[<p>i am trying to figure out how to delete a campaign, i seem to have crated a duplicate campaign entry and i want to delete the copy</p>
]]></description>
   </item>
   <item>
      <title>Change player name</title>
      <link>https://forum.obsidianportal.com/discussion/4531/change-player-name</link>
      <pubDate>Tue, 13 Dec 2016 15:28:08 +0000</pubDate>
      <dc:creator>Katiekat</dc:creator>
      <guid isPermaLink="false">4531@/discussions</guid>
      <description><![CDATA[<p>Can i change my player name to display something else? I&#39;m not happy with what i have as my account nick and would love to display something different.</p>
<p>I am the owner of the Obsidian campaign.</p>
<p>Thanks!</p>
]]></description>
   </item>
   <item>
      <title>How do I subscribe to ascendant?</title>
      <link>https://forum.obsidianportal.com/discussion/4527/how-do-i-subscribe-to-ascendant</link>
      <pubDate>Sun, 11 Dec 2016 15:24:31 +0000</pubDate>
      <dc:creator>szthesquid</dc:creator>
      <guid isPermaLink="false">4527@/discussions</guid>
      <description><![CDATA[<p>This might sound like a dumb question, but I can&#39;t seem to figure this out. When I go to the page to subscribe and click on &quot;choose this plan&quot; for Ascendant, the page simply scrolls down to show me the chart of free vs. ascendant features. No cart, no checkout... nothing. I&#39;ve tried in both Firefox and Chrome in case it&#39;s a browser issue, with the same result.</p>
<p>I want to give Obsidian Portal my money and I can&#39;t figure out how. Help?</p>
]]></description>
   </item>
   <item>
      <title>Simple internal linking with #anchor using Textile Editor</title>
      <link>https://forum.obsidianportal.com/discussion/4483/simple-internal-linking-with-anchor-using-textile-editor</link>
      <pubDate>Wed, 07 Dec 2016 13:48:19 +0000</pubDate>
      <dc:creator>Phratzz</dc:creator>
      <guid isPermaLink="false">4483@/discussions</guid>
      <description><![CDATA[<p>Hello</p>
<p>I was wondering if there was a simple way to write links with <a rel="nofollow" href="/search?Search=%23anchor&amp;Mode=like">#anchor</a> for anchor links<br /><br />i&#39;m using the Textile Editor, since the CkEditor is clunky, i know you can easily make them in that.</p>
<p>Currently i use [[ Link | Text ]] to write internal wiki links, this is all well and good but for some pages i need to use anchor links such ash /wiki/cities#name as an example, i currently write them as normal links, however they show up as off-site links with different styling, is there a way to write something link [[ Link | <a rel="nofollow" href="/search?Search=%23anchor&amp;Mode=like">#anchor</a> | Text ]] to solve this?</p>
]]></description>
   </item>
   <item>
      <title>Disable notification on only own edits</title>
      <link>https://forum.obsidianportal.com/discussion/4479/disable-notification-on-only-own-edits</link>
      <pubDate>Tue, 06 Dec 2016 03:37:12 +0000</pubDate>
      <dc:creator>sdp0et</dc:creator>
      <guid isPermaLink="false">4479@/discussions</guid>
      <description><![CDATA[<p>I want to be emailed whenever one of my player edits a wiki page or posts in the forum, but don&#39;t want to have to remember to uncheck myself for my own changes. &nbsp;I don&#39;t need to to be notified about my own changes. &nbsp;The setting in the profile makes it seem like it&#39;s all or nothing. &nbsp;I can only find help on toggling all notifications. &nbsp;Is it possible to only be nstified about other people&#39;s changes?</p>
]]></description>
   </item>
   <item>
      <title>Character IMG will not update</title>
      <link>https://forum.obsidianportal.com/discussion/4482/character-img-will-not-update</link>
      <pubDate>Wed, 07 Dec 2016 02:33:29 +0000</pubDate>
      <dc:creator>IParsells</dc:creator>
      <guid isPermaLink="false">4482@/discussions</guid>
      <description><![CDATA[<p>I apologize if this question has been asked recently, but I could not find it in the forums.</p>
<p>I have an issue every time I try to update my character&#39;s portrait in the dynamic style sheet. I click to upload, select my file, and then it shows it uploading. It appears to update, so I click save. However, when it refreshes, it has the default grey person over the dragon logo for the portrait. I have tried uploading jpeg and gif. I have tried on multiple computers (some at work, some at home). I have tried reducing the file size. I have tried various dimensions. What am I doing wrong?</p>
<p>Thank you,</p>
<p>Ian&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Footer Link Color?</title>
      <link>https://forum.obsidianportal.com/discussion/4480/footer-link-color</link>
      <pubDate>Tue, 06 Dec 2016 14:30:25 +0000</pubDate>
      <dc:creator>rpowell138</dc:creator>
      <guid isPermaLink="false">4480@/discussions</guid>
      <description><![CDATA[<p>I see this noted a few places as an issue, and that CSS can fix it, but no actual code.</p>
<p>I want to change the font color for links in the footer (Terms of Use, Privacy Policy, Home).</p>
<p>What code can I use to change just that section, nothing else on the page?</p>
]]></description>
   </item>
   <item>
      <title>Issue with search</title>
      <link>https://forum.obsidianportal.com/discussion/4471/issue-with-search</link>
      <pubDate>Tue, 29 Nov 2016 15:49:43 +0000</pubDate>
      <dc:creator>ikabodo</dc:creator>
      <guid isPermaLink="false">4471@/discussions</guid>
      <description><![CDATA[<p>I&#39;m having an issue with search on smaller screens.</p>
<p>I&#39;m thought it was my own css making it happen, but from what I can see it appears on other campaign-pages again. I&#39;ve been trying to fix it with custom css. Any great tips?</p>
<p>The problem shows when you try to use the top search field when on a small screen (i.e. an iphone). But simply making a desktop browerwinder smaller works too. When you try to search for something the &quot;popup&quot; window cuts off and you cannot see the result.</p>
<p>I located the issue to &quot;#top-bar {overflow:hidden]&quot; in the css. But I can&#39;t remove this since it causes the menu itself not to collapse.&nbsp;</p>
<p><img alt="" src="/userfiles/cutsoff.PNG" /></p>
<p>Any ideas?</p>
]]></description>
   </item>
   <item>
      <title>Change Adventure Log summary's box</title>
      <link>https://forum.obsidianportal.com/discussion/4443/change-adventure-log-summary-s-box</link>
      <pubDate>Sun, 30 Oct 2016 07:55:03 +0000</pubDate>
      <dc:creator>Pils</dc:creator>
      <guid isPermaLink="false">4443@/discussions</guid>
      <description><![CDATA[<p>Hi fellows!</p>
<p>The few of the CSS I learned is now lost in the limbo of my unconsciousness, and I want to enlarge the height of the boxes in the adventure log summary, so we could see each adventure banner wholly (and not cut in the half).</p>
<p>Here the link : <a rel="nofollow" href="http://dark-sun-a-trova.obsidianportal.com/adventure-log">http://dark-sun-a-trova.obsidianportal.com/adventure-log</a></p>
<p>I hope one of you could help me !!!</p>
<p>Thanks</p>
]]></description>
   </item>
   <item>
      <title>Huh?! Plus signs underline things now?</title>
      <link>https://forum.obsidianportal.com/discussion/1577/huh-plus-signs-underline-things-now</link>
      <pubDate>Sun, 17 Oct 2010 08:43:00 +0000</pubDate>
      <dc:creator>jacobkosh</dc:creator>
      <guid isPermaLink="false">1577@/discussions</guid>
      <description><![CDATA[So guys, I really like the new features and the preview button, but man, this thing of plus symbols indicating underlined text is hells of unwieldy when half a character sheet is composed of pluses and bonuses and so forth.  How do I disable that and just get a regular old "+"?]]></description>
   </item>
   </channel>
</rss>