<?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: Template of this forum??</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Template of this forum??</description>
<language>en</language>
<pubDate>Fri, 29 Aug 2008 18:16:26 +0000</pubDate>

<item>
<title>wmarcy on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum/page/2#post-6678</link>
<pubDate>Thu, 12 Apr 2007 23:34:06 +0000</pubDate>
<dc:creator>wmarcy</dc:creator>
<guid isPermaLink="false">6678@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks Fel64, I wrapped your code up into a table and it dragged the recalcitrant submit button into the proper position. &#38;lt;lol&#38;gt;  How come it is the little things that eat away?
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum/page/2#post-6675</link>
<pubDate>Thu, 12 Apr 2007 20:44:15 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">6675@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Not sure what it was originally, wmarcy, but it's all a bit screwy. They're in seperate paragraphs, which means they can't be side-by-side (unless they're both ID'd and have seperate float rules). So basically, find the form (as in, form HTML element) for the search and replace it by:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;form method=&#38;quot;get&#38;quot; action=&#38;quot;http://www.wetworx.com/forums/search.php&#38;quot;&#38;gt;
        Search:		&#38;lt;input type=&#38;quot;text&#38;quot; value=&#38;quot;&#38;quot; name=&#38;quot;q&#38;quot; maxlength=&#38;quot;100&#38;quot; size=&#38;quot;40&#38;quot;/&#38;gt;
        &#38;lt;input type=&#38;quot;submit&#38;quot; class=&#38;quot;inputButton&#38;quot; value=&#38;quot;Search »&#38;quot;/&#38;gt;
	&#38;lt;/form&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The &#60;code&#62;Submit&#60;/code&#62; button however still won't be on the right, but at least it'll be level and since it wantonly jumps about when you &#60;code&#62;text-align&#60;/code&#62; or &#60;code&#62;float&#60;/code&#62; it right I can't be bothered with making it right-aligned. Make the width of your search bar wider or something if you need to push it over.
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum/page/2#post-6674</link>
<pubDate>Thu, 12 Apr 2007 20:30:05 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">6674@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Try &#38;lt;p align=&#34;left&#34;&#38;gt; or something or throw it in a div and align that to the left where the search form starts...&#60;/p&#62;
&#60;p&#62;edit: well this sounds weird, but it's late overhere
&#60;/p&#62;</description>
</item>
<item>
<title>wmarcy on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum/page/2#post-6669</link>
<pubDate>Thu, 12 Apr 2007 17:41:23 +0000</pubDate>
<dc:creator>wmarcy</dc:creator>
<guid isPermaLink="false">6669@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Trent, Another problem I am having (If these questions are getting to be annoying just let me know, I appreciate your time).&#60;/p&#62;
&#60;p&#62;On my site &#60;a href=&#34;http://www.wetworx.com/forums/&#34; rel=&#34;nofollow&#34;&#62;http://www.wetworx.com/forums/&#60;/a&#62; the search field is to the extreme left, while the submit button is is on the extreme right, and lower by about 100 pixels.&#60;/p&#62;
&#60;p&#62;messing with the style.css doesn't seem to have any effect (Kind of puzzling that one).&#60;/p&#62;
&#60;p&#62;Any hints or pointers?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>wmarcy on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum/page/2#post-6528</link>
<pubDate>Sun, 08 Apr 2007 12:38:32 +0000</pubDate>
<dc:creator>wmarcy</dc:creator>
<guid isPermaLink="false">6528@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey Trent,  Don't know if it matters to you, but it was bugging me &#38;lt;s&#38;gt;, the 'Views' section at the bottom of the front page was aligned to far left for my tastes, I added this into my style2.css file:&#60;/p&#62;
&#60;p&#62;#viewdiv {&#60;br /&#62;
	padding: 0 7px;&#60;br /&#62;
	margin-bottom: 2px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;And it brought the 'Views' Section into alignment with the rest of the tables.
&#60;/p&#62;</description>
</item>
<item>
<title>wmarcy on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum/page/2#post-6425</link>
<pubDate>Thu, 05 Apr 2007 20:40:54 +0000</pubDate>
<dc:creator>wmarcy</dc:creator>
<guid isPermaLink="false">6425@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks Trent!&#60;/p&#62;
&#60;p&#62;ETA.  It works on both Safari and FireFox.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum/page/2#post-6410</link>
<pubDate>Thu, 05 Apr 2007 18:11:02 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">6410@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That is the intended placement for the forums here as well as the other wordpress forums.    It can be changed though!    I would just edit style.css for this portion:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* Profile Page
=================================== */

#profile-menu {
}

#profile-menu li {
	font-size: 1.1em;
	background-color: #eee;
	padding: 4px 7px;
	display: inline;
	border-top: 3px single #9e9e9e;
	position: relative;
	top: -10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;All I did there was take out the positioning for profile-menu itself so it displays inline and then changed the border of the list items themselves to have a single border on top instead of the double.   You can edit that more to get it to look the way you want as well.&#60;/p&#62;
