These forums are archival. Please visit us on discord!
Yeah, I noticed that they removed the next page button -- that is annoying indeed.
It's not perfect, but the old Arcen theme works well enough and has the previous/next page links.
Quote from: Fiskbit on July 19, 2011, 11:39:12 pmIt's not perfect, but the old Arcen theme works well enough and has the previous/next page links. it is missing the editor for the post markup, though.
Code: [Select]// Show the first page. (>1< ... 6 7 [8] 9 10 ... 15) if ($start > $num_per_page * $PageContiguous) $pageindex = sprintf($base_link, 0, '1'); else $pageindex = '';
// Show the first page. (>1< ... 6 7 [8] 9 10 ... 15) if ($start > $num_per_page * $PageContiguous) $pageindex = sprintf($base_link, 0, '1'); else $pageindex = '';
Things that would make this new forum better:-Ability to see markup tags in the message writing window-ability for the right mouse button context menu to appear when clicking on the body of a message writing window. Notice that if you right click on empty space, you get a different menu than if you right click on text itself!