<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Plugin Browser &#187; Tag: topic views - Recent Posts</title>
		<link>http://bbpress.org/plugins/tags/topic-views</link>
		<description>bbPress Plugin Browser &#187; Tag: topic views - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 05:10:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/tags/topic-views" rel="self" type="application/rss+xml" />

		<item>
			<title>Macmenddotcom on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/4/#post-6243</link>
			<pubDate>Tue, 30 Nov 2010 18:37:58 +0000</pubDate>
			<dc:creator>Macmenddotcom</dc:creator>
			<guid isPermaLink="false">6243@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>so what happened to this plugin, anyone updated it, or is there something that will count views instead or can anyone tell me where I could download this and work on it.
</p>]]></description>
					</item>
		<item>
			<title>bb-gian on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/4/#post-4017</link>
			<pubDate>Sat, 18 Jul 2009 18:14:18 +0000</pubDate>
			<dc:creator>bb-gian</dc:creator>
			<guid isPermaLink="false">4017@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Oh..., ok, didn't know.</p>
<p>From now on I'll read the .txt file.</p>
<p>But it's so absurd that the text for the info on the oficial plugin site is screwed up and not fixed.  A text on a web page should display correctly. We build complex applications, have discussions about coding miracles and all on this (and other) forums, and than we can't make a simple basic text display properly on a web page… I 'm always so fascinated by this kind of contradiction.</p>
<p>Anyway, thanks for the reply, _ck_. Onward…</p>
<p>(My forum is getting better and better now, and when it's the way I wanted it to be, it'll be a great example to showcase a bbPress powered forum.)
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/4/#post-4012</link>
			<pubDate>Sat, 18 Jul 2009 16:18:57 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">4012@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>You should always read the readme.txt file directly.<br />
The plugin viewer here always messes text up, just like wordpress.org does.
</p>]]></description>
					</item>
		<item>
			<title>bb-gian on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/4/#post-4011</link>
			<pubDate>Sat, 18 Jul 2009 15:41:01 +0000</pubDate>
			<dc:creator>bb-gian</dc:creator>
			<guid isPermaLink="false">4011@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Ok, finally got it to work.</p>
<p>(Feels like I'm talking to myself here, but well…).</p>
<p>I can't believe I spent 2 hours or more to get the plugin to work. How can you put "showviewcount ()" as code, in the Other Notes page, when actually is:<br />
show_view_count()</p>
<p>I mean, how should you figure out that you need to put underscores?<br />
the documentation should read:</p>
<p>Insert this code &#60;?php show_view_count(); ?&#62; where you want the view count to appear. (Only in the Loop).</p>
<p>If for example you want it  in a column, add this to your table: &#60;td class="num"&#62;&#60;?php show_view_count(); ?&#62;&#60;/td&#62;.</p>
<p>And this, as table heading: &#60;th&#62;&#60;?php _e('Views'); ?&#62;&#60;/th&#62;.</p>
<p>Wouldn't it be easier to understand?
</p>]]></description>
					</item>
		<item>
			<title>bb-gian on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/4/#post-4009</link>
			<pubDate>Sat, 18 Jul 2009 15:22:47 +0000</pubDate>
			<dc:creator>bb-gian</dc:creator>
			<guid isPermaLink="false">4009@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Ok, my bad. I didn't read the Other Notes info.</p>
<p>I got to deactivate the alongside function.</p>
<p>BUT: stil can't get the numbers to work properly in the column.</p>
<p>I can't get this:</p>
<p>Open front-page.php. Find (around line 21). Replace everything between this opening tag and (around line 46) with the following:<br />
— &#62; "&#62; &#62; "&#62;</p>
<p>Sorry, but it doesn't make any sense to me. </p>
<p>1) Find (around line 21).<br />
Find what?</p>
<p>2) The following: — &#62; "&#62; &#62; "&#62;</p>
<p>Never saw something like this.</p>
<p>Logically you should just put the function in a tab cell between &#60;td&#62;&#60;/td&#62; and it should work.</p>
<p>Like this: &#60;td&#62;&#60;?php showviewcount() ?&#62;&#60;/td&#62;</p>
<p>But I got an error if I do that.</p>
<p>Any help is appreciated.
</p>]]></description>
					</item>
		<item>
			<title>bb-gian on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/4/#post-4008</link>
			<pubDate>Sat, 18 Jul 2009 14:51:30 +0000</pubDate>
			<dc:creator>bb-gian</dc:creator>
			<guid isPermaLink="false">4008@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<br />]]></description>
					</item>
		<item>
			<title>bb-gian on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/3/#post-4007</link>
			<pubDate>Sat, 18 Jul 2009 14:47:20 +0000</pubDate>
			<dc:creator>bb-gian</dc:creator>
			<guid isPermaLink="false">4007@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Ok, I tried to create a plugin with the above code, since you called the code PLUGIN.<br />
