Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook Yesterday at 01:29 PM
Reality Capture Experts Posted May 13, 2018 Share Posted May 13, 2018 I am looking for the way to change the clubs directory URL example: //realitycaptureexperts.com/forum/clubs/ to //realitycaptureexperts.com/forum/teams/ also set up a forward for the few links that have been shared. Thank team Link to comment Share on other sites More sharing options...
AlexWright Posted May 13, 2018 Share Posted May 13, 2018 2 minutes ago, Reality Capture Experts said: I am looking for the way to change the clubs directory URL example: //realitycaptureexperts.com/forum/clubs/ to //realitycaptureexperts.com/forum/teams/ also set up a forward for the few links that have been shared. Thank team This is a known bug in the 4.x series introduced in 4.1.x. There's a way around this though. Open /applications/core/data/furl.json and find: /* Clubs */ "clubs_list": { "friendly": "clubs", "real": "app=core&module=clubs&controller=directory" }, "clubs_view": { "friendly": "clubs/{#id}-{?}", "real": "app=core&module=clubs&controller=view", "verify": "\\IPS\\Member\\Club" }, /*! Promote */ "promote_history": { "friendly": "promote/history-{#promote_id}", "real": "app=core&module=promote&controller=promote&do=history" }, "promote_manage": { "friendly": "promote/manage", "real": "app=core&module=promote&controller=promote&do=view" }, "promote_show": { "friendly": "ourpicks", "real": "app=core&module=promote&controller=ourpicks" }, "promote": { "friendly": "promote", "real": "app=core&module=promote&controller=promote" } } } You can update the "friendly": parts of these to update "clubs" to whatever you want. You will then have to reupload that file and run the support tool. If you're hosted with CiC, you may have to wait on them to fix the FURL issue (Speaking of which, @Charles, is that going to be fixed, ever?) Link to comment Share on other sites More sharing options...
Reality Capture Experts Posted May 13, 2018 Author Share Posted May 13, 2018 cool, thanks Link to comment Share on other sites More sharing options...
newbie LAC Posted May 13, 2018 Share Posted May 13, 2018 36 minutes ago, AlexWright said: This is a known bug in the 4.x series introduced in 4.1.x. The bug related with app. Clubs is module. So the right way is edit FURLs in ACP Link to comment Share on other sites More sharing options...
Reality Capture Experts Posted May 13, 2018 Author Share Posted May 13, 2018 7 hours ago, newbie LAC said: The bug related with app. Clubs is module. So the right way is edit FURLs in ACP can you explain where to edit URL in ACP just a little better, I couldn't find where. Thanks Link to comment Share on other sites More sharing options...
Reality Capture Experts Posted May 13, 2018 Author Share Posted May 13, 2018 I was able to locate fURL > Advanced FURL Configuration A feature that is both powerful and potentially harmful, advanced FURL configuration should only be used if you are comfortable changing the URL structure of your Community. For nearly all sites it is not necessary. Here we show an example use case of advanced FURL customization. Say you have a previous system that used the url /oldLogin for your login page. By adding a FURL configuration here this would automatically load the actual Invision Community login page when visiting that URL. Other uses cases might be renaming certain URLs if you use your Community in a unique way, adding aliases, or capturing older links that might need redirection. Link to comment Share on other sites More sharing options...
Reality Capture Experts Posted May 13, 2018 Author Share Posted May 13, 2018 Thank You Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.