Topic: Is it easy to change the "topic" word in url ?
Hello, with the "file based fancy" url schema, if i want to change to change the "topic" word with another word ("t" to be shorter or other word), is it easy to do it? How can i do it?
For example, change urls : myforum.com/topicxx-my-subject.html to myforum.com/txx-my-subject.html (where xx is the number of the topic) ?
EDIT : in /include/url/File_based_(fancy)/forum_urls.php if i change :
'topic' => 'topic$1-$2.html',
to :
'topic' => 't$1-$2.html',
I get the urls of the topics changed from topicxx to txx, but when i click on a topic (showing a txx url) i get a 404 error.
Thanks,
Pierre