How can I manipulate the RM to show something like this:
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: URL_to_thread");
header("Connection: close");
?>
all resources should point to the thread.
all categories should point to the specified forum.
I can try to use two templates.
Or better use an add-on that extends cat and res, fetch forum and thread, echo $output?
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: URL_to_thread");
header("Connection: close");
?>
all resources should point to the thread.
all categories should point to the specified forum.
I can try to use two templates.
Or better use an add-on that extends cat and res, fetch forum and thread, echo $output?