Very nice hack KirbyDE : )
Quote:
Originally Posted by KirbyDE
If you want to have a link, put the this in template SHOWTHREAD (Thx to AshEbed!)
HTML Code:
<if condition="$show['pagenav']"><a href="showthread.php?$session[sessionurl]t=$threadid&&showall=1">View All</a></if>
|
I guess it will look better when doing the above this way (Don't edit template "SHOWTHREAD"):
Note: My version is vB 3.0.7
1. Open the file "/includes/adminfunctions_template.php" and find this line:
PHP Code:
'array', // used for checking
Below that add:
PHP Code:
'strpos', // used for checking
2. Go to template "pagenav" and find this:
HTML Code:
</tr>
</table>
</div>
Above that add:
HTML Code:
<if condition="strpos($address, 't=')"><td class="alt1"><a class="smallfont" href="$address&showall=1" title="View all posts in a single page">Show All</a></td></if>