Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
270 views
in Q2A Core by
Hello

I used a plugin ("User Management") and I accidentally removed some threads.  Considering I can still find the content, how can I recreate the urls?

I mean, suppose the original url was:

https://myforum/411/the-meaning-of-life

I know how to recreate the part "the-meaning-of-life", but how do I recreate the part "411"?
by
411 is postid in the database. Try something like $question['raw']['postid']   or you can trace the original plugin's code in github.

Please log in or register to answer this question.

...