I can see this, but when i make any changes, nothing happens. It seems not to be the right one because this one refers to next.gif which doesn't excist.
#205765 - 01/30/0804:18 PMRe: 1, 2, 3, 4, 5 > Want to replace the > link w. button
[Re: Gizmo]
Gizmo
Registered: 06/04/06
Posts: 12006
Loc: Portland, OR; USA
Odd, I figured it'd be ">" in the language strings (ascii equiv of >) but it isn't (which is odd) so it'd probably be in the template... Or the pagination function lol
Pfffffffffffff, found it. /libs/ubbthreads.inc.php Line 1499 contains: $page_html .= "<td class=\"alt-1\"><a href=\"{$config['BASE_URL']}/ubbthreads.php{$var_start}ubb{$var_eq}{$url}$printer\">></a></td>"; Replace the bolded > by Next page and voila..
Edit the /languages/english/postlist.php Add the following lines: $ubbt_lang['PREV_PAGE2'] = "Previous page"; $ubbt_lang['NEXT_PAGE2'] = "Next page";
Edit the /languages/english/generic.php Add the following lines: $ubbt_lang['PREV_PAGE2'] = "Previous page"; $ubbt_lang['NEXT_PAGE2'] = "Next page";
Do the same for other installed languages if there are. Now your First | < | 1 | 2 | 3 | 4 | 5 | > | Last will be replaced with First | Previous page | 1 | 2 | 3 | 4 | 5 | Next page | Last