Hello
I need help with setting urls like in phpBB3 (with seo ultimate)
XF forum url:
domain.com/forums/forum-name.1/
phpBB3 forum url:
domain.com/forum-name-f1
XF topic url
domain.com/threads/topic-name.1
phpBB3 topic url
domain.com/forum-name-f1/topic-name-t1
XF post url
domain.com/threads/topic-name.1/#post-1
phpBB3 post url
domain.com/forum-name-f1/topic-name-t1#p1
XF member profile url:
domain.com/members/username.1/
phpBB3 member profile url:
domain.com/member1.html
I need to get rid of XF prefixes (threads, forums etc)
or place them in shorten form between forum/topic name and ID
In route filters, i tried edit forum urls:
forums/{name}.{name:digit}/
replace
{name}-f{name:digit}/
But i get message that prefix should be first. Why ? (It's very stupid)
I have over 200k posts and many internal linking
I can't affort to loose that.
I need help with setting urls like in phpBB3 (with seo ultimate)
XF forum url:
domain.com/forums/forum-name.1/
phpBB3 forum url:
domain.com/forum-name-f1
XF topic url
domain.com/threads/topic-name.1
phpBB3 topic url
domain.com/forum-name-f1/topic-name-t1
XF post url
domain.com/threads/topic-name.1/#post-1
phpBB3 post url
domain.com/forum-name-f1/topic-name-t1#p1
XF member profile url:
domain.com/members/username.1/
phpBB3 member profile url:
domain.com/member1.html
I need to get rid of XF prefixes (threads, forums etc)
or place them in shorten form between forum/topic name and ID
In route filters, i tried edit forum urls:
forums/{name}.{name:digit}/
replace
{name}-f{name:digit}/
But i get message that prefix should be first. Why ? (It's very stupid)
I have over 200k posts and many internal linking
I can't affort to loose that.