PDA

View Full Version : URL instead of Thread when posting new thread?


Imperial Fritz
05-09-2005, 10:22 PM
Is it possible to have a thread appear in a forum like a normal thread but actually lead to some url when clicked? Like it can be done with forums?

nexialys
05-09-2005, 10:36 PM
actually impossible, but possible with a hack... instead of a title and message, the thread would become a url-title and url itself... (darn, i talk to much!)

Imperial Fritz
05-10-2005, 03:58 AM
.... and how do we do that?

Tekton
05-10-2005, 06:08 AM
Well, if it was just a static thread, you could just add a line or two to showthread.php and check:

if($threadid==54321){eval(exec_header_redirect($li nk));}

Imperial Fritz
05-10-2005, 02:58 PM
well I'd like to have not just one such thread and editing showthread.php for each thread just doesn't seem too elegant ;)