<?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: Logout and posts disappear</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Logout and posts disappear</description>
<language>en</language>
<pubDate>Mon, 13 Oct 2008 12:57:57 +0000</pubDate>

<item>
<title>fel64 on "Logout and posts disappear"</title>
<link>http://bbpress.org/forums/topic/logout-and-posts-disappear#post-5488</link>
<pubDate>Tue, 13 Mar 2007 18:16:18 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">5488@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oh yes, I forgot about that. Sorry.&#60;/p&#62;
&#60;p&#62;This should work only in posts:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.post img {
max-width: 600px;
max-height: 800px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I think the max-&#60;em&#62;dimension&#60;/em&#62; doesn't work in Internet Explorer, not sure how much that bothers you? You can additionally add:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.post {
overflow: auto;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;so that images larger than your post area will not break the layout but simply have a scrollbar at the bottom to navigate it. :)
&#60;/p&#62;</description>
</item>
<item>
<title>funkylovebunny on "Logout and posts disappear"</title>
<link>http://bbpress.org/forums/topic/logout-and-posts-disappear#post-5470</link>
<pubDate>Tue, 13 Mar 2007 15:38:21 +0000</pubDate>
<dc:creator>funkylovebunny</dc:creator>
<guid isPermaLink="false">5470@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for that tip!!&#60;br /&#62;
I will try it soon &#60;/p&#62;
&#60;p&#62;But will that effect other images i have in my layout, say i have a header that is 800px wide will it shrink my header to 600px or just the content in the forum?
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Logout and posts disappear"</title>
<link>http://bbpress.org/forums/topic/logout-and-posts-disappear#post-5363</link>
<pubDate>Sat, 10 Mar 2007 16:26:12 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">5363@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Very simple way to softly resize your images: go to your theme's folder, open &#60;code&#62;style.css&#60;/code&#62;, and copy in this code at the bottom:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;img {
max-width: 600px;
max-height: 800px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can change this to any values you like, but I think 600px width works with the default theme at least. Make sure there are no spaces between the number and the &#60;code&#62;px&#60;/code&#62;. If you don't care about height you can just take that line out. Any bigger images will be scaled down automatically - they will still load at full resolution/size, but they will display smaller. :)
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Logout and posts disappear"</title>
<link>http://bbpress.org/forums/topic/logout-and-posts-disappear#post-5360</link>
<pubDate>Sat, 10 Mar 2007 15:23:15 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">5360@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#38;gt; 1) wenkong posted a topic i think in chinese&#60;br /&#62;
&#38;gt; and now i cant delete the tag he created because&#60;br /&#62;
&#38;gt; it wont work, he said its something to do with&#60;br /&#62;
&#38;gt; utf8. How can I delete that tag &#38;#38; how can I stop&#60;br /&#62;
&#38;gt; it from happening again&#60;/p&#62;
&#60;p&#62;Sorry, I can't help with the tags.  Maybe this will help: &#60;a href=&#34;http://bbpress.org/forums/topic/433&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/433&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;gt; 2) How many tags will appear on the start page?&#60;br /&#62;
&#38;gt; does it go forever or is it limited to 100 etc&#60;/p&#62;
&#60;p&#62;It is limited, never checked how many, but it's&#60;br /&#62;
taken care of automatically.&#60;/p&#62;
&#60;p&#62;&#38;gt; 3) is there any examples of what the allowed&#60;br /&#62;
&#38;gt; markup with backticks looks like (If ?I dont&#60;br /&#62;
&#38;gt; know how it works Im sure my users won't)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php /* this is a block of code in backticks */
  echo &#38;quot;Hello.\n\n&#38;quot;;
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#38;gt; 4) Is there a way to add images with a&#60;br /&#62;
&#38;gt; softresize to a set size say 500px etc&#60;br /&#62;
&#38;gt; or a plugin that can do it&#60;/p&#62;
&#60;p&#62;Not that I know of, and I know why it's a problem (it messes up the layout when wide images are used.)  Maybe just post the image parameters and ask people not to insert large images.  Ban those who won't comply :)&#60;/p&#62;
&#60;p&#62;But maybe someone will consider the image size limits for a plugin.&#60;/p&#62;
&#60;p&#62;Have fun
&#60;/p&#62;</description>
</item>
<item>
<title>funkylovebunny on "Logout and posts disappear"</title>
<link>http://bbpress.org/forums/topic/logout-and-posts-disappear#post-5357</link>
<pubDate>Sat, 10 Mar 2007 15:04:02 +0000</pubDate>
<dc:creator>funkylovebunny</dc:creator>
<guid isPermaLink="false">5357@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;cool got it fixed&#60;/p&#62;
&#60;p&#62;Firstly can I say great product, a few little quirks but exactly what I was after &#38;#38; has integrated into my site design well.&#60;/p&#62;
&#60;p&#62;I am Just about to go live with it on my site but I have a few questions&#60;/p&#62;
&#60;p&#62;1) wenkong posted a topic i think in chinese and now i cant delete the tag he created because it wont work, he said its something to do with utf8. How can I delete that tag &#38;#38; how can I stop it from happening again&#60;/p&#62;
&#60;p&#62;2) How many tags will appear on the start page? does it go forever or is it limited to 100 etc&#60;/p&#62;
&#60;p&#62;3) is there any examples of what the allowed markup with backticks looks like (If ?I dont know how it works Im sure my users won't)&#60;/p&#62;
&#60;p&#62;4) Is there a way to add images with a softresize to a set size say 500px etc or a plugin that can do it&#60;/p&#62;
&#60;p&#62;Sorry If there was to many questions I'm just keen to launch my site
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Logout and posts disappear"</title>
<link>http://bbpress.org/forums/topic/logout-and-posts-disappear#post-5316</link>
<pubDate>Thu, 08 Mar 2007 19:15:16 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5316@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;/my-plugins/ is something that you have to add to your root directory if you want to install plugins.   Any plugin put in that folder will be executed.    That fix file should work....hmm.   As well, make sure that if you turn off akismet you have the ; at the end.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>funkylovebunny on "Logout and posts disappear"</title>
<link>http://bbpress.org/forums/topic/logout-and-posts-disappear#post-5315</link>
<pubDate>Thu, 08 Mar 2007 18:51:14 +0000</pubDate>
<dc:creator>funkylovebunny</dc:creator>
<guid isPermaLink="false">5315@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;by the way there is no my-plugins folder,  i just tried to create one and put in that fix file &#38;#38; nothing also typed $bb-&#38;gt;akismet_key = 'false'&#60;br /&#62;
and nothing changed
&#60;/p&#62;</description>
</item>
<item>
<title>funkylovebunny on "Logout and posts disappear"</title>
<link>http://bbpress.org/forums/topic/logout-and-posts-disappear#post-5311</link>
<pubDate>Thu, 08 Mar 2007 18:18:10 +0000</pubDate>
<dc:creator>funkylovebunny</dc:creator>
<guid isPermaLink="false">5311@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks heaps
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Logout and posts disappear"</title>
<link>http://bbpress.org/forums/topic/logout-and-posts-disappear#post-5310</link>
<pubDate>Thu, 08 Mar 2007 18:14:12 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5310@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If you just clear out the BOZO portion in the profile and 'update profile' and it doesn't take the changes, check out the 0.8.1-1 fix sticky at the top of the forums.   That is getting people by with bozo issues until the next release.   That or just make akismet = false in your config.php if the above fix doesn't work for you!&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>funkylovebunny on "Logout and posts disappear"</title>
<link>http://bbpress.org/forums/topic/logout-and-posts-disappear#post-5309</link>
<pubDate>Thu, 08 Mar 2007 18:11:26 +0000</pubDate>
<dc:creator>funkylovebunny</dc:creator>
<guid isPermaLink="false">5309@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;yes it is a bozo problem, what do i do? I just tried deleting it. but nothing should i set it to &#34;0&#34; or something?
&#60;/p&#62;</description>
</item>
<item>
<title>funkylovebunny on "Logout and posts disappear"</title>
<link>http://bbpress.org/forums/topic/logout-and-posts-disappear#post-5307</link>
<pubDate>Thu, 08 Mar 2007 18:05:39 +0000</pubDate>
<dc:creator>funkylovebunny</dc:creator>
<guid isPermaLink="false">5307@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;thanks for your help, maybe it has something to do with the bozos&#60;/p&#62;
&#60;p&#62;I'll check it now
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Logout and posts disappear"</title>
<link>http://bbpress.org/forums/topic/logout-and-posts-disappear#post-5303</link>
<pubDate>Thu, 08 Mar 2007 17:48:31 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5303@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I was able to register and post.   If you can't see your post or mine, check the bb-admin/ =&#38;gt; content =&#38;gt; akismet and make sure we weren't filtered through that.   If we were, stop by users and the bozos to make sure we weren't nailed there either.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Logout and posts disappear"</title>
<link>http://bbpress.org/forums/topic/logout-and-posts-disappear#post-5302</link>
<pubDate>Thu, 08 Mar 2007 17:46:27 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">5302@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is it possible they are moderated because you are marked as a bozo (which seems to be a bug)?  That would explain it.  Log into your admin panel and go to users &#38;gt; bozos and see if you are a bozo there.  It will also be marked in your profile page.&#60;/p&#62;
&#60;p&#62;It's also possible you will see the posts caught by Akismet if you're using that.
&#60;/p&#62;</description>
</item>
<item>
<title>funkylovebunny on "Logout and posts disappear"</title>
<link>http://bbpress.org/forums/topic/logout-and-posts-disappear#post-5300</link>
<pubDate>Thu, 08 Mar 2007 17:38:10 +0000</pubDate>
<dc:creator>funkylovebunny</dc:creator>
<guid isPermaLink="false">5300@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have no plugins its fresh install.&#60;/p&#62;
&#60;p&#62;Thanks heaps, you can have a look but I warn you it may be ugly and hard to read as I am stuffing around with the CSS at the moment&#60;/p&#62;
&#60;p&#62;The site isn't live to the public but you can see it here&#60;br /&#62;
&#60;a href=&#34;http://www.buttonbadgelovers.com/talk/&#34; rel=&#34;nofollow&#34;&#62;http://www.buttonbadgelovers.com/talk/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;the topic &#34;your first topic&#34; should show 2 posts and there should be a second topic called &#34;test topic!!!&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Logout and posts disappear"</title>
<link>http://bbpress.org/forums/topic/logout-and-posts-disappear#post-5298</link>
<pubDate>Thu, 08 Mar 2007 17:10:30 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5298@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Do you have the force login plugin or the members only plugin installed?    Do you have an example to see if we can see the posts?&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>funkylovebunny on "Logout and posts disappear"</title>
<link>http://bbpress.org/forums/topic/logout-and-posts-disappear#post-5297</link>
<pubDate>Thu, 08 Mar 2007 17:09:02 +0000</pubDate>
<dc:creator>funkylovebunny</dc:creator>
<guid isPermaLink="false">5297@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;When I'm logged in and create a topic or post i can see it but when i log out it disappears
&#60;/p&#62;</description>
</item>

</channel>
</rss>
