<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Tag: views</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: views</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 05:45:50 +0000</pubDate>

<item>
<title>chrishajer on "Views Count Column"</title>
<link>http://bbpress.org/forums/topic/views-column#post-16462</link>
<pubDate>Sun, 25 May 2008 19:49:45 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16462@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is it this plugin?&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/bb-topic-views/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/bb-topic-views/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>mystifier on "Views Count Column"</title>
<link>http://bbpress.org/forums/topic/views-column#post-16459</link>
<pubDate>Sun, 25 May 2008 14:21:39 +0000</pubDate>
<dc:creator>mystifier</dc:creator>
<guid isPermaLink="false">16459@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I notice that some BBPress sites include a VIEWS count column but I haven't managed to find a way to turn it on in Admin or a Plug-in to provide it.&#60;/p&#62;
&#60;p&#62;Can anyone point me in the right direction?
&#60;/p&#62;</description>
</item>
<item>
<title>HowToGeek on "there any way to know how many views a topic has?"</title>
<link>http://bbpress.org/forums/topic/there-any-way-to-know-how-many-views-a-topic-has#post-15775</link>
<pubDate>Fri, 25 Apr 2008 20:00:18 +0000</pubDate>
<dc:creator>HowToGeek</dc:creator>
<guid isPermaLink="false">15775@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If you check the Extend section linked on the top, you'll see a bunch of plugins for these types of things.&#60;/p&#62;
&#60;p&#62;For that particular task: &#60;a href=&#34;http://bbpress.org/plugins/topic/bb-topic-views/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/bb-topic-views/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>motaboy21 on "there any way to know how many views a topic has?"</title>
<link>http://bbpress.org/forums/topic/there-any-way-to-know-how-many-views-a-topic-has#post-15773</link>
<pubDate>Fri, 25 Apr 2008 19:27:49 +0000</pubDate>
<dc:creator>motaboy21</dc:creator>
<guid isPermaLink="false">15773@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;well, i was wondering if you had a plugin for that? or something...&#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>HowToGeek on "Possible to add paging to views?"</title>
<link>http://bbpress.org/forums/topic/possible-to-add-paging-to-views#post-13614</link>
<pubDate>Sun, 03 Feb 2008 18:33:15 +0000</pubDate>
<dc:creator>HowToGeek</dc:creator>
<guid isPermaLink="false">13614@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sweet!&#60;/p&#62;
&#60;p&#62;As usual, you rule.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Possible to add paging to views?"</title>
<link>http://bbpress.org/forums/topic/possible-to-add-paging-to-views#post-13604</link>
<pubDate>Sun, 03 Feb 2008 11:37:08 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">13604@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have now updated &#34;My-Views&#34; to support pagination (multi-page) views for all the standard style views.&#60;/p&#62;
&#60;p&#62;version 0.09 should be in the plugin browser shortly...&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/67&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/67&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;you can see a demonstration of the feature here:&#60;br /&#62;
&#60;a href=&#34;http://bbshowcase.org/forums/view/latest-discussions&#34; rel=&#34;nofollow&#34;&#62;http://bbshowcase.org/forums/view/latest-discussions&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Possible to add paging to views?"</title>
<link>http://bbpress.org/forums/topic/possible-to-add-paging-to-views#post-13600</link>
<pubDate>Sun, 03 Feb 2008 08:21:26 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">13600@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Okay I think everything broke with 0.8.3 and the replacement bb_query class.&#60;/p&#62;
&#60;p&#62;Prior to 0.8.3, all views did a bb_count_last_query() to determine the entire result count vs. the query with a LIMIT.  This is how pagination was determined (via $view_count / $page)&#60;/p&#62;
&#60;p&#62;But the new bb_query_class is short-sighted as it simply returns the number of results it found with the LIMIT attached, which is useless.&#60;/p&#62;
&#60;p&#62;This essentially is a bug. Surprised no-one noticed it sooner. I don't have 0.8.3 running on any large site so I never saw it before.&#60;/p&#62;
&#60;p&#62;I'm trying to find a work-around for my own plugins (ie. &#34;my-views&#34;) but this will affect any plugin developer working with views.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Possible to add paging to views?"</title>
<link>http://bbpress.org/forums/topic/possible-to-add-paging-to-views#post-13596</link>
<pubDate>Sun, 03 Feb 2008 06:49:13 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">13596@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Views do actually have (the ability to do) paging.&#60;br /&#62;
If you put /page/2  after a view url you think should have a second page you'll see it works. &#60;/p&#62;
&#60;p&#62;I vaguely remember encountering the same problem but I can't recall how I fixed it.&#60;/p&#62;
&#60;p&#62;I believe the answer was something missing in the template but I am not positive and will see if I can find how I did it.
&#60;/p&#62;</description>
</item>
<item>
<title>HowToGeek on "Possible to add paging to views?"</title>
<link>http://bbpress.org/forums/topic/possible-to-add-paging-to-views#post-13593</link>
<pubDate>Sun, 03 Feb 2008 00:41:42 +0000</pubDate>
<dc:creator>HowToGeek</dc:creator>
<guid isPermaLink="false">13593@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Something my forum users have been complaining about is the lack of ability for paging on the various views, whether built-in ones or the extended ones available through the my-views plugin.&#60;/p&#62;
&#60;p&#62;I've not yet looked into this, but I figured I'd drop a line here to see if somebody had already solved it (searched with no results)
&#60;/p&#62;</description>
</item>
<item>
<title>itissue on "Permalinks"</title>
<link>http://bbpress.org/forums/topic/permalinks-1#post-13095</link>
<pubDate>Thu, 10 Jan 2008 23:16:18 +0000</pubDate>
<dc:creator>itissue</dc:creator>
<guid isPermaLink="false">13095@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm using the private messaging plugin but now I have to add code to my .htaccess page. I'm stumped as to what to write because I don't understand .htaccess. Could anyone translate this for me?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tapestry.suefeng.com/message?id=1&#34; rel=&#34;nofollow&#34;&#62;http://tapestry.suefeng.com/message?id=1&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://tapestry.suefeng.com/pm.php?new=1&#34; rel=&#34;nofollow&#34;&#62;http://tapestry.suefeng.com/pm.php?new=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The first link's number changes for different messages. For example, the first message will have /message?id=1 and the second one will have /message?id=2.&#60;/p&#62;
&#60;p&#62;The second link actually works fine...i guess it doesn't  need to be fixed but it'd be great if it could look differently.&#60;/p&#62;
&#60;p&#62;Thanks for your time,&#60;br /&#62;
Sue
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "My Views:  major improvements now available"</title>
<link>http://bbpress.org/forums/topic/my-views-major-improvements-now-available#post-10105</link>
<pubDate>Fri, 10 Aug 2007 12:17:19 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">10105@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I worked overnight to bring the My Views plugin up to date for public release. I am pleased to announce it now works with both 0.8.2.1 and the trunk!&#60;/p&#62;
&#60;p&#62;But it now goes way beyond that. Be sure to read the &#60;a href=&#34;http://plugins-svn.bbpress.org/my-views/trunk/readme.txt&#34;&#62;readme.txt&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/67&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/67&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can see a demo here: &#60;a href=&#34;http://bbpress.nfshost.com/forums/view/most-views&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.nfshost.com/forums/view/most-views&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;(My Views is a powerful addition to the default &#34;views&#34; in bbPress. It will let you customize output and adds several new views. My Views consists of a main plugin and several optional &#34;module&#34; plugins that can be added if desired for additional new views.)&#60;/p&#62;
&#60;p&#62;Appended bbPress Views by My Views:&#60;br /&#62;
    * Latest Discussions&#60;br /&#62;
    * Topics I've Started&#60;br /&#62;
    * Topics I've Participated In&#60;/p&#62;
