XF 1.3 Problem with "go to first unread message"

GreatG

Member
Hi there,

My board URL's looks like: e.g.: http://de.[domain].com/[game]/board
Also, this URL is submitted in the basic settings.

Unfortunately, the "Go to first unread message" button redirects to http://de.[domain].com/index.php/[threadID]/#[postID]

So it cuts the part /[game]/board

What could be the problem?

PHP:
                    <a href="{xen:link threads/unread, $thread}" title="{xen:phrase go_to_first_unread_message}">{xen:helper wrap, $thread.title, 50}</a>
                <xen:else />
                    <a href="{xen:link threads, $thread}">{xen:helper wrap, $thread.title, 50}</a>
                </xen:if>
This part is responsible for the Links, but I don't know from where the xen:link syntax takes the first part of the URL.

Anyone could help?

thanks in advance,
GG
 
Is /board supposed to represent the forum?

The thread URL only contains the path where the forum is installed, the /threads route, the thread title and ID.

Without actual links it's difficult to know what the exact problem is.
 
Top Bottom