I activate it.<br />
Nothing new. Can't display views in the views colum.</p>
<p>And really, how can I deactivate the views dispaying aongside the Topic title. That is so weird as a place to dispaly the views. And how come that on any other forum using this functionality they got it right as I wanted: views in views colum and NO values ALONGSIDE the Topic title, even if from what I read in the plugin information is default behaviour?</p>
<p>Am I missing something, or the plugion lacks proper and simple instructions?
</p>]]></description>
					</item>
		<item>
			<title>bb-gian on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/3/#post-4006</link>
			<pubDate>Sat, 18 Jul 2009 14:35:36 +0000</pubDate>
			<dc:creator>bb-gian</dc:creator>
			<guid isPermaLink="false">4006@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Oh, I didn't put the "plugin" code anywhere:</p>
<p>function forums_views_append($forums) {<br />
global $bbdb; $sum_meta_value="SUM(meta_value)";<br />
$forums_views = $bbdb-&#62;get_results(" SELECT $sum_meta_value,forum_id FROM $bbdb-&#62;topicmeta LEFT JOIN $bbdb-&#62;topics ON $bbdb-&#62;topicmeta.topic_id = $bbdb-&#62;topics.topic_id  WHERE $bbdb-&#62;topicmeta.meta_key='views'  GROUP BY $bbdb-&#62;topics.forum_id");<br />
foreach ($forums_views as $forum_views) {$forums[$forum_views-&#62;forum_id]-&#62;views=$forum_views-&#62;$sum_meta_value; }<br />
return $forums;<br />
}<br />
add_filter('get_forums','forums_views_append');</p>
<p>Where should I put it?
</p>]]></description>
					</item>
		<item>
			<title>bb-gian on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/3/#post-4005</link>
			<pubDate>Sat, 18 Jul 2009 13:55:46 +0000</pubDate>
			<dc:creator>bb-gian</dc:creator>
			<guid isPermaLink="false">4005@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi _CK_,</p>
<p>I am having a problem with the plugin.</p>
<p>I run bbpress 1.0.1 and I installed bb Topic Views (1.6.4).</p>
<p>Now, I've put &#60;th&#62;&#60;?php _e('Views'); ?&#62;&#60;/th&#62; and &#60;td&#62;&#60;?php echo $forum-&#62;views; ?&#62;&#60;/td&#62; at the right places in orde to add the Views column.</p>
<p>Thing is that no value shows in the Views column.<br />
I got the values displaying right after the Topic name like so: This is my topic (2 views). I know this is the default setting but:</p>
<p>1) I'd like to have the values dispaying in the column<br />
2) I don't want them to appear after the Tipic title (it's odd to have it twice).</p>
<p>Oh, I got the &#60;?php bb_head(); ?&#62; in header.php</p>
<p>Any help?
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/3/#post-3720</link>
			<pubDate>Wed, 17 Jun 2009 17:13:18 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">3720@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Keep in mind the plugin uses sessions to track a topic view.<br />
If you view the topic, then go out of the topic, then back in, it won't increase.<br />
If you refresh the top 100 times it won't increase.<br />
It only count if you leave the topic and go to another topic and then come back to the topic.<br />
Or if you go away long enough for the session to time out.
</p>]]></description>
					</item>
		<item>
			<title>grassrootspa on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/3/#post-3714</link>
			<pubDate>Wed, 17 Jun 2009 05:50:20 +0000</pubDate>
			<dc:creator>grassrootspa</dc:creator>
			<guid isPermaLink="false">3714@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Thanks for the heads up _ck_. </p>
<p>Weird thing...For some reason the plugin showed '1 views' for the first 99 views but once the number of views passed 100 it started showing the correct number of views again.</p>
<p>Crazy, huh???
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/3/#post-3708</link>
			<pubDate>Tue, 16 Jun 2009 23:29:17 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">3708@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>For my plugins, RC1 &#38; RC2 (and 1.0 in general) is not supported until December.
</p>]]></description>
					</item>
		<item>
			<title>grassrootspa on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/3/#post-3707</link>
			<pubDate>Tue, 16 Jun 2009 22:22:24 +0000</pubDate>
			<dc:creator>grassrootspa</dc:creator>
			<guid isPermaLink="false">3707@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hey CK et al,</p>
