<?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: Forum: bbPress Themes - Recent Topics</title>
<link>http://bbshowcase.org/forums/</link>
<description>bbPress Showcase: Forum: bbPress Themes - Recent Topics</description>
<language>en</language>
<pubDate>Sun, 12 Feb 2012 03:28:02 +0000</pubDate>

<item>
<title>mccawphoto on "Create a topics list"</title>
<link>http://bbshowcase.org/forums/topic/create-a-topics-list#post-2938</link>
<pubDate>Tue, 24 Jan 2012 17:44:38 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2938@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Can anyone shed some light on how to create a list of topics? Also is there a way to limit how many topics show up in the list and also order them by date and the most recent?&#60;/p&#62;
&#60;p&#62;I was able to create a list of forums using this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;/p&#62;
&#60;ul&#62;
&#60;p&#62;&#38;lt;?php $forums = get_forums(); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php foreach ( $forums as $forum ) : ?&#38;gt;&#60;/p&#62;
&#60;li&#62;
        &#60;a&#62;forum_id ); ?&#38;gt;&#34;&#38;gt;&#38;lt;?php forum_name( $forum-&#38;gt;forum_id ); ?&#38;gt;&#60;/a&#62;&#60;br /&#62;
        &#38;lt;span class=&#34;forum-posts&#34;&#38;gt;(&#38;lt;?php forum_posts( $forum-&#38;gt;forum_id ); ?&#38;gt; posts)&#38;lt;/span&#38;gt;
    &#60;/li&#62;
&#60;p&#62;&#38;lt;?php endforeach; ?&#38;gt;&#60;/p&#62;
&#60;/ul&#62;
&#60;p&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I have tried the code below but it isn't working. There is so little documentation on bbpress that I am having trouble figuring out what to set $topics equal to.&#60;br /&#62;
Any help is appreciated.&#60;br /&#62;
&#60;code&#62;&#60;/p&#62;
&#60;ul&#62;
&#60;p&#62;&#38;lt;?php $topics = get_topic(); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php foreach ( $topics as $topic ) : ?&#38;gt;&#60;/p&#62;
&#60;li&#62;
      &#60;a&#62;topic_id ); ?&#38;gt;&#34;&#38;gt;&#38;lt;?php topic_title( $topic-&#38;gt;topic_id ); ?&#38;gt;&#60;/a&#62;&#60;br /&#62;
      &#38;lt;span class=&#34;topic-posts&#34;&#38;gt;(&#38;lt;?php topic_posts( $topic-&#38;gt;topic_id ); ?&#38;gt; posts)&#38;lt;/span&#38;gt;
   &#60;/li&#62;
