<?xml version="1.0"?>
<rss version="2.0"><channel><title>Website Bug Report Latest Topics</title><link>https://forums.nexusmods.com/forum/8394-website-bug-report/</link><description>Website Bug Report Latest Topics</description><language>en</language><item><title>Changelogs on the modFiles endpoint are not showing the correct data</title><link>https://forums.nexusmods.com/topic/13512031-changelogs-on-the-modfiles-endpoint-are-not-showing-the-correct-data/</link><description><![CDATA[<p>
	<span> </span> 
</p>

<p>
	<strong><span style="font-size:18px;">Summary</span></strong>
</p>

<div>
	When fetching changelogs associated with a new file, the result is incorrect. 
</div>

<p>
	<br />
	<br />
	<strong><span style="font-size:18px;">Steps to reproduce</span></strong>
</p>

<p>
	Use the query below:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">    query ModFiles {
        modFiles(modId: 32268, gameId: 1303){
            uid
            fileId
            name
            version
            changelogText
        }
    }</span></pre>

<p>
	Get the result
</p>

<div class="ipsSpoiler" data-ipsspoiler="">
	

	<div class="ipsSpoiler_header">
		<span>Spoiler</span>
	</div>

	<div class="ipsSpoiler_contents">
		<pre class="ipsCode prettyprint lang-javascript prettyprinted"><span class="pun">{</span><span class="pln">
    </span><span class="str">"data"</span><span class="pun">:</span><span class="pln"> </span><span class="pun">{</span><span class="pln">
        </span><span class="str">"modFiles"</span><span class="pun">:</span><span class="pln"> </span><span class="pun">[</span><span class="pln">
            </span><span class="pun">{</span><span class="pln">
                </span><span class="str">"uid"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"5596342513792"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"fileId"</span><span class="pun">:</span><span class="pln"> </span><span class="lit">127104</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"name"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"redBackgroundStardew"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"version"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"1.0"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"changelogText"</span><span class="pun">:</span><span class="pln"> </span><span class="pun">[</span><span class="pln">
                    </span><span class="str">"#&lt;ModChangelog:0x00007f98c24447f8&gt;"</span><span class="pln">
                </span><span class="pun">]</span><span class="pln">
            </span><span class="pun">},</span><span class="pln">
            </span><span class="pun">{</span><span class="pln">
                </span><span class="str">"uid"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"5596342513797"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"fileId"</span><span class="pun">:</span><span class="pln"> </span><span class="lit">127109</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"name"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"greenBackgroundStardew"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"version"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"1.1"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"changelogText"</span><span class="pun">:</span><span class="pln"> </span><span class="pun">[]</span><span class="pln">
            </span><span class="pun">},</span><span class="pln">
            </span><span class="pun">{</span><span class="pln">
                </span><span class="str">"uid"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"5596342513799"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"fileId"</span><span class="pun">:</span><span class="pln"> </span><span class="lit">127111</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"name"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"backToRedBackgroundStardew"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"version"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"1.2"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"changelogText"</span><span class="pun">:</span><span class="pln"> </span><span class="pun">[]</span><span class="pln">
            </span><span class="pun">},</span><span class="pln">
            </span><span class="pun">{</span><span class="pln">
                </span><span class="str">"uid"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"5596342513800"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"fileId"</span><span class="pun">:</span><span class="pln"> </span><span class="lit">127112</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"name"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"Background colour change"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"version"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"1.3"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"changelogText"</span><span class="pun">:</span><span class="pln"> </span><span class="pun">[]</span><span class="pln">
            </span><span class="pun">},</span><span class="pln">
            </span><span class="pun">{</span><span class="pln">
                </span><span class="str">"uid"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"5596342513801"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"fileId"</span><span class="pun">:</span><span class="pln"> </span><span class="lit">127113</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"name"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"Background colour change"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"version"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"1.4"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"changelogText"</span><span class="pun">:</span><span class="pln"> </span><span class="pun">[]</span><span class="pln">
            </span><span class="pun">},</span><span class="pln">
            </span><span class="pun">{</span><span class="pln">
                </span><span class="str">"uid"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"5596342513809"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"fileId"</span><span class="pun">:</span><span class="pln"> </span><span class="lit">127121</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"name"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"Background colour change"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"version"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"1.5"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"changelogText"</span><span class="pun">:</span><span class="pln"> </span><span class="pun">[]</span><span class="pln">
            </span><span class="pun">},</span><span class="pln">
            </span><span class="pun">{</span><span class="pln">
                </span><span class="str">"uid"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"5596342513810"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"fileId"</span><span class="pun">:</span><span class="pln"> </span><span class="lit">127122</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"name"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"Background colour change"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"version"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"1.6"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"changelogText"</span><span class="pun">:</span><span class="pln"> </span><span class="pun">[]</span><span class="pln">
            </span><span class="pun">},</span><span class="pln">
            </span><span class="pun">{</span><span class="pln">
                </span><span class="str">"uid"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"5596342513861"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"fileId"</span><span class="pun">:</span><span class="pln"> </span><span class="lit">127173</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"name"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"Background colour change"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"version"</span><span class="pun">:</span><span class="pln"> </span><span class="str">"1.7"</span><span class="pun">,</span><span class="pln">
                </span><span class="str">"changelogText"</span><span class="pun">:</span><span class="pln"> </span><span class="pun">[]</span><span class="pln">
            </span><span class="pun">}</span><span class="pln">
        </span><span class="pun">]</span><span class="pln">
    </span><span class="pun">}</span><span class="pln">
</span><span class="pun">}</span></pre>

		<p>
			 
		</p>
	</div>
