phpbb/phpBB/includes/mcp
marcosbc 7446361ad4 [ticket/12270] Corrent post and topic approval notification message
When you submit a post with needed approval (say user A), and then
it gets approved by another user (user B), a subscribed user (user C)
to that forum would receive a notification indicating:
-A has replied to topic 'New Topic' in the forum 'xyz'.
The expected result would be:
-A has posted a new topic 'New topic' in the forum 'xyz'.
This has fixed by adding a TOPIC_ID template variable to
mcp_post.html and, in there, depending if the first post is the topic's
first post or not, add a input's with name topic_id_list[] or
post_id_list[] and then the respective value (TOPIC_ID or POST_ID).

PHPBB3-12270
2014-05-03 20:29:28 +02:00
..
info Merge branch 'ticket/12186' into ticket/12186a 2014-04-27 22:29:37 +03:00
mcp_ban.php [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code. 2014-04-29 17:51:21 +02:00
mcp_forum.php Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into develop-ascraeus 2014-05-02 12:22:05 +02:00
mcp_front.php [ticket/12052] Use different visibility when post was edited 2014-04-25 11:52:22 +02:00
mcp_logs.php [ticket/12153] Remove redundant calls to pagination.on_page(). 2014-02-03 23:00:39 -08:00
mcp_main.php [ticket/12052] Use different visibility when post was edited 2014-04-25 11:52:22 +02:00
mcp_notes.php [ticket/9758] Removed useless if-conditions to include functions.php 2014-03-28 19:12:31 +01:00
mcp_pm_reports.php [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code. 2014-04-29 17:51:21 +02:00
mcp_post.php [ticket/12052] Use different visibility when post was edited 2014-04-25 11:52:22 +02:00
mcp_queue.php [ticket/12270] Corrent post and topic approval notification message 2014-05-03 20:29:28 +02:00
mcp_reports.php Merge remote-tracking branch 'github-nickvergessen/ticket/12371' into develop-ascraeus 2014-05-02 12:11:09 +02:00
mcp_topic.php [ticket/12052] Use different visibility when post was edited 2014-04-25 11:52:22 +02:00
mcp_warn.php Merge remote-tracking branch 'Elsensee/ticket/7707' into develop-ascraeus 2014-04-05 09:54:14 +02:00