Read New Post button at bottom of thread
This modification is in the archives.
While on my site and when I got the the bottom of the page while reading a thread I got sick of going back to the top of the page to click on NEW POSTS again. So I added a button at the bottom of each thread so when you go to the bottom of the page you did not have to scroll all the way back to the top to click on NEW POSTS then you go do it from there.
I went into my ADMINCP and went to templates and edited ShowThread Templates/SHOWTHREAD. Find: PHP Code:
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$LASTPOSTID"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>
PHP Code:
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$LASTPOSTID"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a>
Now right above the </td> at the end of this code insert this code: PHP Code:
<!-- New Post mod -->
Download No files for download. Screenshots
|