PJ Dark - Page Jumper on Site_News.tpl
Installation and Configuration
Hey Dazed,
There is an error in the code for the form jumper... in your index.tpl file find this:
<select name="pagenum" class="form_select" style="width:60px;" onchange="var sel=this.form.pagenum.options[this.form.pagenum.selectedIndex].value;jrLoad('#site_news_div','{$jamroom_url}/site_news/p=' +sel);>and change it to this:
<select name="pagenum" class="form_select" style="width:60px;" onchange="var sel=this.form.pagenum.options[this.form.pagenum.selectedIndex].value;jrLoad('#site_news_div','{$jamroom_url}/site_news/p=' +sel);">You'll need to do the same in the site_news.tpl file.
I'm not sure why the jumper is starting at 2 though...