Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: https://bbpress.trac.wordpress.org/ticket/2480?format=rss

  1. <?xml version="1.0"?>
  2. <rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  3.  <channel>
  4.    <title>bbPress Trac: Ticket #2480: user forum subscriptions not shown</title>
  5.    <link>https://bbpress.trac.wordpress.org/ticket/2480</link>
  6.    <description>&lt;p&gt;
  7. Relates to your pretty well new forum subscriptions feature (&lt;a class="closed ticket" href="https://bbpress.trac.wordpress.org/ticket/2299" title="#2299: task (blessed): Forum topic notifications (closed: fixed)"&gt;#2299&lt;/a&gt;):
  8. &lt;/p&gt;
  9. &lt;p&gt;
  10. includes/user/functions line 639: bbp_get_user_forum_subscriptions() tries to query &lt;code&gt;bbp_has_forums( array( 'post__in' =&amp;gt; $subscriptions ) )&lt;/code&gt;but &lt;code&gt;'post__in'&lt;/code&gt; is no $arg for bbp_has_forums. It returns false even if user has forum subscriptions. So on user's subscription page no forums show up but 'You are not currently subscribed to any forums.'
  11. &lt;/p&gt;
  12. </description>
  13.    <language>en-us</language>
  14.    <image>
  15.      <title>bbPress Trac</title>
  16.      <url>https://bbpress.trac.wordpress.org/chrome/site/your_project_logo.png</url>
  17.      <link>https://bbpress.trac.wordpress.org/ticket/2480</link>
  18.    </image>
  19.    <generator>Trac 1.2.2</generator>
  20.    <item>
  21.      
  22.        <dc:creator>wdfee</dc:creator>
  23.  
  24.      <pubDate>Mon, 25 Nov 2013 20:16:43 GMT</pubDate>
  25.      <title></title>
  26.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:1</link>
  27.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:1</guid>
  28.      <description>
  29.        &lt;p&gt;
  30. tested with 2.5, WP 3.7.1
  31. &lt;/p&gt;
  32.      </description>
  33.      <category>Ticket</category>
  34.    </item><item>
  35.      
  36.        <dc:creator>alexvorn2</dc:creator>
  37.  
  38.      <pubDate>Tue, 26 Nov 2013 16:59:15 GMT</pubDate>
  39.      <title>milestone changed</title>
  40.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:2</link>
  41.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:2</guid>
  42.      <description>
  43.          &lt;ul&gt;
  44.            &lt;li&gt;&lt;strong&gt;milestone&lt;/strong&gt;
  45.                changed from &lt;em&gt;2.5.1&lt;/em&gt; to &lt;em&gt;Awaiting Review&lt;/em&gt;
  46.            &lt;/li&gt;
  47.          &lt;/ul&gt;
  48.      </description>
  49.      <category>Ticket</category>
  50.    </item><item>
  51.      
  52.        <dc:creator>johnjamesjacoby</dc:creator>
  53.  
  54.      <pubDate>Wed, 27 Nov 2013 07:47:13 GMT</pubDate>
  55.      <title>milestone changed</title>
  56.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:3</link>
  57.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:3</guid>
  58.      <description>
  59.          &lt;ul&gt;
  60.            &lt;li&gt;&lt;strong&gt;milestone&lt;/strong&gt;
  61.                changed from &lt;em&gt;Awaiting Review&lt;/em&gt; to &lt;em&gt;2.5.1&lt;/em&gt;
  62.            &lt;/li&gt;
  63.          &lt;/ul&gt;
  64.        &lt;p&gt;
  65. If this is happening, &lt;code&gt;post__in&lt;/code&gt; isn't the culprit. &lt;code&gt;bbp_parse_args()&lt;/code&gt; does a simple &lt;code&gt;array_merge()&lt;/code&gt; of the &lt;code&gt;$args&lt;/code&gt; and the default arguments array.
  66. &lt;/p&gt;
  67. &lt;p&gt;
  68. Is it possible you've customized your &lt;code&gt;user-subscriptions.php&lt;/code&gt; template in a parent or child theme? If so, you'll need to add the new forum subscription bit to that template in order for them to appear.
  69. &lt;/p&gt;
  70.      </description>
  71.      <category>Ticket</category>
  72.    </item><item>
  73.      
  74.        <dc:creator>freewpress</dc:creator>
  75.  
  76.      <pubDate>Wed, 27 Nov 2013 08:22:12 GMT</pubDate>
  77.      <title></title>
  78.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:4</link>
  79.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:4</guid>
  80.      <description>
  81.        &lt;p&gt;
  82. I jhon, i have same problems... i have child theme and have copied a new user-subscriptions.php in my bbpress folder.. I receive only: You are not currently subscribed to any forums.
  83. &lt;/p&gt;
  84. &lt;p&gt;
  85. But i have subscribed three forums...
  86. &lt;/p&gt;
  87. &lt;p&gt;
  88. No problems form topic subicribtion.. it show fine.. Other suggestions??
  89. &lt;/p&gt;
  90. &lt;p&gt;
  91. Also.. i have renamed my bbpress folder in my theme and used original bbpress default theme... and.. it not show again forum subscription...
  92. &lt;/p&gt;
  93. &lt;p&gt;
  94. In order:
  95. I have add the link to click in content-single-forum.php like this :&amp;lt;?php bbp_forum_subscription_link(); ?&amp;gt;
  96. After i have copy entire user-subscriptions.php in my child theme..
  97. &lt;/p&gt;
  98. &lt;p&gt;
  99. Is all? exist other file  o code to add in other parts?
  100. &lt;/p&gt;
  101.      </description>
  102.      <category>Ticket</category>
  103.    </item><item>
  104.      
  105.        <dc:creator>freewpress</dc:creator>
  106.  
  107.      <pubDate>Thu, 28 Nov 2013 08:34:21 GMT</pubDate>
  108.      <title></title>
  109.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:5</link>
  110.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:5</guid>
  111.      <description>
  112.        &lt;p&gt;
  113. Update:
  114. &lt;/p&gt;
  115. &lt;p&gt;
  116. I have switched in Twenty Thirteen theme and nothing is changed.. I can't see forums subscriptions it remaining: You are not currently subscribed to any forums.
  117. &lt;/p&gt;
  118. &lt;p&gt;
  119. If i subscribe a forum, i see after "unsubscribe" link.. I think is was ok for this function.. And.. Why i can't read my subscribed forums ma only my subscribed topics? Please help..
  120. &lt;/p&gt;
  121. &lt;p&gt;
  122. Thanks.
  123. &lt;/p&gt;
  124.      </description>
  125.      <category>Ticket</category>
  126.    </item><item>
  127.      
  128.        <dc:creator>freewpress</dc:creator>
  129.  
  130.      <pubDate>Thu, 28 Nov 2013 10:00:59 GMT</pubDate>
  131.      <title></title>
  132.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:6</link>
  133.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:6</guid>
  134.      <description>
  135.        &lt;p&gt;
  136. I have look my database and i have found
  137. &lt;/p&gt;
  138. &lt;pre class="wiki"&gt;meta_key wp__bbp_forum_subscriptions
  139. with my two forums meata_value 9816,9813 and my correct user_id.
  140. &lt;/pre&gt;&lt;p&gt;
  141. Now.. If these options are been present in my database, why it not show? :(
  142. &lt;/p&gt;
  143.      </description>
  144.      <category>Ticket</category>
  145.    </item><item>
  146.      
  147.        <dc:creator>freewpress</dc:creator>
  148.  
  149.      <pubDate>Thu, 28 Nov 2013 11:21:02 GMT</pubDate>
  150.      <title>milestone changed</title>
  151.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:7</link>
  152.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:7</guid>
  153.      <description>
  154.          &lt;ul&gt;
  155.            &lt;li&gt;&lt;strong&gt;milestone&lt;/strong&gt;
  156.                changed from &lt;em&gt;2.5.1&lt;/em&gt; to &lt;em&gt;Awaiting Review&lt;/em&gt;
  157.            &lt;/li&gt;
  158.          &lt;/ul&gt;
  159.      </description>
  160.      <category>Ticket</category>
  161.    </item><item>
  162.      
  163.        <dc:creator>freewpress</dc:creator>
  164.  
  165.      <pubDate>Fri, 29 Nov 2013 08:06:46 GMT</pubDate>
  166.      <title></title>
  167.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:8</link>
  168.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:8</guid>
  169.      <description>
  170.        &lt;p&gt;
  171. Another feedback with same issue is here: &lt;a href="http://bbpress.org/forums/topic/menu-link-to-profile/"&gt;http://bbpress.org/forums/topic/menu-link-to-profile/&lt;/a&gt;
  172. &lt;/p&gt;
  173. &lt;p&gt;
  174. Robin W was tested forum subscription in a test site and it report that have same issue...
  175. &lt;/p&gt;
  176.      </description>
  177.      <category>Ticket</category>
  178.    </item><item>
  179.      
  180.        <dc:creator>freewpress</dc:creator>
  181.  
  182.      <pubDate>Fri, 29 Nov 2013 09:26:25 GMT</pubDate>
  183.      <title></title>
  184.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:9</link>
  185.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:9</guid>
  186.      <description>
  187.        &lt;p&gt;
  188. Today other test.. i have used this:
  189. &lt;/p&gt;
  190. &lt;pre class="wiki"&gt;echo implode(',',$subscriptions);
  191. &lt;/pre&gt;&lt;p&gt;
  192. to verify if array are ok.. it show me my two forums subscribed.. Promblems is here?
  193. &lt;/p&gt;
  194. &lt;pre class="wiki"&gt;$query = bbp_has_forums( array( 'post__in' =&amp;gt; $subscriptions ) );
  195. &lt;/pre&gt;
  196.      </description>
  197.      <category>Ticket</category>
  198.    </item><item>
  199.      
  200.        <dc:creator>freewpress</dc:creator>
  201.  
  202.      <pubDate>Fri, 29 Nov 2013 10:34:40 GMT</pubDate>
  203.      <title></title>
  204.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:10</link>
  205.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:10</guid>
  206.      <description>
  207.        &lt;p&gt;
  208. NEWS!!
  209. &lt;/p&gt;
  210. &lt;p&gt;
  211. All my subscribed forums are in subcategory THIS IS THE PROBLEM!
  212. &lt;/p&gt;
  213. &lt;p&gt;
  214. Now i have subscribed a forum thath not have any subforums and IT SHOW IN LIST.
  215. &lt;/p&gt;
  216. &lt;p&gt;
  217. I have 3 subscribed forums and only one show!!!
  218. &lt;/p&gt;
  219. &lt;p&gt;
  220. Another issue... I can't find the bottom [x] to remove forums from subscribed forums list.
  221. &lt;/p&gt;
  222.      </description>
  223.      <category>Ticket</category>
  224.    </item><item>
  225.      
  226.        <dc:creator>freewpress</dc:creator>
  227.  
  228.      <pubDate>Fri, 29 Nov 2013 10:50:50 GMT</pubDate>
  229.      <title></title>
  230.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:11</link>
  231.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:11</guid>
  232.      <description>
  233.        &lt;p&gt;
  234. The [X] Bottom was added by modify loop-single-forum.php THIS IS RESOLVED
  235. &lt;/p&gt;
  236. &lt;p&gt;
  237. Remaining Subcategory forums issue!!!
  238. &lt;/p&gt;
  239.      </description>
  240.      <category>Ticket</category>
  241.    </item><item>
  242.      
  243.        <dc:creator>freewpress</dc:creator>
  244.  
  245.      <pubDate>Fri, 29 Nov 2013 15:07:45 GMT</pubDate>
  246.      <title></title>
  247.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:12</link>
  248.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:12</guid>
  249.      <description>
  250.        &lt;p&gt;
  251. At this point i think problem is line 120 in includes/forums/template.php
  252. &lt;/p&gt;
  253. &lt;pre class="wiki"&gt;'post_parent'         =&amp;gt; bbp_is_forum_archive() ? 0 : bbp_get_forum_id(),
  254. &lt;/pre&gt;&lt;p&gt;
  255. Or function bbp_get_forum_id()...
  256. &lt;/p&gt;
  257. &lt;p&gt;
  258. For example if i set for test:
  259. &lt;/p&gt;
  260. &lt;pre class="wiki"&gt;'post_parent'         =&amp;gt; '',
  261. &lt;/pre&gt;&lt;p&gt;
  262. it show all forums subscribed, but obviously forums archive don't work correctly...
  263. &lt;/p&gt;
  264. &lt;p&gt;
  265. but where are you all? I'm writing alone :D
  266. &lt;/p&gt;
  267.      </description>
  268.      <category>Ticket</category>
  269.    </item><item>
  270.      
  271.        <dc:creator>johnjamesjacoby</dc:creator>
  272.  
  273.      <pubDate>Fri, 29 Nov 2013 15:18:56 GMT</pubDate>
  274.      <title>milestone changed</title>
  275.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:13</link>
  276.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:13</guid>
  277.      <description>
  278.          &lt;ul&gt;
  279.            &lt;li&gt;&lt;strong&gt;milestone&lt;/strong&gt;
  280.                changed from &lt;em&gt;Awaiting Review&lt;/em&gt; to &lt;em&gt;2.5.1&lt;/em&gt;
  281.            &lt;/li&gt;
  282.          &lt;/ul&gt;
  283.        &lt;p&gt;
  284. That's interesting. I'll add a &lt;code&gt;post_parent&lt;/code&gt; argument just to be certain, but you're also correct that subscribing to a category doesn't do much good since it will never have topics, and it isn't a hierarchical subscription that subscribes you to all child forum topics.
  285. &lt;/p&gt;
  286.      </description>
  287.      <category>Ticket</category>
  288.    </item><item>
  289.      
  290.        <dc:creator>johnjamesjacoby</dc:creator>
  291.  
  292.      <pubDate>Fri, 29 Nov 2013 15:27:51 GMT</pubDate>
  293.      <title>status changed; owner, resolution set</title>
  294.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:14</link>
  295.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:14</guid>
  296.      <description>
  297.          &lt;ul&gt;
  298.            &lt;li&gt;&lt;strong&gt;owner&lt;/strong&gt;
  299.              set to &lt;em&gt;johnjamesjacoby&lt;/em&gt;
  300.            &lt;/li&gt;
  301.            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
  302.                changed from &lt;em&gt;new&lt;/em&gt; to &lt;em&gt;closed&lt;/em&gt;
  303.            &lt;/li&gt;
  304.            &lt;li&gt;&lt;strong&gt;resolution&lt;/strong&gt;
  305.                set to &lt;em&gt;fixed&lt;/em&gt;
  306.            &lt;/li&gt;
  307.          &lt;/ul&gt;
  308.        &lt;p&gt;
  309. In &lt;a class="changeset" href="https://bbpress.trac.wordpress.org/changeset/5211" title="In `bbp_has_forums()` do some `post_parent` routing to make sure all ..."&gt;5211&lt;/a&gt;:
  310. &lt;/p&gt;
  311. &lt;div class="message"&gt;&lt;p&gt;
  312. In &lt;code&gt;bbp_has_forums()&lt;/code&gt; do some &lt;code&gt;post_parent&lt;/code&gt; routing to make sure all forums are available on subscription pages. Fixes &lt;a class="reopened ticket" href="https://bbpress.trac.wordpress.org/ticket/2480" title="#2480: defect (bug): user forum subscriptions not shown (reopened)"&gt;#2480&lt;/a&gt;. (2.5 branch)&lt;br /&gt;
  313. &lt;/p&gt;
  314. &lt;/div&gt;
  315.      </description>
  316.      <category>Ticket</category>
  317.    </item><item>
  318.      
  319.        <dc:creator>johnjamesjacoby</dc:creator>
  320.  
  321.      <pubDate>Fri, 29 Nov 2013 15:29:08 GMT</pubDate>
  322.      <title></title>
  323.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:15</link>
  324.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:15</guid>
  325.      <description>
  326.        &lt;p&gt;
  327. In &lt;a class="changeset" href="https://bbpress.trac.wordpress.org/changeset/5212" title="In `bbp_has_forums()` do some `post_parent` routing to make sure all ..."&gt;5212&lt;/a&gt;:
  328. &lt;/p&gt;
  329. &lt;div class="message"&gt;&lt;p&gt;
  330. In &lt;code&gt;bbp_has_forums()&lt;/code&gt; do some &lt;code&gt;post_parent&lt;/code&gt; routing to make sure all forums are available on subscription pages. Fixes &lt;a class="reopened ticket" href="https://bbpress.trac.wordpress.org/ticket/2480" title="#2480: defect (bug): user forum subscriptions not shown (reopened)"&gt;#2480&lt;/a&gt;. (trunk)&lt;br /&gt;
  331. &lt;/p&gt;
  332. &lt;/div&gt;
  333.      </description>
  334.      <category>Ticket</category>
  335.    </item><item>
  336.      
  337.        <dc:creator>freewpress</dc:creator>
  338.  
  339.      <pubDate>Fri, 29 Nov 2013 15:52:08 GMT</pubDate>
  340.      <title></title>
  341.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:16</link>
  342.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:16</guid>
  343.      <description>
  344.        &lt;p&gt;
  345. Issue was resolved.. thanks JJJ it work fine now!!
  346. &lt;/p&gt;
  347.      </description>
  348.      <category>Ticket</category>
  349.    </item><item>
  350.      
  351.        <dc:creator>wdfee</dc:creator>
  352.  
  353.      <pubDate>Wed, 04 Dec 2013 20:00:46 GMT</pubDate>
  354.      <title></title>
  355.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:17</link>
  356.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:17</guid>
  357.      <description>
  358.        &lt;p&gt;
  359. sorry, issue isn't solved for me yet. Still doesn't fetch forums used with buddypress group forum root. The parent must be &lt;code&gt;bbp_group_forums_root_id()&lt;/code&gt;
  360. &lt;/p&gt;
  361.      </description>
  362.      <category>Ticket</category>
  363.    </item><item>
  364.      
  365.        <dc:creator>johnjamesjacoby</dc:creator>
  366.  
  367.      <pubDate>Wed, 04 Dec 2013 21:10:59 GMT</pubDate>
  368.      <title></title>
  369.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:18</link>
  370.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:18</guid>
  371.      <description>
  372.        &lt;p&gt;
  373. Replying to &lt;a class="ticket" href="https://bbpress.trac.wordpress.org/ticket/2480#comment:17" title="Comment 17"&gt;wdfee&lt;/a&gt;:
  374. &lt;/p&gt;
  375. &lt;blockquote class="citation"&gt;
  376. &lt;p&gt;
  377. sorry, issue isn't solved for me yet. Still doesn't fetch forums used with buddypress group forum root. The parent must be &lt;code&gt;bbp_group_forums_root_id()&lt;/code&gt;
  378. &lt;/p&gt;
  379. &lt;/blockquote&gt;
  380. &lt;p&gt;
  381. Can you explain a bit more what issues you're having, and how &lt;code&gt;bbp_group_forums_root_id()&lt;/code&gt; fixes them?
  382. &lt;/p&gt;
  383.      </description>
  384.      <category>Ticket</category>
  385.    </item><item>
  386.      
  387.        <dc:creator>johnjamesjacoby</dc:creator>
  388.  
  389.      <pubDate>Wed, 04 Dec 2013 21:11:14 GMT</pubDate>
  390.      <title>status, milestone changed; resolution deleted</title>
  391.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:19</link>
  392.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:19</guid>
  393.      <description>
  394.          &lt;ul&gt;
  395.            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
  396.                changed from &lt;em&gt;closed&lt;/em&gt; to &lt;em&gt;reopened&lt;/em&gt;
  397.            &lt;/li&gt;
  398.            &lt;li&gt;&lt;strong&gt;resolution&lt;/strong&gt;
  399.                &lt;em&gt;fixed&lt;/em&gt; deleted
  400.            &lt;/li&gt;
  401.            &lt;li&gt;&lt;strong&gt;milestone&lt;/strong&gt;
  402.                changed from &lt;em&gt;2.5.1&lt;/em&gt; to &lt;em&gt;2.5.2&lt;/em&gt;
  403.            &lt;/li&gt;
  404.          &lt;/ul&gt;
  405.      </description>
  406.      <category>Ticket</category>
  407.    </item><item>
  408.      
  409.        <dc:creator>netweb</dc:creator>
  410.  
  411.      <pubDate>Wed, 04 Dec 2013 22:11:36 GMT</pubDate>
  412.      <title></title>
  413.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:20</link>
  414.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:20</guid>
  415.      <description>
  416.        &lt;p&gt;
  417. Scenario 1 works and Scenario 2 does NOT work
  418. &lt;/p&gt;
  419. &lt;p&gt;
  420. Scenario 1 - Repro: Group Forums Parent = &lt;code&gt;-- Forum Root --&lt;/code&gt;
  421. &lt;/p&gt;
  422. &lt;ul&gt;&lt;li&gt;Open a BP Group Forum eg &lt;a class="ext-link" href="http://127.0.0.1/groups/abc123/forum/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://127.0.0.1/groups/abc123/forum/&lt;/a&gt;
  423. &lt;/li&gt;&lt;li&gt;Click 'Subscribe'
  424. &lt;/li&gt;&lt;li&gt;Create a 'New Topic'
  425. &lt;/li&gt;&lt;li&gt;Check email
  426. &lt;/li&gt;&lt;li&gt;Works as expected
  427. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
  428. Scenario 2 - Repro: Group Forums Parent = &lt;code&gt;BPGROUPROOT&lt;/code&gt;
  429. &lt;/p&gt;
  430. &lt;ul&gt;&lt;li&gt;Create a new forum to use as the BP Group Forums Parent eg &lt;code&gt;BPGROUPROOT&lt;/code&gt;
  431. &lt;/li&gt;&lt;li&gt;Update bbPress setting to use Group Forums Parent = &lt;code&gt;BPGROUPROOT&lt;/code&gt;
  432. &lt;/li&gt;&lt;li&gt;Create a new BP group with forums
  433. &lt;/li&gt;&lt;li&gt;Open BP Group Forum eg &lt;a class="ext-link" href="http://127.0.0.1/groups/def456/forum/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://127.0.0.1/groups/def456/forum/&lt;/a&gt;
  434. &lt;/li&gt;&lt;li&gt;Click 'Subscribe'
  435. &lt;/li&gt;&lt;li&gt;Create a 'New Topic'
  436. &lt;/li&gt;&lt;li&gt;Check email
  437. &lt;/li&gt;&lt;li&gt;Does NOT works as expected
  438. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
  439. &lt;em&gt;Did not test using a fresh setup where &lt;a class="wiki" href="https://bbpress.trac.wordpress.org/wiki/BuddyPress"&gt;BuddyPress&lt;/a&gt; creates its own forum root for group forums.&lt;/em&gt;
  440. &lt;/p&gt;
  441.      </description>
  442.      <category>Ticket</category>
  443.    </item><item>
  444.      
  445.        <dc:creator>johnjamesjacoby</dc:creator>
  446.  
  447.      <pubDate>Wed, 04 Dec 2013 23:03:56 GMT</pubDate>
  448.      <title>keywords set</title>
  449.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:21</link>
  450.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:21</guid>
  451.      <description>
  452.          &lt;ul&gt;
  453.            &lt;li&gt;&lt;strong&gt;keywords&lt;/strong&gt;
  454.              &lt;em&gt;needs-patch&lt;/em&gt; added
  455.            &lt;/li&gt;
  456.          &lt;/ul&gt;
  457.      </description>
  458.      <category>Ticket</category>
  459.    </item><item>
  460.      
  461.        <dc:creator>wdfee</dc:creator>
  462.  
  463.      <pubDate>Thu, 05 Dec 2013 06:17:35 GMT</pubDate>
  464.      <title></title>
  465.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:22</link>
  466.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:22</guid>
  467.      <description>
  468.        &lt;p&gt;
  469. For me I solved it changing in includes/forums/template.php
  470. `&lt;em&gt; Forum archive only shows root
  471. &lt;/em&gt;&lt;/p&gt;
  472. &lt;blockquote&gt;
  473. &lt;p&gt;
  474. if ( bbp_is_forum_archive() ) {
  475. &lt;/p&gt;
  476. &lt;blockquote&gt;
  477. &lt;p&gt;
  478. $default_post_parent = 0;
  479. &lt;/p&gt;
  480. &lt;/blockquote&gt;
  481. &lt;p&gt;
  482. &lt;em&gt; User subscriptions shows any
  483. } elseif ( bbp_is_subscriptions() ) {
  484. &lt;/em&gt;&lt;/p&gt;
  485. &lt;blockquote&gt;
  486. &lt;blockquote&gt;
  487. &lt;p&gt;
  488. $default_post_parent = 'any';
  489. &lt;/p&gt;
  490. &lt;/blockquote&gt;
  491. &lt;/blockquote&gt;
  492. &lt;p&gt;
  493. &lt;em&gt; Could be anything, so look for possible parent ID
  494. } &lt;strong&gt;elseif( !bp_is_group() ) {
  495. &lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
  496. &lt;blockquote&gt;
  497. &lt;blockquote&gt;
  498. &lt;p&gt;
  499. &lt;strong&gt;$default_post_parent = bbp_get_group_forums_root_id();&lt;/strong&gt;
  500. &lt;/p&gt;
  501. &lt;/blockquote&gt;
  502. &lt;/blockquote&gt;
  503. &lt;p&gt;
  504. }&lt;strong&gt; else {
  505. &lt;/strong&gt;&lt;/p&gt;
  506. &lt;blockquote&gt;
  507. &lt;blockquote&gt;
  508. &lt;p&gt;
  509. $default_post_parent = bbp_get_forum_id();
  510. &lt;/p&gt;
  511. &lt;/blockquote&gt;
  512. &lt;/blockquote&gt;
  513. &lt;p&gt;
  514. } `
  515. &lt;/p&gt;
  516. &lt;/blockquote&gt;
  517. &lt;p&gt;
  518. The &lt;code&gt;elseif( !bp_is_group() )&lt;/code&gt; just needs one more statement to control if buddypress and groups are used.
  519. &lt;/p&gt;
  520.      </description>
  521.      <category>Ticket</category>
  522.    </item><item>
  523.      
  524.        <dc:creator>johnjamesjacoby</dc:creator>
  525.  
  526.      <pubDate>Thu, 12 Dec 2013 06:51:11 GMT</pubDate>
  527.      <title></title>
  528.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:23</link>
  529.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:23</guid>
  530.      <description>
  531.        &lt;p&gt;
  532. Replying to &lt;a class="ticket" href="https://bbpress.trac.wordpress.org/ticket/2480#comment:17" title="Comment 17"&gt;wdfee&lt;/a&gt;:
  533. &lt;/p&gt;
  534. &lt;blockquote class="citation"&gt;
  535. &lt;p&gt;
  536. sorry, issue isn't solved for me yet. Still doesn't fetch forums used with buddypress group forum root. The parent must be &lt;code&gt;bbp_group_forums_root_id()&lt;/code&gt;
  537. &lt;/p&gt;
  538. &lt;/blockquote&gt;
  539. &lt;p&gt;
  540. Your fix above will actually break more than it fixes. What about non-group forums?
  541. &lt;/p&gt;
  542. &lt;p&gt;
  543. We need to figure out why the &lt;code&gt;bbp_is_subscriptions()&lt;/code&gt; check isn't returning true when a user is viewing their subscriptions.
  544. &lt;/p&gt;
  545.      </description>
  546.      <category>Ticket</category>
  547.    </item><item>
  548.      
  549.        <dc:creator>johnjamesjacoby</dc:creator>
  550.  
  551.      <pubDate>Thu, 12 Dec 2013 06:52:02 GMT</pubDate>
  552.      <title></title>
  553.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:24</link>
  554.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:24</guid>
  555.      <description>
  556.        &lt;p&gt;
  557. Replying to &lt;a class="ticket" href="https://bbpress.trac.wordpress.org/ticket/2480#comment:20" title="Comment 20"&gt;netweb&lt;/a&gt;:
  558. &lt;/p&gt;
  559. &lt;blockquote class="citation"&gt;
  560. &lt;p&gt;
  561. Scenario 2 - Repro: Group Forums Parent = &lt;code&gt;BPGROUPROOT&lt;/code&gt;
  562. &lt;/p&gt;
  563. &lt;ul&gt;&lt;li&gt;Create a new forum to use as the BP Group Forums Parent eg &lt;code&gt;BPGROUPROOT&lt;/code&gt;
  564. &lt;/li&gt;&lt;li&gt;Update bbPress setting to use Group Forums Parent = &lt;code&gt;BPGROUPROOT&lt;/code&gt;
  565. &lt;/li&gt;&lt;li&gt;Create a new BP group with forums
  566. &lt;/li&gt;&lt;li&gt;Open BP Group Forum eg &lt;a class="ext-link" href="http://127.0.0.1/groups/def456/forum/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://127.0.0.1/groups/def456/forum/&lt;/a&gt;
  567. &lt;/li&gt;&lt;li&gt;Click 'Subscribe'
  568. &lt;/li&gt;&lt;li&gt;Create a 'New Topic'
  569. &lt;/li&gt;&lt;li&gt;Check email
  570. &lt;/li&gt;&lt;li&gt;Does NOT works as expected
  571. &lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;
  572. &lt;p&gt;
  573. This works for me. The &lt;code&gt;post_parent&lt;/code&gt; isn't checked when sending notification emails.
  574. &lt;/p&gt;
  575.      </description>
  576.      <category>Ticket</category>
  577.    </item><item>
  578.      
  579.        <dc:creator>johnjamesjacoby</dc:creator>
  580.  
  581.      <pubDate>Fri, 27 Dec 2013 22:39:33 GMT</pubDate>
  582.      <title>milestone changed</title>
  583.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:25</link>
  584.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:25</guid>
  585.      <description>
  586.          &lt;ul&gt;
  587.            &lt;li&gt;&lt;strong&gt;milestone&lt;/strong&gt;
  588.                changed from &lt;em&gt;2.5.2&lt;/em&gt; to &lt;em&gt;2.6&lt;/em&gt;
  589.            &lt;/li&gt;
  590.          &lt;/ul&gt;
  591.        &lt;p&gt;
  592. Moving to 2.6 to look into further.
  593. &lt;/p&gt;
  594.      </description>
  595.      <category>Ticket</category>
  596.    </item><item>
  597.      
  598.        <dc:creator>johnjamesjacoby</dc:creator>
  599.  
  600.      <pubDate>Sun, 15 Jun 2014 15:30:53 GMT</pubDate>
  601.      <title>keywords, milestone changed</title>
  602.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:26</link>
  603.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:26</guid>
  604.      <description>
  605.          &lt;ul&gt;
  606.            &lt;li&gt;&lt;strong&gt;keywords&lt;/strong&gt;
  607.              &lt;em&gt;reporter-feedback&lt;/em&gt; added
  608.            &lt;/li&gt;
  609.            &lt;li&gt;&lt;strong&gt;milestone&lt;/strong&gt;
  610.                changed from &lt;em&gt;2.6&lt;/em&gt; to &lt;em&gt;2.7&lt;/em&gt;
  611.            &lt;/li&gt;
  612.          &lt;/ul&gt;
  613.        &lt;p&gt;
  614. This is still working correctly for me. Moving to 2.7 pending more investigation.
  615. &lt;/p&gt;
  616.      </description>
  617.      <category>Ticket</category>
  618.    </item><item>
  619.      
  620.        <dc:creator>johnjamesjacoby</dc:creator>
  621.  
  622.      <pubDate>Tue, 09 Sep 2014 19:27:35 GMT</pubDate>
  623.      <title>milestone changed</title>
  624.      <link>https://bbpress.trac.wordpress.org/ticket/2480#comment:27</link>
  625.      <guid isPermaLink="false">https://bbpress.trac.wordpress.org/ticket/2480#comment:27</guid>
  626.      <description>
  627.          &lt;ul&gt;
  628.            &lt;li&gt;&lt;strong&gt;milestone&lt;/strong&gt;
  629.                changed from &lt;em&gt;2.7&lt;/em&gt; to &lt;em&gt;2.8&lt;/em&gt;
  630.            &lt;/li&gt;
  631.          &lt;/ul&gt;
  632.        &lt;p&gt;
  633. Bumping all 2.7 to 2.8 milestone.
  634. &lt;/p&gt;
  635.      </description>
  636.      <category>Ticket</category>
  637.    </item>
  638. </channel>
  639. </rss>

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=https%3A//bbpress.trac.wordpress.org/ticket/2480%3Fformat%3Drss

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda