<?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 Topic: Modifying the topic tag list</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Modifying the topic tag list</description>
<language>en</language>
<pubDate>Mon, 13 Oct 2008 12:56:27 +0000</pubDate>

<item>
<title>Staffan on "Modifying the topic tag list"</title>
<link>http://bbpress.org/forums/topic/modifying-the-topic-tag-list#post-5313</link>
<pubDate>Thu, 08 Mar 2007 18:40:51 +0000</pubDate>
<dc:creator>Staffan</dc:creator>
<guid isPermaLink="false">5313@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sure. &#60;a href=&#34;http://www.thecalmingseas.com/forums/topic.php?id=4&#34;&#62;Here you go!&#60;/a&#62; The forums (as well as the whole site) is still under construction.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Modifying the topic tag list"</title>
<link>http://bbpress.org/forums/topic/modifying-the-topic-tag-list#post-5301</link>
<pubDate>Thu, 08 Mar 2007 17:43:58 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5301@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Staffan, could you give us a URL to look at?&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>ear1grey on "Modifying the topic tag list"</title>
<link>http://bbpress.org/forums/topic/modifying-the-topic-tag-list#post-5299</link>
<pubDate>Thu, 08 Mar 2007 17:36:16 +0000</pubDate>
<dc:creator>ear1grey</dc:creator>
<guid isPermaLink="false">5299@http://bbpress.org/forums/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;&#34;It won't work in IE, but...&#34;&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;IE? Never heard of it.
&#60;/p&#62;</description>
</item>
<item>
<title>Staffan on "Modifying the topic tag list"</title>
<link>http://bbpress.org/forums/topic/modifying-the-topic-tag-list#post-5295</link>
<pubDate>Thu, 08 Mar 2007 16:06:29 +0000</pubDate>
<dc:creator>Staffan</dc:creator>
<guid isPermaLink="false">5295@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Alright! I did it. And if anybody wants to know, here's how:&#60;/p&#62;
&#60;p&#62;This code in the stylesheet&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;ul.taglista { list-style: none; margin: 0; padding: 0; }
ul.taglista li { display: inline; }
ul.taglista li:after { content: &#38;quot;,&#38;quot;; }
ul.taglista li:last-child:after { content: &#38;quot;&#38;quot;; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And this in &#60;em&#62;topic-tags.php&#60;/em&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if ( $user_tags ) : ?&#38;gt;
&#38;lt;?php _e(&#38;#39;Your tags:&#38;#39;); ?&#38;gt;
&#38;lt;ul class=&#38;quot;taglista&#38;quot;&#38;gt;
&#38;lt;?php foreach ( $user_tags as $tag ) : ?&#38;gt;
	&#38;lt;li id=&#38;quot;tag-&#38;lt;?php echo $tag-&#38;gt;tag_id; ?&#38;gt;_&#38;lt;?php echo $tag-&#38;gt;user_id; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php tag_link(); ?&#38;gt;&#38;quot; rel=&#38;quot;tag&#38;quot;&#38;gt;&#38;lt;?php tag_name(); ?&#38;gt;&#38;lt;/a&#38;gt; &#38;lt;?php tag_remove_link(); ?&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;?php endforeach; ?&#38;gt;
&#38;lt;/ul&#38;gt;
&#38;lt;?php endif; ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It won't work in IE, but that's fine with me. Thanks for the help!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Modifying the topic tag list"</title>
<link>http://bbpress.org/forums/topic/modifying-the-topic-tag-list#post-5294</link>
<pubDate>Thu, 08 Mar 2007 15:24:11 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">5294@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;There are several elements that are not included in the style.css and are thus unstyled.  The other one I can think of is /blockquote/ - so, yes, just add these to your theme's stylesheet if you'd like to modify the presentation of the tag list.
&#60;/p&#62;</description>
</item>
<item>
<title>Staffan on "Modifying the topic tag list"</title>
<link>http://bbpress.org/forums/topic/modifying-the-topic-tag-list#post-5292</link>
<pubDate>Thu, 08 Mar 2007 13:19:10 +0000</pubDate>
<dc:creator>Staffan</dc:creator>
<guid isPermaLink="false">5292@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Great! Thank you. Yet one problem remains: I can't find the ids &#60;em&#62;yourtaglist&#60;/em&#62; and &#60;em&#62;otherstaglist&#60;/em&#62; i the stylesheet. Perhaps I'm supposed to add them myself if I want to change the list appearance?
&#60;/p&#62;</description>
</item>
<item>
<title>ear1grey on "Modifying the topic tag list"</title>
<link>http://bbpress.org/forums/topic/modifying-the-topic-tag-list#post-5290</link>
<pubDate>Thu, 08 Mar 2007 10:07:44 +0000</pubDate>
<dc:creator>ear1grey</dc:creator>
<guid isPermaLink="false">5290@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The topic tag list &#60;em&#62;is&#60;/em&#62; a list, so marking it up as such is semantically correct, so the best practice way of rendering that list in the way you want &#60;em&#62;is&#60;/em&#62;, as Trent suggests, through CSS.  &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://alistapart.com/articles/taminglists/#custom-gen&#34;&#62;This article&#60;/a&#62; covers inline lists, which is what you're describing.&#60;/p&#62;
&#60;p&#62;See &#60;a href=&#34;http://annevankesteren.nl/test/examples/css/comma-separated.html&#34;&#62;this&#60;/a&#62; for a more terse example.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Modifying the topic tag list"</title>
<link>http://bbpress.org/forums/topic/modifying-the-topic-tag-list#post-5284</link>
<pubDate>Thu, 08 Mar 2007 01:56:46 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5284@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That is a great question.   Maybe a php expert will give you an idea, but I don't know that one!   I hope someone does!  As well, you can probably make that change a plugin as well so that you don't have to edit the core files!   Maybe that same phantom php expert can help us with that as well....&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>Staffan on "Modifying the topic tag list"</title>
<link>http://bbpress.org/forums/topic/modifying-the-topic-tag-list#post-5283</link>
<pubDate>Thu, 08 Mar 2007 01:10:52 +0000</pubDate>
<dc:creator>Staffan</dc:creator>
<guid isPermaLink="false">5283@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thank you for answering! I've been trying to do exactly that, but there are no ids in style.css called #yourtaglist, #otherstaglist etc. Although, I'm not sure I need to edit those ids anyway, since I don't wanna have the tags in a list.&#60;br /&#62;
For now I have modified the code and edited out the ul and li-tags to make it look like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if ( $user_tags ) : ?&#38;gt;
&#38;lt;div id=&#38;quot;yourtags&#38;quot;&#38;gt;
&#38;lt;?php _e(&#38;#39;Your tags:&#38;#39;); ?&#38;gt;
&#38;lt;?php foreach ( $user_tags as $tag ) : ?&#38;gt;
&#38;lt;a href=&#38;quot;&#38;lt;?php tag_link(); ?&#38;gt;&#38;quot; rel=&#38;quot;tag&#38;quot;&#38;gt;&#38;lt;?php tag_name(); ?&#38;gt;&#38;lt;/a&#38;gt; &#38;lt;?php tag_remove_link(); ?&#38;gt;
&#38;lt;?php endforeach; ?&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;?php endif; ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It works pretty well, but the tags aren't separated by anything. Is there any way to insert commas between the tags, but not after the last tag?
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Modifying the topic tag list"</title>
<link>http://bbpress.org/forums/topic/modifying-the-topic-tag-list#post-5280</link>
<pubDate>Wed, 07 Mar 2007 23:45:02 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5280@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You would have to modify the CSS to list the tags you want.   That means playing around with style.css of your template playing with these parts:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;topic-tags&#38;quot;&#38;gt;
&#38;lt;div id=&#38;quot;othertags&#38;quot;&#38;gt;
&#38;lt;ul id=&#38;quot;otherstaglist&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The names will be like #topic-tags, #othertags and something with list item for otherstaglist.    I haven't looked at it, but the list is CSS driven.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>Staffan on "Modifying the topic tag list"</title>
<link>http://bbpress.org/forums/topic/modifying-the-topic-tag-list#post-5278</link>
<pubDate>Wed, 07 Mar 2007 23:23:16 +0000</pubDate>
<dc:creator>Staffan</dc:creator>
<guid isPermaLink="false">5278@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Anybody?
&#60;/p&#62;</description>
</item>
<item>
<title>Staffan on "Modifying the topic tag list"</title>
<link>http://bbpress.org/forums/topic/modifying-the-topic-tag-list#post-5229</link>
<pubDate>Tue, 06 Mar 2007 22:28:03 +0000</pubDate>
<dc:creator>Staffan</dc:creator>
<guid isPermaLink="false">5229@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How can I modify the tag list (&#60;em&#62;Tags&#60;/em&#62; or &#60;em&#62;Your tags&#60;/em&#62;) on the topic pages? I'd like to have the tags separated by commas (or whatever) instead of in a list. I've tried to edit  the template file &#60;em&#62;topic-tags.php&#60;/em&#62;, but I can't figure out how to do it.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
