<?xml version="1.0"?><!-- 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 Showcase Tag: hidden</title>
<link>http://bbshowcase.org/forums/</link>
<description>bbPress Showcase Tag: hidden</description>
<language>en</language>
<pubDate>Thu, 24 May 2012 15:52:15 +0000</pubDate>

<item>
<title>r-a-y on ""Hidden Forums" and using an image as a label"</title>
<link>http://bbshowcase.org/forums/topic/hidden-forums-and-using-an-image-as-a-label#post-1535</link>
<pubDate>Tue, 28 Jul 2009 18:20:35 +0000</pubDate>
<dc:creator>r-a-y</dc:creator>
<guid isPermaLink="false">1535@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Just upgraded to &#60;strong&#62;bbPress 1.0.2&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;Thought I'd mention that the &#34;esc_html&#34; filter is added to &#34;forum_name&#34; in this release, so the &#34;img&#34; tag gets escaped when using an image as a label.&#60;/p&#62;
&#60;p&#62;To fix this, in the following conditional:&#60;br /&#62;
&#60;code&#62;if (!empty($hidden_forums[&#38;#39;label&#38;#39;]) &#38;amp;&#38;amp; $hidden_forums_list!=array_flip($hidden_forums[&#38;#39;hidden_forums&#38;#39;])) {&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Add the following:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if (!is_forum()) {
		add_filter( &#38;#39;get_forum_name&#38;#39;, &#38;#39;hidden_forums_label&#38;#39;,11,2);
		remove_filter( &#38;#39;forum_name&#38;#39;, &#38;#39;esc_html&#38;#39;);
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This snippet also fixes the problem I noted at the beginning of this thread.&#60;/p&#62;
&#60;p&#62;Again, this only applies to bbPress 1.0.2.
&#60;/p&#62;</description>
</item>
<item>
<title>r-a-y on ""Hidden Forums" and using an image as a label"</title>
<link>http://bbshowcase.org/forums/topic/hidden-forums-and-using-an-image-as-a-label#post-1534</link>
<pubDate>Tue, 28 Jul 2009 12:49:40 +0000</pubDate>
<dc:creator>r-a-y</dc:creator>
<guid isPermaLink="false">1534@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Thanks _ck_!&#60;br /&#62;
That worked.&#60;/p&#62;
&#60;p&#62;Should have thought of using a conditional!&#60;br /&#62;
I made one small change; I changed the if statement to !is_forum instead, since the problem was only happening on a forum page.&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on ""Hidden Forums" and using an image as a label"</title>
<link>http://bbshowcase.org/forums/topic/hidden-forums-and-using-an-image-as-a-label#post-1533</link>
<pubDate>Tue, 28 Jul 2009 11:41:34 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1533@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Do it like this then:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if (!is_topic()) {add_filter( &#38;#39;get_forum_name&#38;#39;, &#38;#39;hidden_forums_label&#38;#39;,11,2);}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>r-a-y on ""Hidden Forums" and using an image as a label"</title>
<link>http://bbshowcase.org/forums/topic/hidden-forums-and-using-an-image-as-a-label#post-1532</link>
<pubDate>Mon, 27 Jul 2009 18:12:00 +0000</pubDate>
<dc:creator>r-a-y</dc:creator>
<guid isPermaLink="false">1532@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hi _ck_,&#60;/p&#62;
&#60;p&#62;Got another question for you.&#60;/p&#62;
&#60;p&#62;I'm using your &#34;Hidden Forums&#34; plugin and am using an image as a label, instead of the default '[H] ' string.&#60;/p&#62;
&#60;p&#62;When I define $hidden_forums['label'] as an image, the image shows up as expected, but when you enter a hidden forum, the (img) tag isn't stripped from the page (title).&#60;/p&#62;
&#60;p&#62;I commented out this line:&#60;br /&#62;
&#60;code&#62;add_filter( &#38;#39;get_forum_name&#38;#39;, &#38;#39;hidden_forums_label&#38;#39;,11,2);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Which remedies the problem, but the label doesn't apply to the forum list.&#60;/p&#62;
&#60;p&#62;So then, I looked through the bb-template functions to see if there was a filter that only applied to the forum list name, but couldn't find one.  &#60;/p&#62;
&#60;p&#62;Of course, I don't have the knowledge of bbPress like you do, maybe there's a filter I'm overlooking?&#60;/p&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;p&#62;Also I have a feature request, would it be possible to create a template tag we could use to determine if a thread is in a forum that is hidden? Reason is I would like to display a message that the thread is a hidden topic.  Definitely not important, but thought I'd mention it.&#60;/p&#62;
&#60;p&#62;Thanks for reading!
&#60;/p&#62;</description>
</item>
<item>
<title>burtadsit on "Read only and hidden forums - updates?"</title>
<link>http://bbshowcase.org/forums/topic/read-only-and-hidden-forums-updates#post-925</link>
<pubDate>Wed, 14 Jan 2009 16:15:57 +0000</pubDate>
<dc:creator>burtadsit</dc:creator>
<guid isPermaLink="false">925@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Bingo! &#60;a href=&#34;http://plugins-svn.bbpress.org/&#34; rel=&#34;nofollow&#34;&#62;http://plugins-svn.bbpress.org/&#60;/a&#62; (duh) Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Read only and hidden forums - updates?"</title>
<link>http://bbshowcase.org/forums/topic/read-only-and-hidden-forums-updates#post-924</link>
<pubDate>Wed, 14 Jan 2009 15:25:27 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">924@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;If you follow this topic, you'll see all the links to every area for all of my plugins &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbshowcase.org/forums/topic/_ck_-plugin-catalog-index&#34; rel=&#34;nofollow&#34;&#62;http://bbshowcase.org/forums/topic/_ck_-plugin-catalog-index&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But the extend section of bbpress.org always has the newest, I don't keep different versions available (usually).
&#60;/p&#62;</description>
</item>
<item>
<title>burtadsit on "Read only and hidden forums - updates?"</title>
<link>http://bbshowcase.org/forums/topic/read-only-and-hidden-forums-updates#post-923</link>
<pubDate>Wed, 14 Jan 2009 13:48:35 +0000</pubDate>
<dc:creator>burtadsit</dc:creator>
<guid isPermaLink="false">923@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;_ck_ Thanks for the fast response. I wasn't even aware of the plugin trac area. Learn something new all the time. My inexperience with trac and svn leads me to the question: &#38;quot;What is the svn repo url for that area?&#38;quot;&#60;/p&#62;
&#60;p&#62;I tried a variety of things but haven't hit on the magic name yet. :)&#60;/p&#62;
&#60;p&#62;I can browse the code but my svn client and I are confused.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Read only and hidden forums - updates?"</title>
<link>http://bbshowcase.org/forums/topic/read-only-and-hidden-forums-updates#post-922</link>
<pubDate>Wed, 14 Jan 2009 13:25:58 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">922@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I always try to keep the newest version on bbpress.org SVN (extend section).&#60;br /&#62;
With a few exceptions like Mini-Track.
&#60;/p&#62;</description>
</item>
<item>
<title>burtadsit on "Read only and hidden forums - updates?"</title>
<link>http://bbshowcase.org/forums/topic/read-only-and-hidden-forums-updates#post-921</link>
<pubDate>Wed, 14 Jan 2009 12:50:28 +0000</pubDate>
<dc:creator>burtadsit</dc:creator>
<guid isPermaLink="false">921@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Howdy,&#60;/p&#62;
&#60;p&#62;First lemme say thanks for these two plugins. Wonderful things. I'm building an interface between buddypress and bbpress for bp's group forums. As it stands the group forums are just 'public'. I need bp group forums to be readonly and hidden based on their privacy levels. &#60;/p&#62;
&#60;p&#62;I found readonly and hidden forums from _ck_. What a find!. So I'm building a little bridge between bp and the readonly and hidden forums plugins. I'm gonna automagicaly configure the plugins to make bp group forums readonly and hidden. Then based on the logged in user's role in bp's groups allow access to specific forums.&#60;/p&#62;
&#60;p&#62;I've been able to find what I think is the latest versions of both:&#60;/p&#62;
&#60;p&#62;read-only-forums.php and hidden-forums.php - Version: 0.0.5&#60;/p&#62;
&#60;p&#62;Any newer versions that I should be aware of that I haven't found?
&#60;/p&#62;</description>
</item>

</channel>
</rss>

