if fount a bunch of bugs more:
template threadbit line 65:
Quote:
<phrase 1="member.php?find=lastposter&t=$thread[threadid]" 2="$thread[lastposter]">$vbphrase[by_x]</phrase> <a href="<if condition="$show['zointsurl']">$thread[zointsurl]?goto=lastpost<else />showthread.php?$session[sessionurl]p=$thread[lastpostid]$thread[highlight]#post$thread[lastpostid]</if>"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
|
-> this does not work with the searchengine. the serach sesult pages will link to:
http://www.yourforum.com/forum/your-title-t123.html?&highlight=keyword?goto=lastpost
while it should be
http://www.yourforum.com/forum/your-title-t123.html?highlight=keyword&goto=lastpost
template search_results_postbit line 25:
Code:
$post[typeprefix] <a href="<if condition="$show['zointsurl']">$post[threadurl]<else />showthread.php?$session[sessionurl]t=$post[threadid]$post[highlight]</if>"><strong>$post[threadtitle]</strong></a>
does not work. it will show a link to the forum in witch the thread is located, not the thread itself.
modification of thempate forumhome_lastpostby is useless, because there will be a redirection anyway. If you do this you just have a rewritten url redirecting to another rewritten (both having parameters). I don't see an advantage doing the modification that is sugested for this template.
if you use "go to the last posting" you will be redirected to a url like this
http://www.yourforum.com/forum/your-title-t123.html?p=470529#post470529
though the last posting might not be on page 1 the url looks like it was page one. If the last posting was on page 3 the url should be
http://www.yourforum.com/forum/your-title-t123p3.html#post470529
on online.php - if a user is currently seeing a thread in the archive, the url has no keywords and two slashes, like
http://www.yourforum.com/forum/archive//t-15828.html
"Use Zoints Archive Navigation?" -> when i use this feature, no navigation shows up at all.