PDA

View Full Version : ThreadID to a custom URL


exidge
05-17-2008, 08:01 AM
Hello guys,
I've searched the whole forum and also the web, but could't find something useful for my problem.

I'm looking for a custom thread URL, when creating a new thread it should redirect me to some other URL I want. Just like the option in creating forums "(Entering a URL here will cause anyone clicking the forum link to be redirected to that URL)"

I thought about editing it in the database: the threadid number, but that won't work because it will only change the number and not the whole link.

Does somebody have a suggestion?

Cheers,
exidge

Opserty
05-17-2008, 10:15 AM
You should not be touching the threadid number at all. If you are experienced with PHP & MySQL I can give you some general pointers/ideas of which direction to proceed in, else you may be better off just hiring someone or posting in the modification requests section for someone to make it for you.

exidge
05-17-2008, 11:35 AM
Hello,
thank you for your reply. I can do it myself, give me some pointers.