Bug (and solution) in ver 2.0: Next not working in Parameters|Stopwords
Bug in version 2.0: Intranet, Parameters, Stopwords: The link "Next
"does not work, because offset is always blank. The solution is to change nextpage to next_page in line 166 in ./intranet/htdocs/intranet-tmpl/default/en/parameters/stopwords.tmpl The correct line is: <a href="<!-- TMPL_VAR NAME=script_name -->?offset=<!-- TMPL_VAR NAME=next_page -->">Next >></a>
On 2004-04-20 13:02:08 +0100 Thomas Boege <thomas@boegenielsen.dk> wrote:
The solution is to change nextpage to next_page in line 166 in ./intranet/htdocs/intranet-tmpl/default/en/parameters/stopwords.tmpl The correct line is: <a href="<!-- TMPL_VAR NAME=script_name -->?offset=<!-- TMPL_VAR NAME=next_page -->">Next >></a>
I have made this change in the default templates of all 2.0 languages. Thank you for your bug report. -- MJR/slef My Opinion Only and possibly not of any group I know. Please http://remember.to/edit_messages on lists to be sure I read http://mjr.towers.org.uk/ gopher://g.towers.org.uk/ slef@jabber.at Creative copyleft computing services via http://www.ttllp.co.uk/
participants (2)
-
MJ Ray -
Thomas Boege