<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
	<title>New Posts</title>
	<description>New Posts on Censura Forums</description>
	<link>http://www.censura.info</link>
	<pubDate>Thu, 11 Apr 2013 18:44:27 +0000</pubDate>
	<ttl>60</ttl>
	<item>
		<title>Login Error</title>
		<link>http://www.censura.info/community/topic/1830-login-error/</link>
		<description><![CDATA[<p>I am starting a new site - so I have installed a fresh set of vBulletin 4.2 forums, and Censura.&nbsp; After installing Censura - and trying to either login as a member or in the Admin panel, I get a blank page and an error report is generated on the server with the following:</p>
<p>&nbsp;</p>
<p>[11-Apr-2013 15:20:09] PHP Fatal error:&nbsp; Class 'Models_Dao_CensuraUser' not found in /home3/themeae0/public_html/reviews/system/apps/Censura/Systems/vBulletin/UserDao.php on line 118<br>
&nbsp;</p>
<p>What does this mean??</p>
]]></description>
		<pubDate>Thu, 11 Apr 2013 18:44:27 +0000</pubDate>
		<guid>http://www.censura.info/community/topic/1830-login-error/</guid>
	</item>
	<item>
		<title>Installation Instructions?</title>
		<link>http://www.censura.info/community/topic/1828-installation-instructions/</link>
		<description><![CDATA[<p>I have downloaded all the files, but I don't see any installation/setup instructions anywhere.&nbsp;</p>
<p>&nbsp;</p>
<p>Can anyone tell me where I can find them?&nbsp;</p>
]]></description>
		<pubDate>Sat, 16 Mar 2013 16:37:05 +0000</pubDate>
		<guid>http://www.censura.info/community/topic/1828-installation-instructions/</guid>
	</item>
	<item>
		<title>embedded media</title>
		<link>http://www.censura.info/community/topic/1825-embedded-media/</link>
		<description><![CDATA[<p>Hi Censura,</p>
<p>I'd like my administrator and general users to be able to insert embedded media, specifically youtube videos into reviews.</p>
<p>I have v2.3.0</p>
<p>&nbsp;</p>
<p>When a general user makes a review, they only have a few rich text options, and there is none for embedded media or images, just bold, italic, underline, indent, undo, insert list.</p>
<p>&nbsp;</p>
<p>In the admin section when I edit a review I see an icon called embedded media (it looks like a film strip.) When I use this I get a pop up window, and I enter my iframe details into it (the size, url etc) ie ..</p>
<pre class="prettyprint">
&lt;iframe width="420" height="315" src="http://www.youtube.com/embed/xsvsbLOc2T4" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;</pre>
<p>I can see the youtube vid in the popup.</p>
<p>&nbsp;</p>
<p>When I close the popup, the review has a yellow box where the media will go.</p>
<p>&nbsp;</p>
<p>But after I save the review, the media has been removed from the review. If I go back to edit it again, there is no trace that this media was ever there.</p>
<p><br>
How does a general user and an administrator embed a youtube vid into a review?</p>]]></description>
		<pubDate>Thu, 07 Mar 2013 06:34:41 +0000</pubDate>
		<guid>http://www.censura.info/community/topic/1825-embedded-media/</guid>
	</item>
	<item>
		<title>Changing Default Character Set</title>
		<link>http://www.censura.info/community/topic/1811-changing-default-character-set/</link>
		<description><![CDATA[<p>How do I change the deafault character set from utf8 to utf8? I have the meta tag in place for utf-8, but W3C validator complains of a mismatch. My website's main .htaccess is set to output utf-8, but something in Censura is overriding it.</p>
]]></description>
		<pubDate>Fri, 25 Jan 2013 19:22:59 +0000</pubDate>
		<guid>http://www.censura.info/community/topic/1811-changing-default-character-set/</guid>
	</item>
	<item>
		<title>Feature Request: Moderated Products</title>
		<link>http://www.censura.info/community/topic/1810-feature-request-moderated-products/</link>
		<description><![CDATA[<p>I would like a way to send specific products and all their related reviews into a MODERATED status.</p>
<p>&nbsp;</p>
<p>My Idea is that there would need to be two levels of MODERATION (options).</p>
<p>&nbsp;</p>
<p>One level would be FULL MODERATION, which would remove the whole product and its reviews from public display (also removed from the API output)&nbsp;until you flick a switch to put it back (all the reviews and product details could still be edited from the admin CP but they wouldn’t be public until you allowed it).</p>
<p>&nbsp;</p>
<p>A second level would be PARTIAL MODERATION, which means that the product would be given a moderated status as above (including being excluded from the API output) but that those attempting to access related reviews or the product URL directly could still view it. This would be useful for dealing with old products that are no longer supported (i.e. you could remove them from "general" display without harming your SEO and related backlinks).</p>
]]></description>
		<pubDate>Mon, 21 Jan 2013 08:59:52 +0000</pubDate>
		<guid>http://www.censura.info/community/topic/1810-feature-request-moderated-products/</guid>
	</item>
	<item>
		<title>API Tweak to Exclude Specific Products</title>
		<link>http://www.censura.info/community/topic/1809-api-tweak-to-exclude-specific-products/</link>
		<description><![CDATA[<p>I currently do a top 10 list through the API with this line.</p>
<pre class="prettyprint">
$top10 = censura_best_products(array('minReviews' =&gt; 15, 'n' =&gt; 10, 
'categoryId' =&gt; 1), 1);</pre>
<p>The problem is that I want to exclude some specific&nbsp;products from that output, is there a way to stop products (e.g.&nbsp;using the product ID number) from being included in my top 10?</p>
<p>&nbsp;</p>
<p>In relation but separate to this, is it possible to exclude certain products from my Top 10 if they haven't had any reviews posted for.. say..&nbsp;the last two years? I want to keep my top 10 current but it's hard to filter out the older products without completely deleting them (harms SEO).</p>]]></description>
		<pubDate>Mon, 21 Jan 2013 08:51:12 +0000</pubDate>
		<guid>http://www.censura.info/community/topic/1809-api-tweak-to-exclude-specific-products/</guid>
	</item>
	<item>
		<title>Censura 2.7.0 Released</title>
		<link>http://www.censura.info/community/topic/1808-censura-270-released/</link>
		<description><![CDATA[<div>Firstly, a slight belated “Happy New Year” to all. As we move into another year, I am pleased to announce the release of&nbsp;Censura 2.7.0.</div>
<p>&nbsp;<br><strong>Improvements</strong></p>
<ul class="bbc"><li>reCAPTCHA updates. Please ensure that you have registered for a reCAPTCHA key at&nbsp;<a href='http://www.google.com/recaptcha' class='bbc_url' title='External link' rel='nofollow external'>http://www.google.com/recaptcha</a> -&nbsp;you will need to register for a reCAPTCHA API Key and enter the public and private keys via the admin control panel.</li>
<li>System refactoring - much of this does not add new functionality, but does restructure Censura's core code. This is an ongoing project and will continue to improve Censura's reliability.</li>
</ul><p>&nbsp;</p>
<p><strong>Bug Fixes</strong></p>
<p>&nbsp;</p>
<p>We have removed our public "tracker" which was installed as an add-on to the community forums. Invision Power Services no longer develop this tracker add-on and it never worked well for our internal workflows as we had to update bug reports in multiple places.&nbsp;Bug trackers can be confusing for many non-technical clients, and we have therefore decided to remove the existing tracker and replace it with a <a href='http://www.censura.info/community/forum/19-censura-bugs-troubleshooting/' class='bbc_url' title=''>dedicated forum</a> for bugs and troubleshooting.</p>
<p>&nbsp;</p>
<p>We receive bug reports from a variety of sources including these forums, support tickets and our own internal QA. Confirmed bugs will now be able to be viewed (in a read-only mode) on our main <a href='https://concordia.atlassian.net/browse/CEN' class='bbc_url' title='External link' rel='nofollow external'>JIRA development platform</a>, which has the added advantage of integrating with our source code version control system (which is now powered by <a href='http://git-scm.com' class='bbc_url' title='External link' rel='nofollow external'>GIT</a>). This avoids a lot of duplication in the places where we have to track and work on confirmed bugs.</p>
<div>&nbsp;</div>
<ul class="bbc"><li>[<a href='https://concordia.atlassian.net/browse/CEN-3' class='bbc_url' title='External link' rel='nofollow external'>CEN-3</a>] - Censura Stalls While Adding New Guest Reviews</li>
<li>[<a href='https://concordia.atlassian.net/browse/CEN-4' class='bbc_url' title='External link' rel='nofollow external'>CEN-4</a>] - Moving Reviews Alters 'Last Edited' Date</li>
<li>[<a href='https://concordia.atlassian.net/browse/CEN-5' class='bbc_url' title='External link' rel='nofollow external'>CEN-5</a>] - Amazon importer showing wrong text for Office Products</li>
<li>[<a href='https://concordia.atlassian.net/browse/CEN-6' class='bbc_url' title='External link' rel='nofollow external'>CEN-6</a>] - Statistics not updating on new installs</li>
<li>[<a href='https://concordia.atlassian.net/browse/CEN-7' class='bbc_url' title='External link' rel='nofollow external'>CEN-7</a>] - Category column layout on homepage shown incorrectly</li>
<li>[<a href='https://concordia.atlassian.net/browse/CEN-8' class='bbc_url' title='External link' rel='nofollow external'>CEN-8</a>] - Users cannot use a capital letter in their username or password</li>
<li>[<a href='https://concordia.atlassian.net/browse/CEN-9' class='bbc_url' title='External link' rel='nofollow external'>CEN-9</a>] - Hall of Fame not working with SEO friendly URLs</li>
<li>[<a href='https://concordia.atlassian.net/browse/CEN-10' class='bbc_url' title='External link' rel='nofollow external'>CEN-10</a>] - Hall of Fame number of users not working</li>
<li>[<a href='https://concordia.atlassian.net/browse/CEN-11' class='bbc_url' title='External link' rel='nofollow external'>CEN-11</a>] - Hall of Fame sometimes showing users with fewest reviews rather than most reviews.</li>
<li>[<a href='https://concordia.atlassian.net/browse/CEN-12' class='bbc_url' title='External link' rel='nofollow external'>CEN-12</a>] - Category stats show incorrect number of active categories</li>
<li>[<a href='https://concordia.atlassian.net/browse/CEN-13' class='bbc_url' title='External link' rel='nofollow external'>CEN-13</a>] - Editing reviews ignores the global Enable HTML setting</li>
<li>[<a href='https://concordia.atlassian.net/browse/CEN-14' class='bbc_url' title='External link' rel='nofollow external'>CEN-14</a>] - Breadcrumb showing two separators when products listed under vendors</li>
<li>[<a href='https://concordia.atlassian.net/browse/CEN-15' class='bbc_url' title='External link' rel='nofollow external'>CEN-15</a>] - API fails if invalid XML characters</li>
</ul><p style="text-align:center;">&nbsp;</p>
<p style="text-align:center;"><strong>All licensed customers can download Censura 2.7.0 from our&nbsp;<a href='http://www.censura.info/index.php?app=nexus&module=clients' class='bbc_url' title=''>client area</a>.</strong></p>
]]></description>
		<pubDate>Sun, 20 Jan 2013 15:32:21 +0000</pubDate>
		<guid>http://www.censura.info/community/topic/1808-censura-270-released/</guid>
	</item>
	<item>
		<title>IP Connect</title>
		<link>http://www.censura.info/community/topic/1807-ip-connect/</link>
		<description><![CDATA[<p>I was wondering if the Censura devs can take a look at this thread <a href='http://community.invisionpower.com/blog/1174/entry-7911-ipboard-34-dev-update-ips-connect/' class='bbc_url' title='External link' rel='nofollow external'>http://community.invisionpower.com/blog/1174/entry-7911-ipboard-34-dev-update-ips-connect/</a> and create that php file needed to make this work. According to the guys at IPB it's pretty effortless now.</p>
]]></description>
		<pubDate>Thu, 17 Jan 2013 17:38:58 +0000</pubDate>
		<guid>http://www.censura.info/community/topic/1807-ip-connect/</guid>
	</item>
	<item>
		<title>vBulletin 5 Support</title>
		<link>http://www.censura.info/community/topic/1805-vbulletin-5-support/</link>
		<description><![CDATA[vB5 is currently nearing the end of its public beta phase, just wondering if Censura will include support as eventually we'll need to upgrade.<br />
<br />
I believe vB5 is very different from vB4 and so the old integration probably won't work.]]></description>
		<pubDate>Wed, 07 Nov 2012 11:22:18 +0000</pubDate>
		<guid>http://www.censura.info/community/topic/1805-vbulletin-5-support/</guid>
	</item>
	<item>
		<title>Censura Still Alive?</title>
		<link>http://www.censura.info/community/topic/1803-censura-still-alive/</link>
		<description><![CDATA[Not seen any main updates since the Spring and there's a critical bug I pointed to in 2.6.0 - 2.6.1, which prevents guest reviews being posted, that was fixed via the tracker but still hasn't been added into the core code. Is Gavin still developing this software? Bit worried for the future.]]></description>
		<pubDate>Mon, 15 Oct 2012 14:29:37 +0000</pubDate>
		<guid>http://www.censura.info/community/topic/1803-censura-still-alive/</guid>
	</item>
</channel>
</rss>