XF 1.5 Redirect xenforo to xenforo diferent id

ososusy

Member
Hello,

I am trying to redirect xenforo to xenforo to diferent id, but i cant find the file where i have to put the necesary code... I mean... that i need is to find the thread.php or other file that show the thread.... where can i find it?

For example: In phpbb, the file is viewtopic.php, in vbulletin is showtread....

Thanks you.
 
What exactly are you trying to do?

If you mean redirect from one URL to another, you would use a rewrite rule in .htaccess.

Thank you for your answer... that i trying to do is the following redirection:

https://atlas.portalpez.com/fichas/...mación-a-la-genética-de-los-peces-disco.3158/

Redirecto to:

https://foro.portalpez.com/threads/pez-disco-aproximacion-a-la-genetica-de-los-peces-disco.123999/

I have the map id to do a propper redirection... recently i have done this kind of redirection using vb redirection script for phpbb based forum, example:
https://biblioteca.portalpez.com/el-plakat-vt2950.html

Redirect to:

https://atlas.portalpez.com/fichas/threads/el-plakat.3453/
 
You will need a proper redirection script if the IDs are different.

I don't believe there is one for XF, so you will need to have one developed.
 
I use this https://xenforo.com/community/resources/redirection-scripts-for-vbulletin-3-x.264/ to redirect from phpbb based forum to xenforo with diferent id, using IMPORT_LOG_TABLE

In this case, the only think that i have to know is the name of the file that show the thread, viewtopic.php, and do the changes there to redirect...

So, that i want to know is, in xenforo, what is the name of the file that show the thread and where is located? Because there is al least 3 thread.php...

And of course, any other recomendations are welcome....
 
Top Bottom