</div>

<p>
	Note that the response shows the changelog text as "#&lt;ModChangelog:0x00007f98c24447f8&gt;"<br />
	<br />
	<strong><span style="font-size:18px;">Expected Behaviour</span></strong>
</p>

<p>
	The correct text is returned.
</p>
]]></description><guid isPermaLink="false">13512031</guid><pubDate>Tue, 01 Apr 2025 12:07:38 +0000</pubDate></item><item><title>After hitting next on mod details page my mods get "published"</title><link>https://forums.nexusmods.com/topic/13500846-after-hitting-next-on-mod-details-page-my-mods-get-published/</link><description><![CDATA[<p>
	Tittle, this leads to a mess when i am trying to finish the mod upload and another BUG where nexus says the mod is published but when trying to access the mod page it says its unpublished.
</p>

<p>
	I attached a picture of the problem.
</p>

<p>
	Thanks and good day.
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forums.nexusmods.com/uploads/monthly_2024_10/1111.png.7fea34b0a39f7a43349cd831dce06edf.png" data-fileid="26639" data-fileext="png" rel=""><img alt="1111.png" class="ipsImage ipsImage_thumbnailed" data-fileid="26639" data-ratio="50.8" width="1000" src="https://forums.nexusmods.com/uploads/monthly_2024_10/1111.thumb.png.7f1a470cdf95a2fd31b008b2ac5b8c02.png" /></a>
</p>
]]></description><guid isPermaLink="false">13500846</guid><pubDate>Fri, 18 Oct 2024 21:47:43 +0000</pubDate></item><item><title>Image and Video uploads fail with emojis in the description</title><link>https://forums.nexusmods.com/topic/13003410-image-and-video-uploads-fail-with-emojis-in-the-description/</link><description><![CDATA[<p>
	<strong><span style="font-size:18px;">Summary</span></strong>
</p>

<div>
	When uploading a video, if the description/summary/title contains UTF8 emoji characters, it fails with an unhelpful error.
</div>

<p>
	<br />
	<br />
	<strong><span style="font-size:18px;">Steps to reproduce</span></strong>
</p>

<ol>
	<li>
		Add a video at: <a href="https://www.nexusmods.com/skyrimspecialedition/videos/add" rel="external">https://www.nexusmods.com/skyrimspecialedition/videos/add</a>
	</li>
	<li>
		Add the following data:
		<ol>
			<li>
				Category: General
			</li>
			<li>
				Title: Test
			</li>
			<li>
				Link: <a href="https://youtu.be/8d_6lVOAplI" rel="external nofollow">https://youtu.be/8d_6lVOAplI</a>
			</li>
			<li>
				Caption: none
			</li>
			<li>
				Description: (use the code block below)
			</li>
		</ol>
	</li>
</ol>

<p>
	<br />
	<br />
	<strong><span style="font-size:18px;">Expected Behaviour</span></strong>
</p>

<p>
	The video is posted successfully.
</p>

<p>
	<strong><span style="font-size:18px;">Actual result</span></strong>
</p>

<p>
	The video fails to post with this error.
</p>

<p>
	<img alt="Po44zSK.png" src="https://i.imgur.com/Po44zSK.png" />
</p>

