View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017765 | phpList 3 application | Campaign Management | public | 22-07-15 18:50 | 16-01-19 09:46 |
Reporter | duncanc | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.2.0 | ||||
Fixed in Version | 3.2.0 | ||||
Summary | 0017765: Allow plugins to add to the view message page | ||||
Description | Allow a plugin to add its own data to the view message page. For example, the RSS Feed plugin can display the feed URL. Add a new method to default plugin, function viewMessage($messageid, $messagedata) A plugin can then override this method to return two values the caption to be included in the left hand column the html to be included in the right hand column Then in admin/message.php call each plugin and add a row to the set of message fields when the plugin has returned a result. See attached screenshot for how this might look. | ||||
Tags | No tags attached. | ||||
|
|
|
are you PRing that? Or shall I write it. Should be quite straightforward. |
|
Yes, I have modified the code but wanted to check that the approach is ok. I will create a pull request tomorrow. |
|
Yes, I think it's a good idea. Some plugins have information that is sensible to display in this place. |
|
See GitHub pull request https://github.com/phpList/phplist3/pull/18 |