&#60;p&#62;That being said, I am leaving it as is because it is the closest to the 'actual forum' with the profile menu on the right hand side floating......but this will fix you up!&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>wmarcy on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum/page/2#post-6406</link>
<pubDate>Thu, 05 Apr 2007 16:13:34 +0000</pubDate>
<dc:creator>wmarcy</dc:creator>
<guid isPermaLink="false">6406@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sigh, which only seems to work with FireFox.&#60;/p&#62;
&#60;p&#62;Anyone have any other ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>wmarcy on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum/page/2#post-6405</link>
<pubDate>Thu, 05 Apr 2007 16:12:17 +0000</pubDate>
<dc:creator>wmarcy</dc:creator>
<guid isPermaLink="false">6405@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;OK, I don't know if this is supposed to be how it looks, (tabbed, with the single horizontal bar over the selected tab, double over the other two non-selected tabs).  This is how I got it.&#60;/p&#62;
&#60;p&#62;Original:&#60;/p&#62;
&#60;p&#62;#profile-menu {&#60;br /&#62;
	list-style: none;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	right: 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Which I changed to:&#60;/p&#62;
&#60;p&#62;#profile-menu {&#60;br /&#62;
	list-style: none;&#60;br /&#62;
	position: relative;&#60;br /&#62;
	right: 0;&#60;br /&#62;
}
&#60;/p&#62;</description>
</item>
<item>
<title>wmarcy on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6397</link>
<pubDate>Thu, 05 Apr 2007 13:32:20 +0000</pubDate>
<dc:creator>wmarcy</dc:creator>
<guid isPermaLink="false">6397@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If you go to: &#60;a href=&#34;http://www.wetworx.com/images/pic1.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.wetworx.com/images/pic1.jpg&#60;/a&#62; you can see a screen cap of what I am talking about.
&#60;/p&#62;</description>
</item>
<item>
<title>wmarcy on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6396</link>
<pubDate>Thu, 05 Apr 2007 13:22:01 +0000</pubDate>
<dc:creator>wmarcy</dc:creator>
<guid isPermaLink="false">6396@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi Trent,&#60;/p&#62;
&#60;p&#62; When I go into 'Profile', the three buttons &#34;Profile&#34;, &#34;Edit&#34; and &#34;Favorites&#34; are pushed to the extreme right hand side of the screen. (Firefox current build and Safari current build).&#60;/p&#62;
&#60;p&#62;I don't know if that is the intended placement of these buttons, but I would find them more visually pleasing if they were in the &#38;lt;P&#38;gt; .login section of the header.  ANy hints on how to move them there (I am having no luck on my own).  Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6381</link>
<pubDate>Wed, 04 Apr 2007 23:46:12 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">6381@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have it so it works just like the forum here now.     It just required a fix for the way the search form worked and the way the username and password forms were displayed.   The profile links works the same as here.    I am not sure what you want the profile to look like to be honest.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://onvertigo.com/downloads/bbpress-forum.zip&#34; rel=&#34;nofollow&#34;&#62;http://onvertigo.com/downloads/bbpress-forum.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>wmarcy on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6379</link>
<pubDate>Wed, 04 Apr 2007 21:27:42 +0000</pubDate>
<dc:creator>wmarcy</dc:creator>
<guid isPermaLink="false">6379@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Trent have you gotten a minute to look at this problem?
&#60;/p&#62;</description>
</item>
<item>
<title>wmarcy on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6321</link>
<pubDate>Tue, 03 Apr 2007 09:55:37 +0000</pubDate>
<dc:creator>wmarcy</dc:creator>
<guid isPermaLink="false">6321@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;TheGunMan, I too have been messing with the style sheet, trying to fix the floating Profile, Edit and Favorites bar.  No luck.  You get anywhere?
&#60;/p&#62;</description>
</item>
<item>
<title>TheGunMan on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6228</link>
<pubDate>Sat, 31 Mar 2007 11:11:59 +0000</pubDate>
<dc:creator>TheGunMan</dc:creator>
<guid isPermaLink="false">6228@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Also you may want to take a look at the profile page, you can do that right here in this forum. the Profile, Edit, Favorites bar drifts all the way to the right of the screen. I tried altering the style sheet but it had no effect.&#60;/p&#62;
&#60;p&#62;#profile-menu {&#60;br /&#62;
	list-style: none;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	right: 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#profile-menu li {&#60;br /&#62;
	font-size: 1.1em;&#60;br /&#62;
	background-color: #eee;&#60;br /&#62;
	padding: 4px 7px;&#60;br /&#62;
	display: inline;&#60;br /&#62;
	border-top: 3px double #9e9e9e;&#60;br /&#62;
	position: relative;&#60;br /&#62;
	top: -10px;&#60;br /&#62;
}
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6221</link>
<pubDate>Sat, 31 Mar 2007 01:51:00 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">6221@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I can fix it for sure and will get it done before the end of the weekend!   Cheers!&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>TheGunMan on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6220</link>
<pubDate>Sat, 31 Mar 2007 01:47:48 +0000</pubDate>
<dc:creator>TheGunMan</dc:creator>
<guid isPermaLink="false">6220@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well none the less its a fantastic design and I know a bit about css so I will mess around with it and see if I can get that search button up an to the left.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6219</link>
<pubDate>Fri, 30 Mar 2007 23:39:27 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">6219@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am sure they both are not the same as this forum!   I just copied across the stylesheets and then moved a few things around.     If I get a chance I might take a closer look at it this weekend, but I was really getting something of a basic template for others to use, not quite 100% perfection as I did it in about 20 minutes.....;)&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6212</link>
<pubDate>Fri, 30 Mar 2007 21:24:44 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">6212@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The login form is also fairly differently organised (with the original theme making better use of the space).
&#60;/p&#62;</description>
</item>
<item>
<title>TheGunMan on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6210</link>
<pubDate>Fri, 30 Mar 2007 20:37:08 +0000</pubDate>
<dc:creator>TheGunMan</dc:creator>
<guid isPermaLink="false">6210@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Excellent it works many thanks to you and great template. :)&#60;br /&#62;
----edit---------------------------------------------------------------&#60;br /&#62;
Take a look at a minute it apears as though the search button is in the wrong place, and it shows like that in IE and FireFox.
&#60;/p&#62;</description>
</item>
<item>
<title>TheGunMan on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6208</link>
<pubDate>Fri, 30 Mar 2007 20:30:46 +0000</pubDate>
<dc:creator>TheGunMan</dc:creator>
<guid isPermaLink="false">6208@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks trent I will give this a try and let you know.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6207</link>
<pubDate>Fri, 30 Mar 2007 20:24:46 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">6207@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;My stupidity!   It should be working now with the same link.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://onvertigo.com/downloads/bbpress-forum.zip&#34; rel=&#34;nofollow&#34;&#62;http://onvertigo.com/downloads/bbpress-forum.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6206</link>
<pubDate>Fri, 30 Mar 2007 20:09:38 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">6206@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok....I see the problem....I doesn't want to import the other stylesheet.   I will have to change it to a format much like the binary moon template I did.   I will fix it right away here and then post again for you all to try it.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>TheGunMan on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6205</link>
<pubDate>Fri, 30 Mar 2007 20:03:27 +0000</pubDate>
<dc:creator>TheGunMan</dc:creator>
<guid isPermaLink="false">6205@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is what it looks like with the theme activated: &#60;a href=&#34;http://micrografix.info/forums/&#34; rel=&#34;nofollow&#34;&#62;http://micrografix.info/forums/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6183</link>
<pubDate>Fri, 30 Mar 2007 15:27:49 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">6183@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Really?    Does anyone have a URL of this theme installed so I can take a look at it?   It was working fine for me on 0.8 and now with TRAC.    If I could see it installed somewhere else, maybe I can figure out what is wrong with it!&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>wmarcy on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6179</link>
<pubDate>Fri, 30 Mar 2007 14:17:14 +0000</pubDate>
<dc:creator>wmarcy</dc:creator>
<guid isPermaLink="false">6179@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I get what looks to be a liquid layout design from this theme when I install it.
&#60;/p&#62;</description>
</item>
<item>
<title>TheGunMan on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6170</link>
<pubDate>Fri, 30 Mar 2007 08:19:58 +0000</pubDate>
<dc:creator>TheGunMan</dc:creator>
<guid isPermaLink="false">6170@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm sorry but it just doesn't work with 8.0 or 8.1 when I select that theme its the default theme all messed up. Is there something else that needs to be enabled on the server? because wordpress and all other software I've intalled on this server works fine.  Maybe its an incompatability with php5?
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6148</link>
<pubDate>Thu, 29 Mar 2007 20:57:19 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">6148@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;For sure the link for my blog entry &#60;a href=&#34;http://trentadams.ca/2007/02/07/bbpress-support-forum-theme/&#34;&#62;is here&#60;/a&#62;.    How do mean &#34;doesn't work&#34;?   You mean the download version or the actual theme?    The theme works.   I have my forum on it right now.....will change this in a day or so back to my main theme though....just showing everyone it works!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://onvertigo.com&#34; rel=&#34;nofollow&#34;&#62;http://onvertigo.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>TheGunMan on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-6098</link>
<pubDate>Thu, 29 Mar 2007 04:20:17 +0000</pubDate>
<dc:creator>TheGunMan</dc:creator>
<guid isPermaLink="false">6098@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Trent your theme doesn't work plus your download link doesn't work either I had to search elseware for the template. Where can I get a working version? your link should be &#60;a href=&#34;http://onvertigo.com/downloads/bbpress-forum.zip&#34; rel=&#34;nofollow&#34;&#62;http://onvertigo.com/downloads/bbpress-forum.zip&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Template of this forum??"</title>
<link>http://bbpress.org/forums/topic/template-of-this-forum#post-3566</link>
<pubDate>Tue, 23 Jan 2007 19:33:00 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">3566@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I had to change the download link to my new server.  Download works again.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>

</channel>
</rss>