<p>
	 
</p>

<p>
	<strong><span style="font-size:18px;">Workaround</span></strong>
</p>

<p>
	 
</p>

<p>
	Only use A-Z a-z 0-9 characters when sharing a video.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<strong><span style="font-size:18px;">Other Information</span></strong><br />
	 
</p>

<pre class="ipsCode prettyprint">Hope you enjoy  this new section at 32:9 Super Ultrawide!

[b]VERY IMPORTANT[/b]

 Please, don´t forget suscribe, give  a like and share this vid to help me add  more content!

Best regards![/center][/font][img=https://i.postimg.cc/7qx4VxJ7/The-Elder-Scrolls-V-Skyrim-Special-Edition-Screenshot-2023-02-13-23-14-21-47.png]

</pre>
]]></description><guid isPermaLink="false">13003410</guid><pubDate>Thu, 29 Jun 2023 11:09:24 +0000</pubDate></item><item><title>Download history for Mod Authors does not show all dependencies.</title><link>https://forums.nexusmods.com/topic/13506892-download-history-for-mod-authors-does-not-show-all-dependencies/</link><description><![CDATA[<p>
	Originally posted as a suggestion, but this is a bug: <a href="https://feedback.nexusmods.com/posts/3510/required-files-only-showing-one-requirement" rel="external nofollow">https://feedback.nexusmods.com/posts/3510/required-files-only-showing-one-requirement</a>
</p>

<h2>
	Summary
</h2>

<p>
	As a mod author, when I view the download history of a user commenting on my mod, the list displayed only shows my file and one "Required" mod. It used to show the user's latest download for all dependencies, allowing me to check they'd installed the required files properly.
</p>

<p>
	<a href="https://github.com/Nexus-Mods/web-issues/issues/959" rel="external nofollow">https://github.com/Nexus-Mods/web-issues/issues/959</a>
</p>

<h2>
	Steps to reproduce
</h2>

<ol>
	<li>
		Visit a mod page with multiple dependencies.
	</li>
	<li>
		Open the download history by going to comment and using the "Manage" menu.
	</li>
	<li>
		Note that only one required file shows up.
	</li>
</ol>

<h2>
	What is the expected behaviour?
</h2>

<p>
	The latest download by that user for all dependencies appears.
</p>

<h2>
	Other information
</h2>

<p>
	This bug was originally reported on Pivotal but has been lost in the switch to GitLab.
</p>

<p>
	<img alt="image" data-ratio="63.65" width="575" src="https://gitlab.nexdev.uk/-/project/151/uploads/f1e898d7e63012a37f4e3517fbfc65f9/image.png" />
</p>

<p>
	<img alt="hiistory" data-ratio="75.08" width="999" src="https://gitlab.nexdev.uk/-/project/151/uploads/42a6a80db114365c0ed7049307ad9388/hiistory.gif" />
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">13506892</guid><pubDate>Tue, 21 Jan 2025 08:00:25 +0000</pubDate></item><item><title>"Last active" state on user profiles not updating anymore</title><link>https://forums.nexusmods.com/topic/13490200-last-active-state-on-user-profiles-not-updating-anymore/</link><description><![CDATA[<p>
	Hello,
</p>

<p>
	I just not noticed that the "Last Active On" date doesn't work (at least for me).
</p>

<p>
	Even I have signed out and signed in today and on 1st of June 2024 posted a video, but my "Last Active On" shows as 20th May 2024.
</p>

<p>
	Could you please verify if this happens only for me or is this an issue for everyone?
</p>

<p>
	Thanks
</p>

<p>
	RADRR1985
</p>

<p>
	 
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forums.nexusmods.com/uploads/monthly_2024_06/image.png.21162af393643126f314fa37f13482f4.png" data-fileid="15177" data-fileext="png" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="15177" data-ratio="25.00" width="1000" alt="image.thumb.png.27a97b02b7bc5b9681d215882e7883ef.png" src="https://forums.nexusmods.com/uploads/monthly_2024_06/image.thumb.png.27a97b02b7bc5b9681d215882e7883ef.png" /></a>
</p>
]]></description><guid isPermaLink="false">13490200</guid><pubDate>Thu, 06 Jun 2024 15:31:45 +0000</pubDate></item><item><title>Last comment at "date" in My content page is not updated anymore</title><link>https://forums.nexusmods.com/topic/13475103-last-comment-at-date-in-my-content-page-is-not-updated-anymore/</link><description><![CDATA[<p>
	Hello,
