Forum ‘search in this thread’ pagination issue… |
|||
|---|---|---|---|
| Date: | 08/26/2008 | Severity: | Trivial |
| Status: | Resolved | Reporter: | Robin Sowell |
| Version: | EE 1.6.4 | Assigned To: | Not Assigned |
| Keywords: | Modules, Forum | ||
Details
http://expressionengine.com/forums/viewthread/88597/
I didn’t actually replicate- because you need a whole lot of posts in a single thread that match in order to duplicate. But a quick look at the current code suggests it is a bug.
Basically- in the forum search, if you get the ‘search in this thread’ option and click it and that page is paginated? The page links are off.
Looks like:
http://mysite.com/search_topic/b17c24/P20
vs. one that works if you manually tweak it:
http://mysite.com/search_thread/b17c24/P20
Think it just needs a tweak in mod.forum_core.php around line 11262
'first_url' => $this->_forum_path('/search_topic/'.$this->current_id.$topic_id.'/'),
'path' => $this->_forum_path('/search_topic/'.$this->current_id.$topic_id.'/'),
Comment on Bug Report
| Posted by: Derek Jones on 27 August 2008 9:21am | |
|
|
Fixed for the next release! |
