inherit
136262
0
Jun 24, 2013 21:59:18 GMT -8
nowdocking
1,088
January 2009
nowdocking
|
Post by nowdocking on Jan 11, 2014 13:28:30 GMT -8
Is something like this available for V5. This was a great feature, much missed on newly upgraded forum. (Thanks, Wormopolis!)
<script type="text/javascript"> <!-- // Quick Reply on last page only // By Wormopolis - WormoCodes.proboards.com // Keep header intact
for (lnks=document.getElementsByTagName('a'), a=0; a<lnks.length; a++) { if (lnks[a].href.match(/page=/) && lnks[/a][a].innerHTML.match('?')) { for (txt=document.getElementsByTagName('textarea'), t=0; t<txt.length; t++) { if (txt[t].name && txt[t].name.match(/message/)) { txt[t].parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.style.display="none"; } } break; } } //--> </script>
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Jan 13, 2014 8:54:05 GMT -8
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jan 13, 2014 17:24:24 GMT -8
is there a template variable to determine if the displayed posts are on the last page?
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Jan 14, 2014 9:26:05 GMT -8
Hm, not directly, but you could use lm_limit and lm_total to derive which page is the last page, and then compare that to the current page number.
|
|