Feature #4581
Use Dmitry's pagebrowse extension - Patch attached
| Status: | Resolved | Start date: | 2009-09-11 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | Design Templates | |||
| Target version: | 1.9.0 | Estimated time: | 2.00 hours | |
| Votes: | 0 |
Description
Very simple implementation.
The great advantage of pagebrowse is, that you have to set it up once and then it will work.
Do not forget to remove the TypoScript if the old pagebrowser creation gets completely removed.
For everyone who wants the old pagebrowser: Simply add the following TS to your template:
plugin.tx_mmforum_pi1.doNotUsePageBrowseExtension = 1
You may need to set this also for other mm_forum plugins.
Associated revisions
Outsourced pagebrowsing to pagebrowser extension by Dmitry Dulepov (Fixed issue #4581)
Outsourced pagebrowsing to pagebrowser extension by Dmitry Dulepov (Fixed issue #4581)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/mm_forum/trunk@24678 735d13b6-9817-0410-8766-e36946ffe9aa
History
Updated by Hauke Hain over 3 years ago
Patch based on revision: 24276
Sady I forgot a debug($this->conf);.
As you cannot apply all patched at once, I hope this mistake doesn't cause much extra work.
Updated by Hauke Hain over 3 years ago
I forgot to change the display of the pagebrowser in the userlist. Sorry. Happened because I do not use it.
Updated by Martin Helmich over 3 years ago
- Status changed from New to Accepted
- Target version set to 1.9.0
Hey Hauke,
thanks for the patch, it is greatly appreciated! The extra debug shouldn't be that much of a problem ;)
Martin
Updated by Martin Helmich over 3 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
- Estimated time set to 2.00
I implemented the patch in r24678. I additionally implemented the new pagebrowser in the user list, the user post listing and the search plugin (moved the getListGetPageBrowser method from tx_mmforum_pi1 to tx_mmforum_base for that and added some additional parameters).
Updated by Martin Helmich over 3 years ago
- Category set to Design Templates