&#60;p&#62;Extended bbPress Views by My Views if optional &#34;bb Topic Views&#34; plugin by Mike Wittmann is installed &#60;a href=&#34;http://bbpress.org/plugins/topic/53&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/53&#60;/a&#62;&#60;br /&#62;
    * Topics with the most views&#60;br /&#62;
    * Topics with the least views&#60;/p&#62;
&#60;p&#62;Extended bbPress Views by My Views if optional &#34;Plugin Browser for bbPress&#34; plugin by Sam Bauers is installed &#60;a href=&#34;http://bbpress.org/plugins/topic/57&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/57&#60;/a&#62;&#60;br /&#62;
   * Installed bbPress Plugins&#60;br /&#62;
   * Available bbPress Plugins&#60;/p&#62;
&#60;p&#62;and many little other tweaks to views including proper titles and headers as well as a dropdown views list box.
&#60;/p&#62;</description>
</item>
<item>
<title>mazdakam on "Plugin: bb-Topic-Views"</title>
<link>http://bbpress.org/forums/topic/plugin-bb-topic-views#post-10102</link>
<pubDate>Fri, 10 Aug 2007 10:34:58 +0000</pubDate>
<dc:creator>mazdakam</dc:creator>
<guid isPermaLink="false">10102@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;:D _CK_ i could not udrestand what should i do you mean i found &#60;/p&#62;
&#60;p&#62;function get_view_count ( $topic_id )&#60;br /&#62;
and&#60;br /&#62;
function initialize_view_count( $topic_id )&#60;/p&#62;
&#60;p&#62;and put this line above them?&#60;br /&#62;
if (!$topic_id) return;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Plugin: bb-Topic-Views"</title>
<link>http://bbpress.org/forums/topic/plugin-bb-topic-views#post-10078</link>
<pubDate>Thu, 09 Aug 2007 15:48:20 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">10078@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ah I know what it is after studying the code a bit.&#60;br /&#62;
They never planned on  $topic_id being null or not set, so it's being inserted into the query as blank.&#60;/p&#62;
&#60;p&#62;mysql is getting something like&#60;br /&#62;
&#60;code&#62;SELECT meta_value FROM $bbdb-&#38;gt;topicmeta WHERE topic_id =  AND meta_key=&#38;#39;views&#38;#39;&#60;/code&#62;&#60;br /&#62;
see the blank before AND? It's unacceptable to mysql, needs to be a value.&#60;/p&#62;
&#60;p&#62;hack&#60;br /&#62;
&#60;code&#62;function get_view_count ( $topic_id )&#60;/code&#62;&#60;br /&#62;
and&#60;br /&#62;
&#60;code&#62;function initialize_view_count( $topic_id )&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and make a new first line for each that says&#60;br /&#62;
&#60;code&#62;if (!$topic_id) return;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Should be a dirty workaround until the author can take a look.
&#60;/p&#62;</description>
</item>
<item>
<title>mazdakam on "Plugin: bb-Topic-Views"</title>
<link>http://bbpress.org/forums/topic/plugin-bb-topic-views#post-10073</link>
<pubDate>Thu, 09 Aug 2007 10:33:31 +0000</pubDate>
<dc:creator>mazdakam</dc:creator>
<guid isPermaLink="false">10073@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i got this error too
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on ""My Threads" - User Specific Views"</title>
<link>http://bbpress.org/forums/topic/my-threads-user-specific-views#post-10067</link>
<pubDate>Wed, 08 Aug 2007 18:34:14 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">10067@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I believe I have figured out how to trick the new trunk alpha version to handle non-query and special views thanks to Sam Bauers.&#60;/p&#62;
&#60;p&#62;I look forward to releasing in a day or so a trunk compatible version of &#34;my views&#34; along with my experimental &#34;list installed plugins&#34; (a public view of your bbpress plugins in use) and &#34;all available bbpress plugins&#34; (based on Sam's powerful plugin browser class).
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on ""My Threads" - User Specific Views"</title>
<link>http://bbpress.org/forums/topic/my-threads-user-specific-views#post-9832</link>
<pubDate>Fri, 03 Aug 2007 08:15:29 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">9832@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yeah, actually - don't use move-it until I have more time to work on it. It doesn't update the db in all the places it really should and can leave things in a weird state.&#60;/p&#62;
&#60;p&#62;I'll definitely add that feature to move-it (create a new topic from a reply). Will give it more work after I get the polls plugin a bit more stable this week.
&#60;/p&#62;</description>
</item>
<item>
<title>HowToGeek on ""My Threads" - User Specific Views"</title>
<link>http://bbpress.org/forums/topic/my-threads-user-specific-views#post-9825</link>
<pubDate>Fri, 03 Aug 2007 03:58:56 +0000</pubDate>
<dc:creator>HowToGeek</dc:creator>
<guid isPermaLink="false">9825@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I haven't tried the trunk yet either... I just opened my forum a week ago and I'm trying to keep up with all the traffic and add the most important missing features.&#60;/p&#62;
&#60;p&#62;The one thing that is very frustrating is that administration and moderation in bbPress is not only virtually non-existent, but it's not even all in one place. If I want to delete a user, I can't do it from the admin panel, I have to go to their profile instead... annoying.&#60;/p&#62;
&#60;p&#62;I want a plugin that lets me take a reply post and turn it into a new topic. That's a sorely lacking feature. Your move-it plugin almost fits the bill, but I have to create a new topic first, and then move the post, and then delete my original post in the new topic, or just make it say &#34;look below, moving post into topic&#34;.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on ""My Threads" - User Specific Views"</title>
<link>http://bbpress.org/forums/topic/my-threads-user-specific-views#post-9824</link>
<pubDate>Fri, 03 Aug 2007 03:45:16 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">9824@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Just out of concerned curiosity, what other plugins have you found that don't support the trunk?&#60;/p&#62;
&#60;p&#62;I suppose I am going to have to break down and setup a testing account with the trunk this weekend or so.&#60;/p&#62;
&#60;p&#62;We need a developer plugin that injects a bunch of fake new users and fake messages for testing.
&#60;/p&#62;</description>
</item>
<item>
<title>HowToGeek on ""My Threads" - User Specific Views"</title>
<link>http://bbpress.org/forums/topic/my-threads-user-specific-views#post-9713</link>
<pubDate>Wed, 01 Aug 2007 14:20:13 +0000</pubDate>
<dc:creator>HowToGeek</dc:creator>
<guid isPermaLink="false">9713@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I might end up helping you with that... I'd like to upgrade but a bunch of the plugins I'm using don't support the trunk.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on ""My Threads" - User Specific Views"</title>
<link>http://bbpress.org/forums/topic/my-threads-user-specific-views#post-9706</link>
<pubDate>Wed, 01 Aug 2007 11:00:24 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">9706@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Good point HowToGeek. The array keys could also be manipulated without having to put back in the topic descriptions too. I could extend the plugin to let the user determine views order.&#60;/p&#62;
&#60;p&#62;Sigh, unfortunately all this will be useless in a month or so. I still don't have the vaguest clue how to convert my routines to the trunk's new methods.
&#60;/p&#62;</description>
</item>
<item>
<title>mazdakam on ""My Threads" - User Specific Views"</title>
<link>http://bbpress.org/forums/topic/my-threads-user-specific-views#post-9687</link>
<pubDate>Tue, 31 Jul 2007 22:55:49 +0000</pubDate>
<dc:creator>mazdakam</dc:creator>
<guid isPermaLink="false">9687@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;great job
&#60;/p&#62;</description>
</item>
<item>
<title>HowToGeek on ""My Threads" - User Specific Views"</title>
<link>http://bbpress.org/forums/topic/my-threads-user-specific-views#post-9601</link>
<pubDate>Mon, 30 Jul 2007 16:45:56 +0000</pubDate>
<dc:creator>HowToGeek</dc:creator>
<guid isPermaLink="false">9601@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Just thought I'd throw this out there... if you want to put the two new views first in the list, you can first unset the existing view, and then re-set it below where you add the new views.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
        unset($views['no-replies']);&#60;br /&#62;
        if (bb_is_user_logged_in()) {&#60;br /&#62;
        $views['my-topics'] = &#34;Topics I've Started&#34;;&#60;br /&#62;
        $views['my-posts'] = &#34;Topics I've Participated In&#34;;&#60;br /&#62;
        }&#60;br /&#62;
        $views['no-replies'] = &#34;Topics with no replies&#34;;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You can also rename the view that way if you want.
