I linked a new entry to an existing forum topic, the link appears at the entry (in view template), but when you click the link the next “error” appears: “the page you requested was not found”
I did use the code suggested for that:
{if forum_topic}<a href="http://{path=forums/viewthread}/{forum_topic_id}">Discuss this in our forums</a>{/if}Could the problem be that I have titles in urls for the site, but in forum the urls show the ID number for topics?
- for the site entries, the URLs are “site/view/entry_title”...
- for the forum, the URLs are “site/forums/viewthread/topic_id”
in entry’s publish form, the “Forum” tab shows both, a title for the topic and the topic ID, but I do not find a reference that says which does it use to relate both. Maybe (ee) is trying to find the URL “site/forums/viewthread/topic_title”...
((ee) versions used are in signature)
Advice. Please. Thanks.