User selects number of posts to view


Notice: Undefined variable: params in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 63

Warning: array_merge(): Expected parameter 2 to be an array, null given in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 63

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 70

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 80

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 85

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 91

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 93

Made use of Free HTML widget and placed at top of #sidebar. Also added a link to view all posts. The maximum number of posts per page displayed by the later is set in [/skins/_postidx.disp.php]
Line 28: 'limit' => 57,

Code

<form id="nOp" action="https://calstock.org.uk/elf.php">
<div>
<label>1 to 19 </label>
<input type="hidden" id="disp" name="disp" value="posts" />
<input type="number" style="width:3em" id="posts" name="posts" type="text" size="1" value="" min="1" max="19" />
<input type="submit" value="Go" />
</div>
</form><br />
<a href="https://calstock.org.uk/elf.php?disp=postidx">View Index of All Plots</a>

In [/inc/_core/_.template.funcsphp] changed tile to Plot Index
Line 389: 'postidx_text' => T_('Plot Index'),