<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[To-do List]]></title><description><![CDATA[<p dir="auto">Not sure if I'm the only one interested in this, since I kinda just went ahead and did it. However, if it's going to get used, there are some improvements worth making.<br />
-Finish adding rich-text (text that's format-able).<br />
-Change some of the language (eg. the submit button is currently "Ask Your Question")<br />
-Add some moderator and administrative functionality<br />
--list users<br />
--delete users<br />
--restrict users, or require approval<br />
--promote users to admin or moderator<br />
--edit/add categories, change color<br />
-Update our forked copy of "simple_discussion" to Bootstrap 5 (it's currently on 4, but we are using Bootstrap 5 here already, so there may be a few conflicts)<br />
-Add Bootstrap Icons?<br />
-Update the github repos with detailed information including development environment settings.</p>
]]></description><link>https://forum.theflyingdutchmen.games/topic/25/to-do-list</link><generator>RSS for Node</generator><lastBuildDate>Fri, 14 Aug 2026 17:58:11 GMT</lastBuildDate><atom:link href="https://forum.theflyingdutchmen.games/topic/25.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Oct 2021 01:00:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to To-do List on Sat, 08 Jun 2024 09:15:18 GMT]]></title><description><![CDATA[<p dir="auto">So, there are no errors now for the to-do list (as you can see). Logs show now errors for emails on subscribed threads. Posts can be deleted again. File storage should be working again throughout.</p>
<p dir="auto">-no errors in logs regarding email, the server on this is processing them and your server isn't giving me any errors, but the emails don't seem to be arriving...Fidel can you check your server?</p>
<p dir="auto">-js needs to be move to Hotwired controllers. see <a href="https://stimulus.hotwired.dev/" target="_blank" rel="noopener noreferrer nofollow ugc">https://stimulus.hotwired.dev/</a><br />
-the profile page needs fixing up visually, it's not using bootstrap right now. and for some reason when i try to set my username it fails, I'll check that next.<br />
-there's probably some optimizing that could be done in the old fora controllers to make it more rails-turbo-y<br />
-images aren't working...<br />
-Could move from Trix to Editor.js for entry (it stores all the posts as json), https://editorjs.io/ There's a guide here: https://www.youtube.com/watch?v=JLJFpD89ZaI hmmm... Then would have to insure all our old posts still show up, too. I dunno. Ah there's Rhino as well: https://rhino-editor.vercel.app/ It looks like Rails will be switching to something else soon so...I just wish I knew what they were moving towards to save myself the time of figuring out how to fix this problem for the long haul.</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/680</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/680</guid><dc:creator><![CDATA[cozy]]></dc:creator><pubDate>Sat, 08 Jun 2024 09:15:18 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Wed, 19 Jan 2022 23:06:18 GMT]]></title><description><![CDATA[<p dir="auto">Errr, I think this is a bug, I kinda lazily implemented <a href="https://github.com/cmbaldwin/the-flying-dutchmen/blob/01cd7b9b0ef365aae8565e91b765d9f3fc0ae7af/fora/app/controllers/fora/forum_posts_controller.rb#L14" target="_blank" rel="noopener noreferrer nofollow ugc">a subscription toggle thing here</a>. I need to think through it, it may be toggling every time a post is made...But then, this post should unsubscribe...unless maybe there was an explicit "subscribe" click.</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/618</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/618</guid><dc:creator><![CDATA[cozy]]></dc:creator><pubDate>Wed, 19 Jan 2022 23:06:18 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Wed, 19 Jan 2022 10:23:07 GMT]]></title><description><![CDATA[<p dir="auto">I seem to be getting notifications fine.</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/617</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/617</guid><dc:creator><![CDATA[Josh]]></dc:creator><pubDate>Wed, 19 Jan 2022 10:23:07 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Wed, 19 Jan 2022 10:12:38 GMT]]></title><description><![CDATA[<p dir="auto">On the notifications issue, I've noticed it unsubscribes me when I comment on a thread I was previously subscribed to. Anyone else had this?</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/616</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/616</guid><dc:creator><![CDATA[Skull]]></dc:creator><pubDate>Wed, 19 Jan 2022 10:12:38 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Thu, 02 Dec 2021 07:01:44 GMT]]></title><description><![CDATA[<p dir="auto">That is dope AF. We can make it happen, the gears are turning as we speak. BUT, I am just too swamped. I had an hour here to do as I pleased, but I have spent it all on content instead of upgrades/updates. But, there will be time again, may be a bit though. December is our busiest online-sales month in oyster land, which means a lot of little tasks for me.</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/582</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/582</guid><dc:creator><![CDATA[cozy]]></dc:creator><pubDate>Thu, 02 Dec 2021 07:01:44 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Tue, 30 Nov 2021 01:53:52 GMT]]></title><description><![CDATA[<p dir="auto">Here's my dream quote button.</p>
<p dir="auto">function getSelectionHtml(){<br />
var html = '';<br />
if (typeof window.getSelection != "undefined") {<br />
var sel = window.getSelection();<br />
if (sel.rangeCount) {<br />
var container = document.createElement("div");<br />
for (var i = 0, len = sel.rangeCount; i &lt; len; ++i) {<br />
container.appendChild(sel.getRangeAt(i).cloneContents());<br />
}<br />
html = container.innerHTML;<br />
}<br />
}<br />
else if (typeof document.selection != "undefined") {<br />
if (document.selection.type == "Text") {<br />
html = document.selection.createRange().htmlText;<br />
}<br />
}<br />
return html;<br />
}</p>
<p dir="auto">$("#quotebutton").on('click', ()=&gt;{</p>
<p dir="auto">var postURL = // get the URL with the post# somehow<br />
var author =  // get the author's name somehow<br />
var selectedHtml = getSelectionHtml();<br />
if (selectedHtml == ''){ // nothing selected<br />
selectedHtml = // get the trix document of the entire post somehow<br />
}</p>
<p dir="auto">var html = "&lt;blockquote&gt;";<br />
html += selectedHtml;<br />
html += ` - &lt;a href="${postURL}"&gt;${author}&lt;/a&gt;`;<br />
html += "&lt;/blockquote&gt;&lt;br&gt;";</p>
<p dir="auto">$("#commentbox").append(html).focus();</p>
<p dir="auto">});</p>
<p dir="auto">Each post would have its own quote button. Clicking the button gets</p>
<ol>
<li>the selected html (not just text) from the window object or, if nothing is selected, the entire trix document of the post.</li>
<li>the name of the poster</li>
<li>a URL to that specific post</li>
</ol>
<p dir="auto">It automatically adds everything you selected (or the entire post) to a blockquote and appends the name of the poster as a hyperlink to the post that the quote came from. Then it pastes that into the comment area and focusses on it so you can bang away. Ideally, you could go back and quote any number of things and they'll be appended but that's only going to work for comments on the same page as the content of the trix editor <strong>does not</strong> persist across pages.</p>
<p dir="auto">I didn't write the function but I tested it and it works fine. I just don't know how to get the poster's name, the link to the post or the trix document programmatically.</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/570</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/570</guid><dc:creator><![CDATA[Josh]]></dc:creator><pubDate>Tue, 30 Nov 2021 01:53:52 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Thu, 25 Nov 2021 11:58:27 GMT]]></title><description><![CDATA[<p dir="auto">Roger</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/562</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/562</guid><dc:creator><![CDATA[Skull]]></dc:creator><pubDate>Thu, 25 Nov 2021 11:58:27 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Thu, 25 Nov 2021 04:10:12 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">Is there a way to get the comment notifications, too?</p>
</blockquote>
<p dir="auto">You can hit the green 'Subscribe' button or leaving a comment will auto-subscribe you (unless you've hit the 'Unsubscribe' button I think).</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/557</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/557</guid><dc:creator><![CDATA[Josh]]></dc:creator><pubDate>Thu, 25 Nov 2021 04:10:12 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Thu, 25 Nov 2021 04:06:12 GMT]]></title><description><![CDATA[<p dir="auto">Re notifications: I get notifications of new threads but not for any comments added. Is there a way to get the comment notifications, too?</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/556</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/556</guid><dc:creator><![CDATA[Skull]]></dc:creator><pubDate>Thu, 25 Nov 2021 04:06:12 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Wed, 24 Nov 2021 13:50:09 GMT]]></title><description><![CDATA[<p dir="auto">Weird. I just finished posting the above post and then it refreshed to the top of page 3. LOL.</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/543</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/543</guid><dc:creator><![CDATA[snoopy]]></dc:creator><pubDate>Wed, 24 Nov 2021 13:50:09 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Wed, 24 Nov 2021 13:48:37 GMT]]></title><description><![CDATA[<p dir="auto">Not sure if this has been brought up but sometimes after I post, the page refreshes and I'm thrown back to the first post on page one. Most of the time it properly refreshed to my freshly posted post. Also, sometimes the page numbers are sometimes missing from the top of the thread pages.</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/542</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/542</guid><dc:creator><![CDATA[snoopy]]></dc:creator><pubDate>Wed, 24 Nov 2021 13:48:37 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Wed, 24 Nov 2021 10:25:04 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">It actually may be the case that it's already going to create an ellipses</p>
</blockquote>
<p dir="auto">If that's the case, it needs to do it earlier (preferred) or we need to put pagination on its own row (clutterier) because it's already scrunched on mobile.</p>
<blockquote>
<p dir="auto">Or, Thread pins AND users pins.</p>
</blockquote>
<p dir="auto">I mean there could be a filter for 'Pinned' and, if you've pinned a post in a thread, that thread would show up under that filter. Then, next to the 'Last Post' button at the top of the thread, there could be a 'Pinned Post' button. Remove pin from post = remove thread from filter.</p>
<blockquote>
<p dir="auto">Within categories, pinning threads to the top of categories.</p>
</blockquote>
<p dir="auto">Yeah, this is pretty standard for 'Read This Before Posting' type stuff. It would definitely be needed in a thread that functions differently in general than threads you're used to AND functions differently for users who are taking on different roles.</p>
<blockquote>
<p dir="auto">Bookmarks for posts specific to users which would show up in their own way somehow.</p>
</blockquote>
<p dir="auto">See above...</p>
<blockquote>
<p dir="auto">Pins inside of threads with the peer-review type that would be pinnable only by a mediator, and then viewable by everyone.</p>
</blockquote>
<p dir="auto">Yeah, but we shouldn't call them pins because that's confusing. How about flags? (Even though that has some negative connotations.)</p>
<blockquote>
<p dir="auto">Optional regular pins in of other thread types that would only be pinnable by the original poster and would be viewable by everyone.</p>
</blockquote>
<p dir="auto">Yeah, I mean this is only relevant for Stack Exchange type threads where there is a specific question and an accepted answer. I don't imagine we're going to do much of that. Low priority I think.</p>
<blockquote>
<p dir="auto">さよなら WebPacker</p>
</blockquote>
<p dir="auto">Well, I still don't understand what it does but it seemed to add a layer of complexity where it was intended to remove one so Buh-Bye.</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/536</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/536</guid><dc:creator><![CDATA[Josh]]></dc:creator><pubDate>Wed, 24 Nov 2021 10:25:04 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Wed, 24 Nov 2021 00:35:36 GMT]]></title><description><![CDATA[<p dir="auto">さよなら WebPacker: <a href="https://www.simplethread.com/rails-7-the-end-of-webpacker/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.simplethread.com/rails-7-the-end-of-webpacker/</a></p>
]]></description><link>https://forum.theflyingdutchmen.games/post/532</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/532</guid><dc:creator><![CDATA[cozy]]></dc:creator><pubDate>Wed, 24 Nov 2021 00:35:36 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Thu, 18 Nov 2021 23:50:42 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">The only problem I see is the pagination running wide.</p>
</blockquote>
<p dir="auto">It actually may be the case that it's already going to create an ellipses, I just don't know when, maybe after 5 pages? If not, good point, we'll need to look into that.</p>
<blockquote>
<p dir="auto">As a matter of convenience, we could add a category for threads where you've pinned posts and/or a quick link to the post itself but that's certainly not a top priority.</p>
</blockquote>
<p dir="auto">Interesting, do you mean that pins should be related to the User and not shared by all through the Thread? Or, Thread pins AND users pins. Though, yeah, User pins would just be bookmarks.</p>
<blockquote>
<p dir="auto">f we pursue the peer review idea, It would require at least the ability for the mediator (and only the mediator) to pin multiple comments (in everyone's view) until those comments have been resolved.</p>
</blockquote>
<p dir="auto">I like the idea. I think there are four distinct functions that I have mixing in my head. (This is mainly for my reference and to think about how it would actually work on the back-end)--not a to-do list just a logic exercise:</p>
<ol>
<li>Within categories, pinning threads to the top of categories.</li>
<li>Bookmarks for posts specific to users which would show up in their own way somehow.</li>
<li>Pins inside of threads with the peer-review type that would be pinnable only by a mediator, and then viewable by everyone.</li>
<li>Optional regular pins in of other thread types that would only be pinnable by the original poster and would be viewable by everyone.</li>
</ol>
<p dir="auto">For me I have to think about these in terms of <em>Models</em> and database <em>Relations</em>. (Numbers correspond to above)</p>
<ol>
<li>Add "pins" <a href="https://stackoverflow.com/questions/20937792/rails-adding-migration-to-add-an-array-default-empty" target="_blank" rel="noopener noreferrer nofollow ugc">Array</a> column to ForumCategories. Moderators can "pin" ForumThreads, which adds the Thread id to the array attached to ForumCategories.</li>
<li>Add and Array column to Users with pins, or make some kind of <a href="https://kolosek.com/rails-join-table/" target="_blank" rel="noopener noreferrer nofollow ugc">Join Table</a> for users and posts.</li>
<li>Add "thread_type" enumerable column to ForumThreads, Add "pins" Array column to ForumThreads, have functionality change for Peer Review thread type.</li>
<li>Add "thread_type" enumerable column to ForumThreads, Add "pins" Array column to ForumThreads, have functionality change for regular thread types.</li>
</ol>
<p dir="auto">Another way to do this would be to just make a separate ForumPins Model, and then specific the type of pin (enumerable, maybe like 0=&gt;bookmark, 1=&gt;threadpin, 2=&gt;categorypin, 3=&gt;peerreviewpin) and somehow flush out how the logic works for that. As with anything in programming there's lots of ways to do the same thing, but how it gets done at the basis changes what's possible in the future.</p>
<blockquote>
<p dir="auto">Is there a way to make the tip show up as soon as you select on mobile (where there's no hover)?</p>
</blockquote>
<p dir="auto">You can set the <a href="https://atomiks.github.io/tippyjs/v6/all-props/#trigger" target="_blank" rel="noopener noreferrer nofollow ugc">"trigger" to "manual"</a> and then find the tippy instance and <a href="https://atomiks.github.io/tippyjs/v6/methods/" target="_blank" rel="noopener noreferrer nofollow ugc">call ".show()"</a> on it with <a href="https://atomiks.github.io/tippyjs/v6/all-props/#onshow" target="_blank" rel="noopener noreferrer nofollow ugc">whatever logic you want</a>, including capturing selected text--but I've never tried to do that before so it would take some learning. Sounds fun though.</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/519</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/519</guid><dc:creator><![CDATA[cozy]]></dc:creator><pubDate>Thu, 18 Nov 2021 23:50:42 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Thu, 18 Nov 2021 13:15:03 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">So...I agree about conclusion not being necessary, so maybe we should remove or find a way to repurpose it to the "pin" button</p>
</blockquote>
<p dir="auto">How posts should be pinned/flagged/conclude etc. really depends on the thread format... This particular thread is just a running log of ideas and solutions. I don't think it should ever be closed. The only problem I see is the pagination running wide. Maybe we can work an ellipse in there? As for pins, now that posts have proper links, bookmarking those in the browser will suffice in most case. As a matter of convenience, we could add a category for threads where you've pinned posts and/or a quick link to the post itself but that's certainly not a top priority.</p>
<p dir="auto">If we pursue the peer review idea, It would require at least the ability for the mediator (and only the mediator) to pin multiple comments (in everyone's view) until those comments have been resolved.</p>
<blockquote>
<p dir="auto">Had an idea to use this: https://atomiks.github.io/tippyjs/</p>
</blockquote>
<p dir="auto">Yeah, that looks pretty slick. Is there a way to make the tip show up as soon as you select on mobile (where there's no hover)? Trix has some text select functions built in that I was going to look into implementing. Automatically having the poster's name and a link added would be some very impressive coding though...and then having the quote automatically pasted onto what's in the comment box ;^)<br />
I think your idea for breaking the comment box out into its own column so you can compose and navigate the thread simultaneously is great too but would only work on PC.</p>
<blockquote>
<p dir="auto">Time is getting pretty thin, but I'll see if I can sneak time in for this stuff sometime soon. I also REALLY want to get something together for better quoting...<br />
...it'd also be nice if those were just AJAX, so you click and it's done, don't even need to hit "save" or anything.</p>
</blockquote>
<p dir="auto">These are things that <em>can</em> and <em>would like to</em> help with but the file structure for the views and assets is a dark labyrinth. I know it's not sexy, but consolidating those resources so that it's clear what's referencing what and where the elements are that I should be referencing is top priority IMHO.</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/516</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/516</guid><dc:creator><![CDATA[Josh]]></dc:creator><pubDate>Thu, 18 Nov 2021 13:15:03 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Thu, 18 Nov 2021 07:22:42 GMT]]></title><description><![CDATA[<ul>
<li>Subs default to on with single post in thread</li>
<li>Conclude originally came from the "solved" from the original repo. So...I agree about conclusion not being necessary, so maybe we should remove or find a way to repurpose it to the "pin" button (so we can have multiple pins). Because right now, you can only have one post "solve" a thread.</li>
<li>Agreed RE settings, it'd also be nice if those were just AJAX, so you click and it's done, don't even need to hit "save" or anything.</li>
</ul>
<p dir="auto">Time is getting pretty thin, but I'll see if I can sneak time in for this stuff sometime soon. I also REALLY want to get something together for better quoting.</p>
<p dir="auto">Had an idea to use this: https://atomiks.github.io/tippyjs/<br />
Select text -&gt; tippy pops up, click the "quote this" button in the pop up--&gt; focus on editor window, append special new quote format thing building on the beautiful thing you already added (just including the poster's name and a link to the post). But, again, a time thing.</p>
<p dir="auto">Also mentioned in the "thread type" thread, may be time for a new "to-do" thread this one is getting long. Or, I guess it could just go on indefinitely--though, the "pin" functionality would help out a lot here.</p>
<p dir="auto">What's the way the Pins should look like again? Gotta review some posts...</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/515</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/515</guid><dc:creator><![CDATA[cozy]]></dc:creator><pubDate>Thu, 18 Nov 2021 07:22:42 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Wed, 10 Nov 2021 04:04:37 GMT]]></title><description><![CDATA[<p dir="auto">Well, all of that seems to be working tip top. Jolly good. The "Last post by Cody" link says four days ago. Sorry for the late reply. I somehow got unsubscribed from the thread. Actually I know exactly how; I was dorking around with the pin button. I auto-subbed on post. That's definitely a welcome change although I think that should default to ON just because I think people generally want to hear how others will respond to their comments rather than dropping the mic and leaving the room<img src="https://forum.theflyingdutchmen.games/assets/plugins/nodebb-plugin-emoji/emoji/android/1f60a.png?v=9a669e668c5" class="not-responsive emoji emoji-android emoji--blush" style="height:23px;width:auto;vertical-align:middle" title="😊" alt="😊" />.</p>
<p dir="auto">Very nice to get proper links to posts. I think each post should have the date (not linked) then a 'Copy Link' link and the a 'Pin This Post' checkbox. If the box is checked, the post will appear in a list on the left maybe under the 'By Category' list.</p>
<p dir="auto">As for concluding posts, I'm not sure how necessary it is to do that. I have another idea for keeping things manageable but we can get to that later. I really want to clean up the profile/settings page. The problem is that I still have no idea how it's rendered. I see all the forms under app/views/devise but I don't how they end up on one page. If I did, I could divvy them up into collapsible groups and then I wouldn't be confused about which password field needed to be filled.</p>
<p dir="auto">Side note. Maybe only things related to security/identity should require a password. Settings should be simple.</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/502</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/502</guid><dc:creator><![CDATA[Josh]]></dc:creator><pubDate>Wed, 10 Nov 2021 04:04:37 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Sat, 06 Nov 2021 03:12:05 GMT]]></title><description><![CDATA[<p dir="auto">Oh, I also changed back to a sort of "solved" functionality from the "pin" function. I think we should keep the solved functionality, make it so only the thread creator can "conclude" a thread, and upon conclusion the editor shouldn't show up for anyone but thread owners.</p>
<p dir="auto">I then think we should add ANOTHER function for pinning posts, then we should discuss the best way to have them show up. Should the thread be re-organized so they just skip to the top, and don't show in the position they were originally posted (or just a placeholder). Or, another example, there could be a dropdown with pinned posts at the top of each thread. I know other forums operate, generally, with pinned posts just showing up at the top and removed from their place in the thread--but we can do whatever we want.</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/487</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/487</guid><dc:creator><![CDATA[cozy]]></dc:creator><pubDate>Sat, 06 Nov 2021 03:12:05 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Sat, 06 Nov 2021 03:08:57 GMT]]></title><description><![CDATA[<p dir="auto">There are now user settings for "auto-subscribe on post" and "open all post links in new window," defaults to false for both.</p>
<p dir="auto">Page links should be fixed for permalinks on posts, and I added a link to the last post of a thread as part of the information of a thread on the thread index.</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/486</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/486</guid><dc:creator><![CDATA[cozy]]></dc:creator><pubDate>Sat, 06 Nov 2021 03:08:57 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Fri, 05 Nov 2021 06:35:39 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">Also, I think that the 'Reply' link in emails is broken on paginated threads. I think it needs</p>
<p dir="auto">?page=</p>
<p dir="auto">followed by the actual page number in the query string before the post's anchor tag.</p>
</blockquote>
<p dir="auto">The "Commented on [Date]" link on all the posts needs this too. Then instead of adding pinned post to the Finished category, we might add them to a user-specific list for easy reference later. I was trying to bookmark a specific post you (Cody) made and I was able to do it by manually adding the page variable to the URL.</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/482</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/482</guid><dc:creator><![CDATA[Josh]]></dc:creator><pubDate>Fri, 05 Nov 2021 06:35:39 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Fri, 05 Nov 2021 03:10:55 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">Can we make hyperlinks open in new tabs and not the current tab? ... Every website on the internet nowadays defaults to new browser tab.</p>
</blockquote>
<p dir="auto">My experience is that links open in the same tab unless you opt to open in a new tab (via CTRL or long-touch). I don't even know how to opt out of links that open in a new tab by default. Some do that of course but it's bad practice on the part of some sites that need to link to sources etc. but also need you not to leave their site.</p>
<blockquote>
<p dir="auto">we could, in theory, git rid of this rich text stuff altogether and just do Markdown:</p>
</blockquote>
<p dir="auto">Nah, Trix is good. There are some methods for selecting text that will come in handy for quoting. And the basic functionality 'just works'. I've tried others that didn't.</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/478</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/478</guid><dc:creator><![CDATA[Josh]]></dc:creator><pubDate>Fri, 05 Nov 2021 03:10:55 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Thu, 04 Nov 2021 07:03:34 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">But, personally, I think it's better to just have all links open in the current tab, and then people just know that a ctrl+click opens links in new tabs in basically any browser on any OS.</p>
</blockquote>
<p dir="auto">Every website on the internet nowadays defaults to new browser tab. I think you should make it a choice to opt out. I like the META cuz I like one taps and avoid keyboard shortcuts like other lazy people.</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/469</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/469</guid><dc:creator><![CDATA[snoopy]]></dc:creator><pubDate>Thu, 04 Nov 2021 07:03:34 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Wed, 03 Nov 2021 23:33:52 GMT]]></title><description><![CDATA[<p dir="auto">Yeah, I can do that. But are we sure we want to do that? In theory I could add an option to make it selectable if one wants to open the link in a new tab. But, personally, I think it's better to just have all links open in the current tab, and then people just know that a ctrl+click opens links in new tabs in basically any browser on any OS. Or a long touch on any mobile browser brings up a context menu to open in a new tab. I'm not big on opening like 50 tabs at once, but I know a lot of people are, and I suppose that it may be easier to do that if all links inside of posts default to open in new windows. But, personally, I don't think it's that hard to just hold the ctrl button.</p>
<p dir="auto">Just an FYI, we could, in theory, git rid of this rich text stuff altogether and just do Markdown: https://www.markdownguide.org/basic-syntax/ . Which a lot of programmers these days are already adept at. I thought this ("Trix") was the best option for Rails right now--and it is extensible with some JS knowledge. You can add any kind of functionality that fits in a &lt;figure&gt; tag, it just takes some customization in the code to make a button for it...</p>
<p dir="auto">Regardless, any changes made to the way text gets printed that we want to apply to ALL posts, would go <a href="https://github.com/cmbaldwin/the-flying-dutchmen/blob/2ddc27f327b342eb92fc5d076027162b2c2b17f8/fora/app/helpers/fora/forum_posts_helper.rb#L16" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
<p dir="auto">I think I fixed the other issues with the profile page and the email links, can I get an confirmation on this?</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/468</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/468</guid><dc:creator><![CDATA[cozy]]></dc:creator><pubDate>Wed, 03 Nov 2021 23:33:52 GMT</pubDate></item><item><title><![CDATA[Reply to To-do List on Wed, 03 Nov 2021 14:50:45 GMT]]></title><description><![CDATA[<p dir="auto">Can we make hyperlinks open in new tabs and not the current tab?</p>
]]></description><link>https://forum.theflyingdutchmen.games/post/466</link><guid isPermaLink="true">https://forum.theflyingdutchmen.games/post/466</guid><dc:creator><![CDATA[snoopy]]></dc:creator><pubDate>Wed, 03 Nov 2021 14:50:45 GMT</pubDate></item></channel></rss>