</p>

<p>
	The date of last comment is not updated  in the "My content page".
</p>

<p>
	Example <span><span>:</span></span><br />
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="7975" href="https://forums.nexusmods.com/uploads/monthly_2024_03/image.png.a391407bec1b02d3574464e7ab738888.png" rel=""><img alt="image.thumb.png.9583656d5c988763ce71f6f6a2173590.png" class="ipsImage ipsImage_thumbnailed" data-fileid="7975" data-ratio="127.33" width="589" src="https://forums.nexusmods.com/uploads/monthly_2024_03/image.thumb.png.9583656d5c988763ce71f6f6a2173590.png" /></a><br />
	<br />
	<br />
	<span>When last comment date in reality is <span>:</span></span>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="7974" href="https://forums.nexusmods.com/uploads/monthly_2024_03/image.png.7f972106359353c0cf3d9d785f5de18d.png" rel=""><img alt="image.thumb.png.0a65c2c3c7acad7a6f81ba6fb3203c37.png" class="ipsImage ipsImage_thumbnailed" data-fileid="7974" data-ratio="16.10" width="1000" src="https://forums.nexusmods.com/uploads/monthly_2024_03/image.thumb.png.0a65c2c3c7acad7a6f81ba6fb3203c37.png" /></a><br />
	<br />
	<span>This page is really useful when you want to monitor multiple mods without clicking on all of them.<br />
	It started like 2 weeks ago.<br />
	I already tried to reload the page without cache.</span>
</p>

<p>
	<br />
	<span>Thank you in advance.</span><br />
	 
