Bug Report

auto_thread_path needs a tweak in the exp:forum:topic_titles tag….

Date: 05/20/2008 Severity: Trivial
Status: Resolved Reporter: Robin Sowell
Version: EE 1.6.3 Assigned To: Not Assigned
Keywords: Modules, Forum

Details

Re: http://expressionengine.com/forums/viewthread/79606/

According to the Docs:

{auto_thread_path}

This variable is replaced by a path built with the URL set in the
"Forum URL" general preference setting for the board that the topic belongs to. For example, this:
<
a href="{auto_thread_path}">{title}</a>

Would be rendered like this:
<
a href="http://www.example.com/index.php/forums/viewthread/11245/">My forum topic</a>


But he’s right- if I use

<a href="{auto_thread_path}"><b>{last_author}</b> posted on the topic <br />


The generated paths look like http://media-cow.com/forums/39/ - need the viewthread bit in there to work properly.

Comment on Bug Report

Name:

Email:

Location:

URL:

Remember my personal information

Notify me of follow-up comments?