From: <ir...@us...> - 2012-09-10 10:57:39
|
Revision: 10170 http://xoops.svn.sourceforge.net/xoops/?rev=10170&view=rev Author: irmtfan Date: 2012-09-10 10:57:32 +0000 (Mon, 10 Sep 2012) Log Message: ----------- bug fix: notification not show in newbb/viewtopic.php?post_id=XXXX URLs need a module update after implementation Modified Paths: -------------- XoopsModules/newbb/branches/irmtfan/newbb/changelog-rev10109.txt XoopsModules/newbb/branches/irmtfan/newbb/xoops_version.php Modified: XoopsModules/newbb/branches/irmtfan/newbb/changelog-rev10109.txt =================================================================== --- XoopsModules/newbb/branches/irmtfan/newbb/changelog-rev10109.txt 2012-09-10 06:44:36 UTC (rev 10169) +++ XoopsModules/newbb/branches/irmtfan/newbb/changelog-rev10109.txt 2012-09-10 10:57:32 UTC (rev 10170) @@ -1,5 +1,10 @@ date 2012-09-10 =============================== +1- bug fix: notification not show in newbb/viewtopic.php?post_id=XXXX URLs +in newbb/xoops_version.php + +date 2012-09-10 +=============================== 1- back rank_image and rank_title to rank.image rank.title smarty variables to make consistency with old newbb versions. in newbb/class/user.php, newbb/templates/newbb_thread.html Modified: XoopsModules/newbb/branches/irmtfan/newbb/xoops_version.php =================================================================== --- XoopsModules/newbb/branches/irmtfan/newbb/xoops_version.php 2012-09-10 06:44:36 UTC (rev 10169) +++ XoopsModules/newbb/branches/irmtfan/newbb/xoops_version.php 2012-09-10 10:57:32 UTC (rev 10170) @@ -721,7 +721,8 @@ $modversion['notification']['category'][1]['title'] = _MI_NEWBB_THREAD_NOTIFY; $modversion['notification']['category'][1]['description'] = _MI_NEWBB_THREAD_NOTIFYDSC; $modversion['notification']['category'][1]['subscribe_from'] = 'viewtopic.php'; -$modversion['notification']['category'][1]['item_name'] = 'topic_id'; +// irmtfan remove because "item_name" can be "topic_id" and/or "post_id" +// $modversion['notification']['category'][1]['item_name'] = 'topic_id'; $modversion['notification']['category'][1]['allow_bookmark'] = 1; $modversion['notification']['category'][2]['name'] = 'forum'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |