Feature #4569
Opportunity to disable PM , Show PM links only for fe_users - Patch attached!
| Status: | Resolved | Start date: | 2009-09-11 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Messaging | |||
| Target version: | 1.9.0 | Estimated time: | 0.50 hour | |
| Votes: | 0 |
Description
Patch based on revision: 24276
PM Changes:
- PM can be enabled and disabled completely
- Commented the hardcoded JS line out, like in the other plugins already done (because it is configurated via TS)
- No PM buttons will be shown if the user isn't logged in.
I hope I found all places which have something to do with private messaging. :)
History
Updated by Hauke Hain over 3 years ago
- File add_disablePMfunctionMissingFiles.patch added
Argh! My FTP programm didn't overwrite all files.
Here an additional patch. Together with the first you have all changes needed.
The additional patch changes the backend module, so you can enable and disable PM within the BE module.
Updated by Martin Helmich over 3 years ago
- Priority changed from Should have to Could have
- Target version changed from 0.1.8 to 1.9.0
Updated by Hauke Hain over 3 years ago
I forgot to change the display of the PM link in the userlist. Sorry. Happened because I do not use it.
Updated by Hauke Hain over 3 years ago
Regarding add_disablePMfunction.patch: Please replace $conf with $this->conf in mm_forum\pi1\class.tx_mmforum_postfunctions.php marker_getPostmenuMarker.
$conf isn't available.
Updated by Martin Helmich over 3 years ago
- Category set to Messaging
- Status changed from New to Accepted
- Estimated time set to 0.50
Updated by Hauke Hain over 3 years ago
- Status changed from Accepted to Resolved