Re: Plugin: Page links for bbPress
Here is a version I super modified for maximum performance and compatibility.
http://pastebin.com/embed_iframe.php?i=N4bxcqpZ
It avoids the extra queries the original version does (when it looks for page-topics plugin/option) and caches a few expensive variables.
It uses pure css with an inline stylesheet so there are no externals to load or check timestamps.
(basically in plain english it puts as little impact as possible on the page)
If someone REALLY wanted the page image it could be easily modified to support that again.
This version only shows the ending page, or if over 5 pages the last two pages, which I think is plenty. (clicking the topic title is always page one anyway)