Taken to the first post of the thread

When I usually click the little tab next to the post it takes me to the last post of the thread. For some odd reason, this time, it takes me to the beginning of the thread. Is there a way to fix this?

Thanks

#442938

Are you referring to this image?

firstnew.gif

#443078

Actually, I'm referring to this image:

post-58214-1171828541.gif

lastpost.gif
lastpost.gif

#443131

I noticed this too... it worked with the Aqua-Soft 2 but didn't with Aqua-Soft 3.

Specifically "Link to First Unread Post" worked, but "Link to Last Post" (on forumdisplay) took me to the first post instead. I fixed it by tweaking the skin manually...

#443199

Yep, tiny bug, thats easy to fix.

Edit this template

Forum Home Templates > forumhome_lastpostby

Find

<a href="../../unavailable.html"><img class="inlineimg" src="../../unavailable.html" alt="$vbphrase[go_to_last_post]" border="0" /></a>

Replace

<a href="../../unavailable.html"><img class="inlineimg" src="../../unavailable.html" alt="$vbphrase[go_to_last_post]" border="0" /></a>

#443204

Ah cool. That did it :)

Thank you much ;)

#443681