Quote:
Originally Posted by esfron
The biggest issue in import is when clicking on the 'go to last post' button on forumhome, it says no thread specified and it leads to: /showthread.php?p=0#post0.
I didn't test export to usenet, mailing list, attachments.
|
Is it possible to change the template and avoid the problem, not showing this types of links in the template ? I think yes but i need to verify.
In Template Edit
Forum Home Templates - FORUMHOME: - forumhome_lastpostby
i have changed the link "goto" :
<a href="showthread.php?t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a>
Original :
<a href="showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a>