You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, there is no way to change this presently. As you can see, the forum/ prefix is hardcoded in the URLs definition of the forum application ([ref|(https://github.com/ellmetha/django-machina/blob/main/machina/apps/forum/urls.py#L28)).
The only way to override this presently would be to create application overrides of the right machina's built-in application and override their urls.py module. Ideally, one setting could be added in order to allow customization of this prefix, and I am open to reviewing PRs where this would be added. 🙂
Hello,
my forums URL are of this format - "forum/forum/jobsvacancies-3/"
is there a way to remove the second "forum" path?
So that I get "forum/jobsvacancies-3/"
The text was updated successfully, but these errors were encountered: