Jump to content

changing clubs directory url

Featured Replies

Posted

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

 

 

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?)

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

  • Author

 

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

Edited by Reality Capture Experts

  • Author

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.

111r4f5.png

 

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.

 

 

Edited by Reality Capture Experts

  • Author

Thank You

Edited by Reality Capture Experts

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.