&#60;/p&#62;</description>
</item>
<item>
<title>HowToGeek on ""My Threads" - User Specific Views"</title>
<link>http://bbpress.org/forums/topic/my-threads-user-specific-views#post-9596</link>
<pubDate>Mon, 30 Jul 2007 14:49:22 +0000</pubDate>
<dc:creator>HowToGeek</dc:creator>
<guid isPermaLink="false">9596@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sweet, the plugin works for me!&#60;/p&#62;
&#60;p&#62;Thanks a ton!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on ""My Threads" - User Specific Views"</title>
<link>http://bbpress.org/forums/topic/my-threads-user-specific-views#post-9592</link>
<pubDate>Mon, 30 Jul 2007 08:41:11 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">9592@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;For anyone running 0.8.2.x I bundled this as a proper plugin with some of my other &#34;views&#34; tricks:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://ckon.wordpress.com/2007/07/30/new-plugin-my-views-for-bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://ckon.wordpress.com/2007/07/30/new-plugin-my-views-for-bbpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;optional: install bb-topic-views for the other extra views
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on ""My Threads" - User Specific Views"</title>
<link>http://bbpress.org/forums/topic/my-threads-user-specific-views#post-9591</link>
<pubDate>Mon, 30 Jul 2007 08:03:05 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">9591@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Er, wait a minute. This new view registation method takes away massive potential from views.&#60;/p&#62;
&#60;p&#62;For example you can't manipulate the data before and/or after the BB_QUERY.&#60;/p&#62;
&#60;p&#62;Here's how I find &#34;most viewed&#34; and &#34;least viewed&#34; topics and create new views for them. How the heck is this even remotely possible with the new method? The new method also takes away all natural mysql query methods, making things much more complicated and easier to make mistakes on query configuration.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function most_views( $view ) {
global $bbdb, $topics, $view_count;
if ($view==&#38;#39;most-views&#38;#39;)  {$sort=&#38;quot;DESC&#38;quot;;}
if ($view==&#38;#39;least-views&#38;#39;)  {$sort=&#38;quot;ASC&#38;quot;;}
if ($view==&#38;#39;least-views&#38;#39; &#124;&#124; $view==&#38;#39;most-views&#38;#39;)  {
$limit = bb_get_option(&#38;#39;page_topics&#38;#39;);
$where = apply_filters(&#38;#39;get_latest_topics_where&#38;#39;,&#38;#39;&#38;#39;);
$most_views = $bbdb-&#38;gt;get_results(&#38;quot;SELECT topic_id FROM $bbdb-&#38;gt;topicmeta WHERE meta_key=&#38;#39;views&#38;#39; ORDER BY cast(meta_value as UNSIGNED) $sort LIMIT $limit&#38;quot;);
foreach (array_keys($most_views) as $i) {$trans[$most_views[$i]-&#38;gt;topic_id] =&#38;#38; $most_views[$i];} $ids = join(&#38;#39;,&#38;#39;, array_keys($trans));
$topics =&#38;quot;SELECT * FROM $bbdb-&#38;gt;topics WHERE topic_status=0 AND topic_id IN ($ids) $where ORDER BY FIELD(topic_id, $ids)&#38;quot;;
$topics = $bbdb-&#38;gt;get_results($topics);
$view_count  = count($topics);
$topics = bb_append_meta( $topics, &#38;#39;topic&#38;#39; );
}}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;.&#60;br /&#62;
Absolutely no way to do that purely though BB_QUERY, at least to my limited knowledge. You'd have to hook BB_QUERY and check for what it's doing on every call and that's nasty.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on ""My Threads" - User Specific Views"</title>
<link>http://bbpress.org/forums/topic/my-threads-user-specific-views#post-9588</link>
<pubDate>Mon, 30 Jul 2007 07:42:09 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">9588@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sigh, I guess I'll tempt fate and install the latest trunk. Though I know it's going to instantly break half a dozen plugins or more, so I need to do that when I have a full night to dedicate to it.&#60;/p&#62;
&#60;p&#62;I really like &#34;views&#34; and keep thinking of more helpful ones I can create that drill down through the data.&#60;/p&#62;
&#60;p&#62;&#60;em&#62;You should enquire about the development priorities and directions on the bbPress dev list though, you may get more joy there.&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;I find it somewhat hilarious that a *forum* development team uses a mailing list for group communications. The year 2000 called - it wants it's static email posts back!
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on ""My Threads" - User Specific Views"</title>
<link>http://bbpress.org/forums/topic/my-threads-user-specific-views#post-9564</link>
<pubDate>Sun, 29 Jul 2007 15:53:19 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">9564@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I usually fix the bugs I find and then the trunk catches up with me a day or two later after I submit a patch....   ; )
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on ""My Threads" - User Specific Views"</title>
<link>http://bbpress.org/forums/topic/my-threads-user-specific-views#post-9563</link>
<pubDate>Sun, 29 Jul 2007 15:09:48 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">9563@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Never had a problem. There's occasionally a bug in it but I've never noticed it and it was invariably fixed within a day or two. It's fine running it.
&#60;/p&#62;</description>
</item>
<item>
<title>HowToGeek on ""My Threads" - User Specific Views"</title>
<link>http://bbpress.org/forums/topic/my-threads-user-specific-views#post-9561</link>
<pubDate>Sun, 29 Jul 2007 13:48:09 +0000</pubDate>
<dc:creator>HowToGeek</dc:creator>
<guid isPermaLink="false">9561@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Using standard 0.8.2.1 release... wasn't sure how stable the trunk is.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on ""My Threads" - User Specific Views"</title>
<link>http://bbpress.org/forums/topic/my-threads-user-specific-views#post-9560</link>
<pubDate>Sun, 29 Jul 2007 13:46:58 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">9560@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#38;gt; Any idea what I could be doing wrong here?&#60;/p&#62;
&#60;p&#62;Are you using the latest trunk or the standard 0.8.2.1 release?&#60;/p&#62;
&#60;p&#62;Latest trunk won't work with the above code.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