&#60;p&#62;&#38;lt;?php endforeach; ?&#38;gt;&#60;/p&#62;
&#60;/ul&#62;
&#60;p&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Also, any suggestions on where to find more documentation?&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "Change default avatar in bbpress 1.1"</title>
<link>http://bbshowcase.org/forums/topic/change-default-avatar-in-bbpress-11#post-2935</link>
<pubDate>Mon, 23 Jan 2012 23:49:15 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2935@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Does anyone know how to change the default avatar in bbpress 1.1 to a custom avatar that you have created?&#60;/p&#62;
&#60;p&#62;Thanks for any help!
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "Topic Reply Form on separate page"</title>
<link>http://bbshowcase.org/forums/topic/topic-reply-form-on-separate-page#post-2920</link>
<pubDate>Thu, 19 Jan 2012 18:14:00 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2920@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I am trying to set my forum up so that instead of the topic reply form being on the same page as the topic it is on a separate page. I want to just have a &#34;post reply&#34; button on the topic page. I have been able to add the button and link it to a page that has only the reply form on it but when I try to submit a reply I get the following errors:&#60;br /&#62;
ERROR: Topic ID is missing.&#60;br /&#62;
ERROR: Forum ID is missing.&#60;/p&#62;
&#60;p&#62;Is it possible to do what I am trying to do? If so how do I do it? Seems like I need to be able to tell the reply form page the Topic ID and Forum ID but I don't know how to go about it. Can you help me? &#60;/p&#62;
&#60;p&#62;Any help you can give would be greatly appreciated.&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>light on "How to get user_url?"</title>
<link>http://bbshowcase.org/forums/topic/how-to-get-user_url#post-2728</link>
<pubDate>Thu, 24 Nov 2011 12:18:40 +0000</pubDate>
<dc:creator>light</dc:creator>
<guid isPermaLink="false">2728@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hi _ck_, &#60;/p&#62;
&#60;p&#62;Wondering if you can help me.. I want to get the user url (user_url) to display it on the profile.php and post.php&#60;br /&#62;
Please visit the following link to understand what exactly I need,&#60;br /&#62;
&#60;a href=&#34;http://i40.tinypic.com/t96plg.png&#34;&#62;http://i40.tinypic.com/t96plg.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;-- Currently we people use&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;p&#38;gt;&#60;strong&#62;&#38;lt;?php post_author_link(); ?&#38;gt;&#60;/strong&#62;&#60;br /&#62;
&#38;lt;small&#38;gt;&#38;lt;?php post_author_title_link(); ?&#38;gt;&#38;lt;/small&#38;gt;&#60;br /&#62;
&#38;lt;/p&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;but I need to get the simple author url like&#60;br /&#62;
Author: _ck_&#60;br /&#62;
Website: bbshowcase.org&#60;/p&#62;
&#60;p&#62;Not any hyper-link to the author name. Can you please help me to achieve this solution? Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>softinfo on "[Standalone] Pick a Section + Pick a Tag"</title>
<link>http://bbshowcase.org/forums/topic/standalone-pick-a-section-pick-a-tag#post-2643</link>
<pubDate>Thu, 20 Oct 2011 02:33:24 +0000</pubDate>
<dc:creator>softinfo</dc:creator>
<guid isPermaLink="false">2643@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hi _ck_ I'm hopping that you'll be fine and shine!&#60;/p&#62;
&#60;p&#62;OK, I'm working on a bbPress Standalone version, Is is possible to restrict to choose some predefined tags during creating a topic? &#60;/p&#62;
&#60;p&#62;Lets suppose, I've created 100 specific tags for my forums. I don't want to allow users to add more tags. That's why I want to add these tags list into template's &#34;post-form.php&#34; so that user can choose predefined list of my tags then they can choose forums and after that they can add topic. &#60;/p&#62;
&#60;p&#62;Like I'm looking the following fields:&#60;br /&#62;
----&#60;br /&#62;
Topic title: &#38;lt;input default field&#38;gt;&#60;br /&#62;
Post Field: &#38;lt;Input default field&#38;gt;&#60;br /&#62;
Pick a section:	&#38;lt; drop-down default forums field &#38;gt;&#60;br /&#62;
Pick a Tag:&#38;lt;drop-down/checkbox my predefined tags&#38;gt;&#60;br /&#62;
Then Submit&#60;br /&#62;
----&#60;/p&#62;
&#60;p&#62;I digg into bbPress, and I found the following solution:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/limit-tags-to-a-pre-defined-list&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/limit-tags-to-a-pre-defined-list&#60;/a&#62;&#60;br /&#62;
It is working fine on Topic page. But I need exact thing but on post form. &#60;/p&#62;
&#60;p&#62;Can you help me to achieve this?&#60;br /&#62;
I will be great thankful to you!&#60;/p&#62;
&#60;p&#62;Kind Regards&#60;br /&#62;
Neel&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/profile/softinfo&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/profile/softinfo&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>light on "Topic views as Thumbnails"</title>
<link>http://bbshowcase.org/forums/topic/topic-views-as-thumbnails#post-2516</link>
<pubDate>Wed, 14 Sep 2011 16:43:07 +0000</pubDate>
<dc:creator>light</dc:creator>
<guid isPermaLink="false">2516@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hi _ck_ I'm hoping that you'll be fine.. &#60;/p&#62;
&#60;p&#62;A quick question about:&#60;br /&#62;
&#60;a href=&#34;http://bbshowcase.org/forums/view/available-themes&#34; rel=&#34;nofollow&#34;&#62;http://bbshowcase.org/forums/view/available-themes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;-- How did you disply Themes thumbnails and their descriptions using forums view? &#60;/p&#62;
&#60;p&#62;It's a custom template or you've used any plugin? Can you please share your thoughts? Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>tikitakfire on "Show user avatar"</title>
<link>http://bbshowcase.org/forums/topic/show-user-avatar#post-303</link>
<pubDate>Thu, 08 May 2008 14:46:37 +0000</pubDate>
<dc:creator>tikitakfire</dc:creator>
<guid isPermaLink="false">303@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;hello, it's me again...&#60;/p&#62;
&#60;p&#62;I'm using Avatar Upload and I want to show the avatar of the logged user like in the image, now, when see the profile of another user the plugin display the avatar of the user profile that I see and not my avatar...&#60;/p&#62;
&#60;p&#62;I'm using this code to show the avatar of the current logged user&#60;br /&#62;
&#60;code&#62;&#38;lt;?php avatarupload_display(bb_get_current_user_info(&#38;#39;id&#38;#39;)); ?&#38;gt;&#60;/code&#62;&#60;br /&#62;
but, as I said earlier, the ID changes in each profile, showing the avatar of each profile and not the ID of the connected user...&#60;/p&#62;
&#60;p&#62;There is some way to show the logged user avatar and not to each profile?
&#60;/p&#62;</description>
</item>
<item>
<title>sndinc on "Hybrid Theme - Adjust  Header Height and Topics Links"</title>
<link>http://bbshowcase.org/forums/topic/hybrid-theme-adjust-header-height-and-topics-links#post-2487</link>
<pubDate>Thu, 25 Aug 2011 16:43:11 +0000</pubDate>
<dc:creator>sndinc</dc:creator>
<guid isPermaLink="false">2487@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I am just trying to set up a basic forum and had a few questions about this theme.  Primarely, I want to adjust the top header to be the full 131 pixels the image file is to customize the &#34;bb&#34; image.  I can't figure out where to edit it.  I thought it may be the #header part of the style.css file but that didn't seem to work.&#60;/p&#62;
&#60;p&#62;Also, the Topics with... links do not work.  I installed the BB Topic Views plugin (i found a few different versions) but that didn't seem to help.  That isn't a huge deal... if it doesn't work with the 1.0.3 version of bbpress is there just a way to remove those from the theme.  Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>barbara on "bbgrunge ?"</title>
<link>http://bbshowcase.org/forums/topic/bbgrunge#post-2403</link>
<pubDate>Tue, 21 Jun 2011 11:57:34 +0000</pubDate>
<dc:creator>barbara</dc:creator>
<guid isPermaLink="false">2403@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;can I get the bbgrunge theme ?&#60;/p&#62;
&#60;p&#62;this link is broken : &#60;a href=&#34;http://bbterminal.net/bbgrunge/&#34; rel=&#34;nofollow&#34;&#62;http://bbterminal.net/bbgrunge/&#60;/a&#62; !&#60;/p&#62;
&#60;p&#62;thank a lot,&#60;br /&#62;
Barbara.
&#60;/p&#62;</description>
</item>
<item>
<title>beaker on "need help with wp mimic theme re: quote link in posts"</title>
<link>http://bbshowcase.org/forums/topic/need-help-with-wp-mimic-theme-re-quote-link-in-posts#post-2339</link>
<pubDate>Mon, 04 Apr 2011 23:20:03 +0000</pubDate>
<dc:creator>beaker</dc:creator>
<guid isPermaLink="false">2339@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I did a lot of work on a wp mimic theme and all is going ok, but I just noticed on my posts page that shows all the posts in a topic there is only option for &#34;edit&#34; &#34;delete&#34;.  Now, if I switch to say, the default bbpress theme I see option for &#34;edit&#34; &#34;delete&#34; &#34;quote&#34; &#34;warn&#34;.  This is what I need to show on the wp mimic theme but can't for the life of me figure out how to do this.  I went through all the default templates thinking I could find the code containing &#34;edit&#34; &#34;delete&#34; &#34;quote&#34; and just copy that to my wp mimic template but I see this code nowhere.  Getting desperate, so thanks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>