<p>Love this plugin but something weird just happened (Running RC2 btw)</p>
<p>All my new topics have been having their views update, but all of a sudden someone started a topic and its stuck at '1 views'.</p>
<p>No clue why this happened.</p>
<p>Here it is if you want to look:</p>
<p>National Energy Tax: Where does the PA Congressional Delegation Stand? (1 views)</p>
<p><a href="http://newstalkpa.com/" rel="nofollow">http://newstalkpa.com/</a> (Should be near the top)
</p>]]></description>
					</item>
		<item>
			<title>djeelo on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/3/#post-2918</link>
			<pubDate>Thu, 05 Mar 2009 09:40:29 +0000</pubDate>
			<dc:creator>djeelo</dc:creator>
			<guid isPermaLink="false">2918@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hello all, </p>
<p>Here is my little problem...<br />
I've well integrated this plugin in my forum (as a new column).</p>
<p>Everything goes well except the size of the view_count column... It seems to be a not fixed value and it destroy all the front_page structure.<br />
I'm not so good in css but it should exist a value to modify this to a fixed size ... </p>
<p>here is my forum : <a href="http://soab.beachdays.net" rel="nofollow">http://soab.beachdays.net</a><br />
I'm using 9.0.4.</p>
<p>Thanx a lot for answers. </p>
<p>And excuse my not so good english. </p>
<p>Have a nice day ! </p>
<p>djeelo
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/3/#post-2784</link>
			<pubDate>Fri, 06 Feb 2009 19:32:14 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">2784@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I've now posted 1.6.4 which will cleanup any entries in the db with a value of zero during activation. This should fix the bug in the short term but doesn't solve the original bug that I have to track down.</p>
<p>So install 1.6.4<br />
Then deactivate it.<br />
Then re-activate it.</p>
<p>And then the view counters should start increasing again for "stuck" values.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/3/#post-2780</link>
			<pubDate>Fri, 06 Feb 2009 05:39:01 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">2780@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>The plugin initializes the number of views to the number of posts when it determines a topic does not have a view count yet.</p>
<p>So if the topic keeps only showing the number of posts as the number of views that may mean something is corrupted.</p>
<p>Are you running bbPress 0.9 or 1.0 - did you change anything recently?</p>
<p>If you have phpmyadmin and know how to use it, you can search in bb_topic_meta for the <code>views</code> meta for that topic number and delete it - then it should recount it.</p>
<p>But very strange it's not updating. Maybe sessions are temporarily broken on your server and it needs to be restarted?</p>
<p>Update: it occurs to me that one way this could happen is if there are multiple entries in the bb_topic_meta for the same topic, for views.  This means one of them is being updated, the other isn't, and the one that is not being updated is being displayed. Technically this is possible but should never happen.  PHPmyadmin would be able to confirm this suspicion.
</p>]]></description>
					</item>
		<item>
			<title>bedbugger on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/3/#post-2779</link>
			<pubDate>Fri, 06 Feb 2009 04:23:19 +0000</pubDate>
			<dc:creator>bedbugger</dc:creator>
			<guid isPermaLink="false">2779@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>And I should add, other posts are STILL calculating views properly...
</p>]]></description>
					</item>
		<item>
			<title>bedbugger on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/3/#post-2778</link>
			<pubDate>Fri, 06 Feb 2009 04:23:18 +0000</pubDate>
			<dc:creator>bedbugger</dc:creator>
			<guid isPermaLink="false">2778@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>And I should add, other posts are STILL calculating views properly...
</p>]]></description>
					</item>
		<item>
			<title>bedbugger on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/3/#post-2777</link>
			<pubDate>Fri, 06 Feb 2009 04:16:25 +0000</pubDate>
			<dc:creator>bedbugger</dc:creator>
			<guid isPermaLink="false">2777@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I am using the plugin.  Something odd is suddenly happening.  One thread is not counting views, only posts.  And it's currently showing 1 view and 11 posts (impossible, right?)  This is the forum:  <a href="http://bedbugger.com/forum/" rel="nofollow">http://bedbugger.com/forum/</a></p>
<p>It's the thread entitled, "Bite primer-- information on bites and reactions".</p>
<p>Would welcome any feedback!
</p>]]></description>
					</item>
		<item>
			<title>ganzua on "bb Topic Views"</title>
			<link>http://bbpress.org/plugins/topic/bb-topic-views/page/3/#post-2640</link>
			<pubDate>Mon, 19 Jan 2009 13:34:23 +0000</pubDate>
			<dc:creator>ganzua</dc:creator>
			<guid isPermaLink="false">2640@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<blockquote><p>Well if you are missing bb_head I bet you are missing bb_foot too</p></blockquote>
<p>Absolutely :) Thanks for the code
</p>]]></description>
					</item>

	</channel>
</rss>