</p>
]]></description><guid isPermaLink="false">13475103</guid><pubDate>Sun, 17 Mar 2024 21:18:19 +0000</pubDate></item><item><title>Mods pages cannot be created/saved with emojis in the summary</title><link>https://forums.nexusmods.com/topic/13096812-mods-pages-cannot-be-createdsaved-with-emojis-in-the-summary/</link><description><![CDATA[<p><strong><span style="font-size:18px;">Summary</span></strong><br /> <br />When adding the Bethesda.net IDs to the "Permissions" section of a Fallout 4 mod, the resulting URL shown on the mod page is incorrect. <br /> <br /> <br /><strong><span style="font-size:18px;">Steps to reproduce</span></strong></p><ul><li>Start creating a mod page.</li><li>Add any emoji to the "Summary" section (e.g. )</li><li>Attempt to save</li><li>See an error message</li><li>Repeat on existing mod</li><li>See that your changes did not save. </li></ul><p><strong><span style="font-size:18px;">Expected Behaviour</span></strong><br /> </p><p>The mod page is created or updated, or the user is shown an error. </p><p> <br /><strong><span style="font-size:18px;">Actual result</span></strong><br /> </p><p>Mod page is not created or updated. </p><p> </p><p> </p><p><strong><span style="font-size:18px;">Workaround</span></strong><br /> <br />Do not include emoji in mod summaries. </p><p> <br /><strong><span style="font-size:18px;">Other Information</span></strong><br /> <br />Related to: <a href="https://forums.nexusmods.com/index.php?/topic/13003797-articles-fail-to-post-when-they-contain-emojis/" rel="external nofollow">https://forums.nexusmods.com/index.php?/topic/13003797-articles-fail-to-post-when-they-contain-emojis/</a></p><p>Related to: <a href="https://forums.nexusmods.com/index.php?/topic/13003410-video-uploads-fail-with-emojis-in-the-description/" rel="external nofollow">https://forums.nexusmods.com/index.php?/topic/13003410-video-uploads-fail-with-emojis-in-the-description/</a></p>]]></description><guid isPermaLink="false">13096812</guid><pubDate>Mon, 31 Jul 2023 11:43:06 +0000</pubDate></item><item><title>Error Editing Title of User-Submitted Image: The mod you are trying to edit doesn't exist.</title><link>https://forums.nexusmods.com/topic/13111317-error-editing-title-of-user-submitted-image-the-mod-you-are-trying-to-edit-doesnt-exist/</link><description><![CDATA[<p>When editing the title of the approved user-submitted image on <a href="https://www.nexusmods.com/skyrimspecialedition/users/49219118" rel="external nofollow">Nyrrion</a>'s Skyrim Special Edition mod page <a href="https://www.nexusmods.com/skyrimspecialedition/mods/95507?tab=images#mod_images_list_2" rel="external nofollow">Armor Rating Overhaul</a>, an ominous error is shown to the user. Both the author and I have verified this issue. It has persisted for nearly 3 hours as of writing. As the request itself is returning an error, I do not suspect this to be a browser issue.<br /> <br />Below is the identifying and relevant information for one such request:<br /> <br /><u><strong><span style="font-size:24px;">Request</span></strong></u><br /> <br />POST Endpoint: <a href="https://www.nexusmods.com/ModImages?EditImageTitle" rel="external nofollow">https://www.nexusmods.com/ModImages?EditImageTitle</a><br /> <br />Body (Raw):</p><pre class="ipsCode prettyprint lang-auto">
image_id=1125617&amp;game_id=1704&amp;title=tcbflash_title_edit_test</pre><p>Body (Parsed):</p><pre class="ipsCode prettyprint lang-auto">
image_id: 1125617
game_id: 1704
title: tcbflash_title_edit_test</pre><p><u><strong><span style="font-size:24px;">Response</span></strong></u><br /> <br />Cloudflare Ray ID: 7f2164f59c0b3970-IAD<br />"Date" Header: Sat, 05 Aug 2023 19:19:54 GMT<br /> <br />Body JSON:</p><br /><pre class="ipsCode prettyprint">
{
    "status": false,
    "message": "The mod you are trying to edit doesn't exist."
}</pre>]]></description><guid isPermaLink="false">13111317</guid><pubDate>Sat, 05 Aug 2023 19:28:42 +0000</pubDate></item><item><title>Download history for mod authors only shows one requirement</title><link>https://forums.nexusmods.com/topic/13079145-download-history-for-mod-authors-only-shows-one-requirement/</link><description><![CDATA[<p>Hey,</p><p>I noticed something weird thats probably me setting something up not right.</p><p>In the download history of users who download my mod i only see 1 of the mods requirement always most of the time its skyui.</p><p>sometimes there is only the optional requirement papyrus extender and no other requirement but my mod works so they must also have gotten the hard requirements.</p><p>I added in the attachment picture how it looks and what mods i have added in my mods requirement.</p><p>I edited the image a bit because i dont know how much data i'm allowed to post from users download history.</p><p>It's also not the full download history but its full of the same entry just skyui.</p>]]></description><guid isPermaLink="false">13079145</guid><pubDate>Tue, 25 Jul 2023 15:10:38 +0000</pubDate></item><item><title>Sorting Mods by "Last Comment" is not working</title><link>https://forums.nexusmods.com/topic/13076520-sorting-mods-by-last-comment-is-not-working/</link><description><![CDATA[<p>Hi,</p><p> </p><p>I've notice for some time that the recent or new message notifications on mods don't seem to be updating in the sorted lists.</p><p>Sorting my mods by last comment doesn't seem to be updating at all to the newest comment, making it So I am unable to tell if I have a new comment I need to respond to.</p><p>I have to manually goto each one of my mods and check if anyone has made a new comment or needed help that had left a new comment on one of my mods.</p><p>The sorting list has kinda been useless in this area, since it never updates the last comments.</p><p>Could you please look into this.</p><p> </p><p>Thanks</p>]]></description><guid isPermaLink="false">13076520</guid><pubDate>Mon, 24 Jul 2023 17:35:12 +0000</pubDate></item><item><title>Full search does not show mods with hyphens in the title</title><link>https://forums.nexusmods.com/topic/13014402-full-search-does-not-show-mods-with-hyphens-in-the-title/</link><description><![CDATA[<p><strong><span style="font-size:18px;">Summary</span></strong><br /> </p><div>While the quick search does include results featuring hyphens, the full search does not. I haven't tested if this applies to other special characters but not including hyphens pretty much renders full search unusable for any game where mods names frequently include hyphens (the examples that I'm most familiar with are Ace Combat 7 and Project Wingman).</div><div> </div><p> <br /><strong><span style="font-size:18px;">Steps to reproduce</span></strong></p><ul><li><div>Search for a string including a hyphen. The quick-search will find results, the full search will not.</div></li></ul><div> </div><div> </div><p><strong><span style="font-size:18px;">Expected Behaviour</span></strong><br /> <br />Mods including hyphens in the title are shown.</p><p> </p><p> <br /><strong><span style="font-size:18px;">Actual result</span></strong><br /> <br />Mods are not shown correctly. <br /> <br /><img alt="124947780-7e409080-e053-11eb-935f-4afed7" src="https://user-images.githubusercontent.com/1369269/124947780-7e409080-e053-11eb-935f-4afed79446df.png" /><br /> </p><p><strong><span style="font-size:18px;">Workaround</span></strong><br /> <br />Use the quick search to find mods.  </p><p> <br /> <br /><strong><span style="font-size:18px;">Other Information</span></strong><br /> <br />Original GitHub issue: <a href="https://github.com/Nexus-Mods/web-issues/issues/1591" rel="external nofollow">https://github.com/Nexus-Mods/web-issues/issues/1386</a></p>]]></description><guid isPermaLink="false">13014402</guid><pubDate>Mon, 03 Jul 2023 09:28:01 +0000</pubDate></item><item><title>Articles fail to post when they contain emojis</title><link>https://forums.nexusmods.com/topic/13003797-articles-fail-to-post-when-they-contain-emojis/</link><description><![CDATA[<p><strong><span style="font-size:18px;">Summary</span></strong><br /> <br />When adding the Bethesda.net IDs to the "Permissions" section of a Fallout 4 mod, the resulting URL shown on the mod page is incorrect. <br /> <br /> <br /><strong><span style="font-size:18px;">Steps to reproduce</span></strong></p><ul><li>Start writing an article on a mod page.</li><li>Add any emoji to the "Content" section (e.g. <img src="https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/72x72/1f4e3.png" class="ipsEmoji" alt="📣">)</li><li>Attempt to save</li></ul><p><strong><span style="font-size:18px;">Expected Behaviour</span></strong><br /> </p><p>A new article is created or the user is shown an error. </p><p> <br /><strong><span style="font-size:18px;">Actual result</span></strong><br /> </p><p>Article is not created. </p><p> </p><p> </p><p><strong><span style="font-size:18px;">Workaround</span></strong><br /> <br />Do not include emoji in articles. </p><p> <br /><strong><span style="font-size:18px;">Other Information</span></strong><br /> <br />Original report: <a href="https://github.com/Nexus-Mods/web-issues/issues/1667" rel="external nofollow">https://github.com/Nexus-Mods/web-issues/issues/1667</a></p>]]></description><guid isPermaLink="false">13003797</guid><pubDate>Thu, 29 Jun 2023 14:02:43 +0000</pubDate></item><item><title>Fallout 4 console modding section generates incorrect URL</title><link>https://forums.nexusmods.com/topic/13003416-fallout-4-console-modding-section-generates-incorrect-url/</link><description><![CDATA[<p><strong><span style="font-size:18px;">Summary</span></strong><br /> <br />When adding the Bethesda.net IDs to the "Permissions" section of a Fallout 4 mod, the resulting URL shown on the mod page is incorrect. <br /> <br /> <br /><strong><span style="font-size:18px;">Steps to reproduce</span></strong><br /> </p><ol>	<li>Edit the permissions section of a Fallout 4 mod page.</li>	<li>Add the ID 4336462 (to either the Xbox or PS fields - see screenshot)</li>	<li>Visit the mod page, open the "Permissions" accordion on the description and see the links do not point to the correct page. </li></ol><p> <br /> <br /><strong><span style="font-size:18px;">Expected Behaviour</span></strong><br /> </p><pre class="ipsCode prettyprint">
https://mods.bethesda.net/en/fallout4/mod-detail/4336462
</pre><p> <br /><br /><strong><span style="font-size:18px;">Actual result</span></strong><br /> </p><pre class="ipsCode prettyprint">
https://mods.bethesda.net/#en/workshop/fallout4/mod-detail/4336462
</pre><p> <br /><strong><span style="font-size:18px;">Workaround</span></strong><br /> <br />Do not enter the IDs in this section. Use the "Mirrors" section of the mod page to share these links instead.</p><p> </p><p><strong><span style="font-size:18px;">Other Information</span></strong><br /> <br />Original report: <a href="https://gitlab.nexdev.uk/nexus-mods/backend/nexusmods/-/issues/359" rel="external nofollow">https://github.com/Nexus-Mods/web-issues/issues/1675</a></p><p> <br /><img alt="KPncQvO.png" src="https://i.imgur.com/KPncQvO.png" /></p>]]></description><guid isPermaLink="false">13003416</guid><pubDate>Thu, 29 Jun 2023 11:10:15 +0000</pubDate></item></channel></rss>