Replies: 4 comments 26 replies
-
Hi @LxLasso. THANK YOU for upgrading and I'm glad to see that it (mostly) went well! I will take a look and see about the pager issues. Thank you for documenting them so precisely. Just curious, is there a specific reason why you don't use the friendly URLs? |
Beta Was this translation helpful? Give feedback.
-
@LxLasso I duplicated and the fix will be in the next release. As a workaround, I verified that enabling "friendly URLs" will resolve this for you in the meantime. |
Beta Was this translation helpful? Give feedback.
-
Can you run this query ? SELECT * |
Beta Was this translation helpful? Give feedback.
-
@LxLasso Please download and test this release candidate to verify that it corrects the pager links. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We're on DNN 09.13.09 and recently upgraded from 6.6.0 (!) to Community Forums 9.0.1.
I thought I had done a proper job of testing, but missed one thing, the pagers in the topics and topic views. It's broken in different ways in both places. The URLs generated start with
aff
andaft
, but in the topics and topic views theafpg
is gone and the topic view tries to generate a friendly URL, despite friendly URLs not being enabled in the module settings.I have gone through the code in
PagerNav
and believe that something goes wrong inUtilities.NavigateURL
, but as far as I can tell that's just a thin wrapper for DNN's common navigation manager.In the topics view we're getting
https://www.capture.se/Support/Forum/aff/104/2/
instead ofhttps://www.capture.se/Support/Forum/aff/104/afpg/2/
.In the topic view we're getting
https://www.capture.se/Support/Forum/aff/2bitfocus-companion-question/2/
instead ofhttps://www.capture.se/Support/Forum/aft/9954/afpg/2
- so that's gone both friendly URL and skipped theafpg
.I've taken a look in https://github.com/dnnsoftware/Dnn.Platform/blob/a5a49641d2b0a354a11deedc2ebf8ddefcd034a5/DNN%20Platform/Library/Common/NavigationManager.cs which then leads to friendly URL managers.
Any insights would be appreciated..
Beta Was this translation helpful? Give feedback.
All reactions