<?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 User Favorites: metalvalley</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums User Favorites: metalvalley</description>
<language>en</language>
<pubDate>Thu, 08 Jan 2009 12:33:05 +0000</pubDate>

<item>
<title>the_Wish on "Allow Image plugin question"</title>
<link>http://bbpress.org/forums/topic/allow-image-plugin-question#post-21398</link>
<pubDate>Tue, 09 Dec 2008 19:56:33 +0000</pubDate>
<dc:creator>the_Wish</dc:creator>
<guid isPermaLink="false">21398@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I was looking into this the other day since I know that phpBB has a plugin to do just that, show a downsized clickable Image to prevent users from messing with the layout.&#60;/p&#62;
&#60;p&#62;Here's the Demo: &#60;a href=&#34;http://phpbbegypt.com/PHPBB/viewtopic.php?t=70&#34; rel=&#34;nofollow&#34;&#62;http://phpbbegypt.com/PHPBB/viewtopic.php?t=70&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My users are annoying in that aspect.  : /&#60;br /&#62;
Wonder if this could be translated into bbPress.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Allow Image plugin question"</title>
<link>http://bbpress.org/forums/topic/allow-image-plugin-question#post-13507</link>
<pubDate>Thu, 31 Jan 2008 14:05:03 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13507@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I guess I don't understand the reason for both #thread1 and #thread in the CSS.  Why is that?  Is your intention that the CSS for #thread also applies to #thread1? (it doesn't since they are both distinctly named ids.)&#60;/p&#62;
&#60;p&#62;If you want the max width of the images in both #thread1 and #thread to be 600px, you would have to edit the CSS for both those ids.&#60;/p&#62;
&#60;p&#62;You should probably also validate your CSS here: &#60;a href=&#34;http://jigsaw.w3.org/css-validator/&#34; rel=&#34;nofollow&#34;&#62;http://jigsaw.w3.org/css-validator/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Don't give up on it&#60;/strong&#62;, I suspect it's a simple thing you're overlooking that makes it not work.  Maybe it's as simple as a cached stylesheet so that after you make a change, it still doesn't appear to limit the width of the image, even thought it would if the new stylesheet was actually used.  I find Firefox does that sometimes even after a CTRL-SHIFT-R.  View the stylesheet being used to see if it actually has the changes you made in it.  If you load the stylesheet URL directly and the changes are not there, CTRL-SHIFT-R that page and usually it loads the stylesheet again, then go back to your webpage and the stylesheet with your changes should be in use.&#60;/p&#62;
&#60;p&#62;Off topic: I wish there were a place one could go to check your site for all the CSS classes, ids and just plain markup you use in the HTML and PHP (web pages), then show you the &#60;strong&#62;extra&#60;/strong&#62; CSS in your stylesheet that is not used in the code at all.  That way you could clean the cruft out of your stylesheet and it also might point out things that are not working the way you thought they were.
&#60;/p&#62;</description>
</item>
<item>
<title>edwinfoo on "Allow Image plugin question"</title>
<link>http://bbpress.org/forums/topic/allow-image-plugin-question#post-13505</link>
<pubDate>Thu, 31 Jan 2008 11:07:55 +0000</pubDate>
<dc:creator>edwinfoo</dc:creator>
<guid isPermaLink="false">13505@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#38;gt;If you add CSS for #thread1 or remove the 1 from the end of the&#60;br /&#62;
&#38;gt;&#38;lt;ol id=&#34;#thread&#34; in your theme, it works fine (I just tried it.)&#60;/p&#62;
&#60;p&#62;It didn't for me. When I edited out the &#34;1&#34;, the design went to crap. I had avatars all over the page so I had to put it back the way it was to keep the site operational.&#60;/p&#62;
&#60;p&#62;Thank you so much for taking the time to looking into this for me. I really appreciate it but I guess my understanding isn't sufficient enough to explore this any further.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Allow Image plugin question"</title>
<link>http://bbpress.org/forums/topic/allow-image-plugin-question#post-13488</link>
<pubDate>Wed, 30 Jan 2008 15:18:25 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13488@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;RE: a technical solution. That's plugin territory and would require you allowing uploads and storing the files.  There have been a few requests lately for allowing attachments but I don't think anyone has taken up the task.  The attachments plugin would allow you to do images as well, I think, or at least the same approach could be used.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Allow Image plugin question"</title>
<link>http://bbpress.org/forums/topic/allow-image-plugin-question#post-13487</link>
<pubDate>Wed, 30 Jan 2008 15:16:08 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13487@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;edwinfoo: it looks like there's a problem with the CSS on your site.  The #thread li &#60;a href=&#34;http://bbpress.org/forums/topic/allow-image-plugin-question?replies=14#post-7380&#34;&#62;referenced above by fel64&#60;/a&#62; won't work for you because it looks like you have renamed it to #thread1 (maybe just a typo in your theme.)  So, the CSS  for #thread won't apply to #thread1.  If you add CSS for #thread1 or remove the 1 from the end of the &#38;lt;ol id=&#34;#thread&#34; in your theme, it works fine (I just tried it.)&#60;/p&#62;
&#60;p&#62;This &#60;code&#62;&#38;lt;ol id=&#38;quot;thread1&#38;quot; start=&#38;quot;1&#38;quot;&#38;gt;&#60;/code&#62; needs to look more like &#60;code&#62;&#38;lt;ol id=&#38;quot;thread&#38;quot; start=&#38;quot;1&#38;quot;&#38;gt;&#60;/code&#62;.&#60;/p&#62;
&#60;p&#62;If you need numbers there for each unique thread, you're going to have to do it differently, not appending a thread number to the end of the id &#34;thread&#34;: that changes the id from #thread to #thread-(whatever number).
&#60;/p&#62;</description>
</item>
<item>
<title>edwinfoo on "Allow Image plugin question"</title>
<link>http://bbpress.org/forums/topic/allow-image-plugin-question#post-13485</link>
<pubDate>Wed, 30 Jan 2008 14:27:02 +0000</pubDate>
<dc:creator>edwinfoo</dc:creator>
<guid isPermaLink="false">13485@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sorry. Have a look in the second post on this &#34;thread&#34;....&#60;br /&#62;
&#60;a href=&#34;http://www.glamrock.com/blog/forum/topic/we-got-any-kiss-fans-out-there&#34; rel=&#34;nofollow&#34;&#62;http://www.glamrock.com/blog/forum/topic/we-got-any-kiss-fans-out-there&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There's a policy on the site to limit pics to 600px width but no one takes any notice of it. A technical solution would be awesome.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Allow Image plugin question"</title>
<link>http://bbpress.org/forums/topic/allow-image-plugin-question#post-13484</link>
<pubDate>Wed, 30 Jan 2008 13:51:31 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13484@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can you link to a post that has a large image that breaks the layout, so we can see what is happening without clicking through all the threads?  Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Allow Image plugin question"</title>
<link>http://bbpress.org/forums/topic/allow-image-plugin-question#post-13483</link>
<pubDate>Wed, 30 Jan 2008 13:50:14 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13483@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#38;gt; I can't see a good reason why I should spend&#60;br /&#62;
&#38;gt; money to upgrade because it's not something that I can do.&#60;/p&#62;
&#60;p&#62;bbPress == Free Software.&#60;/p&#62;
&#60;p&#62;And actually, spending money when you can't do something yourself is pretty much how it works.  If I can't rebuild the engine on my car, I pay someone to do it.  I don't think anyone was suggesting you spend more money: upgrading to the latest release is good advice when the software is in BETA.  It makes troubleshooting things easier to know you have the latest release.  In this case though, I don't think upgrading will have any effect on this problem.  It can be solved with CSS, not new functions or bug fixes from the latest bbPress.
&#60;/p&#62;</description>
</item>
<item>
<title>edwinfoo on "Allow Image plugin question"</title>
<link>http://bbpress.org/forums/topic/allow-image-plugin-question#post-13482</link>
<pubDate>Wed, 30 Jan 2008 13:20:57 +0000</pubDate>
<dc:creator>edwinfoo</dc:creator>
<guid isPermaLink="false">13482@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.glamrock.com/blog/forum/index.php&#34; rel=&#34;nofollow&#34;&#62;http://www.glamrock.com/blog/forum/index.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;fel64, I can't see a good reason why I should spend money to upgrade because it's not something that I can do. Plus I'm worried if all the plugins I'm using work after the transition. Plus I'm not sure if I'll be going to a different software solution which supports social networking better.&#60;/p&#62;
&#60;p&#62;With regards to pics&#38;lt;600px breaking the site, I've tried these additions in the style.css file like you said :&#60;/p&#62;
&#60;p&#62;&#60;em&#62;#thread li {&#60;br /&#62;
    min-height: 200px; /* &#38;lt;-- add this line */&#60;br /&#62;
	padding: 1.5em 1.0em;&#60;br /&#62;
	line-height: 1.5em;&#60;br /&#62;
}&#60;br /&#62;
&#60;strong&#62;overflow: auto;&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;#thread li ol, #thread li ul { margin-left: 40px; }&#60;/p&#62;
&#60;p&#62;#thread li ol li, #thread li ul li { padding: 0; }&#60;br /&#62;
&#60;/em&#62;&#60;br /&#62;
and I've tried :&#60;/p&#62;
&#60;p&#62;&#60;em&#62;#thread li {&#60;br /&#62;
    min-height: 200px; /* &#38;lt;-- add this line */&#60;br /&#62;
	padding: 1.5em 1.0em;&#60;br /&#62;
	line-height: 1.5em;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;#thread li img {&#60;br /&#62;
max-width: 600px;&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;#thread li ol, #thread li ul { margin-left: 40px; }&#60;/p&#62;
&#60;p&#62;#thread li ol li, #thread li ul li { padding: 0; }&#60;br /&#62;
&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;Please forgive my poor development skills. Marketing is my thing.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Allow Image plugin question"</title>
<link>http://bbpress.org/forums/topic/allow-image-plugin-question#post-13478</link>
<pubDate>Wed, 30 Jan 2008 02:03:45 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">13478@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You should upgrade.&#60;/p&#62;
&#60;p&#62;What exactly have you tried with what results? Can you link us?
&#60;/p&#62;</description>
</item>
<item>
<title>edwinfoo on "Allow Image plugin question"</title>
<link>http://bbpress.org/forums/topic/allow-image-plugin-question#post-13474</link>
<pubDate>Tue, 29 Jan 2008 20:56:21 +0000</pubDate>
<dc:creator>edwinfoo</dc:creator>
<guid isPermaLink="false">13474@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Mine is a integrated 0.8.2.1 installation and I've tried all the tips on this page and none have worked thus far :-(&#60;/p&#62;
&#60;p&#62;The design can only bear a 600 pixel width limit.
&#60;/p&#62;</description>
</item>
<item>
<title>mazdakam on "Allow Image plugin question"</title>
<link>http://bbpress.org/forums/topic/allow-image-plugin-question#post-13410</link>
<pubDate>Sat, 26 Jan 2008 11:38:36 +0000</pubDate>
<dc:creator>mazdakam</dc:creator>
<guid isPermaLink="false">13410@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;it has conflict with code tag so i decide to disable it
&#60;/p&#62;</description>
</item>
<item>
<title>itissue on "Allow Image plugin question"</title>
<link>http://bbpress.org/forums/topic/allow-image-plugin-question#post-12612</link>
<pubDate>Sat, 15 Dec 2007 02:57:52 +0000</pubDate>
<dc:creator>itissue</dc:creator>
<guid isPermaLink="false">12612@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I tried what post &#60;a href=&#34;http://trac.bbpress.org/ticket/2&#34;&#62;#2&#60;/a&#62; did but it doesn't work. I'm not sure why but it doesn't. If only you can set the width in the &#60;code&#62;&#38;lt;img/&#38;gt;&#60;/code&#62;  tag.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Allow Image plugin question"</title>
<link>http://bbpress.org/forums/topic/allow-image-plugin-question#post-10163</link>
<pubDate>Tue, 14 Aug 2007 00:07:53 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">10163@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yup. 2nd post:&#60;br /&#62;
&#60;em&#62;look for the &#60;code&#62;#thread li&#60;/code&#62; entry [in your CSS] and add to it:&#60;/em&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;overflow: auto;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you want something to physically resize the images, no. A plugin is possible but you'd also have to permanently store all the images on your server.
&#60;/p&#62;</description>
</item>
<item>
<title>mattej00 on "Allow Image plugin question"</title>
<link>http://bbpress.org/forums/topic/allow-image-plugin-question#post-10160</link>
<pubDate>Mon, 13 Aug 2007 22:20:44 +0000</pubDate>
<dc:creator>mattej00</dc:creator>
<guid isPermaLink="false">10160@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;has anyone come up with a good solution to this for us who can't code php?
&#60;/p&#62;</description>
</item>
<item>
<title>thierryyyyyyy on "Allow Image plugin question"</title>
<link>http://bbpress.org/forums/topic/allow-image-plugin-question#post-9255</link>
<pubDate>Mon, 23 Jul 2007 18:15:30 +0000</pubDate>
<dc:creator>thierryyyyyyy</dc:creator>
<guid isPermaLink="false">9255@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;For IE6, there is a &#34;workaround&#34; using &#34;expression(...)&#34; (search google for the rest)&#60;/p&#62;
&#60;p&#62;For getting image width, you can use the PHP function getimagesize() which is incorporated in all PHP 4.3 .... (no need of extra module like GD)
&#60;/p&#62;</description>
</item>
<item>
<title>metalvalley on "Allow Image plugin question"</title>
<link>http://bbpress.org/forums/topic/allow-image-plugin-question#post-7384</link>
<pubDate>Sat, 12 May 2007 13:27:53 +0000</pubDate>
<dc:creator>metalvalley</dc:creator>
<guid isPermaLink="false">7384@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;For what I've seen the last option you gave works the best for me for now. Maybe a resize function will be implemented in the future?
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Allow Image plugin question"</title>
<link>http://bbpress.org/forums/topic/allow-image-plugin-question#post-7380</link>
<pubDate>Sat, 12 May 2007 12:51:37 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">7380@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It is probably possible; you would have to &#60;code&#62;fopen&#60;/code&#62; the image in binary mode, read its width and if that's too big delete/replace it I think. Quite complicated and very server-intensive.&#60;/p&#62;
&#60;p&#62;The superior solution, in my opinion, is to open your theme's style.css, look for the &#60;code&#62;#thread li&#60;/code&#62; entry and add to it:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;overflow: auto;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That will then add scrollbars to each post if the width of an image exceeds its specified dimensions (for example, if you explicitly set the width of it (or one of its parent elements) (probably done in your theme already) but not the height, the image would stretch the post to the desired height but add scrollbars to the width).&#60;/p&#62;
&#60;p&#62;Alternatively you could add this to the end of your style.css file:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#thread li img {
max-width: 600px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Or whatever width you want. This does not work so well; the image will load at full resolution, breaking the layout, and then be resized. It is also only supported by newer browsers; IE 6 will not recognise it.
&#60;/p&#62;</description>
</item>
<item>
<title>metalvalley on "Allow Image plugin question"</title>
<link>http://bbpress.org/forums/topic/allow-image-plugin-question#post-7379</link>
<pubDate>Sat, 12 May 2007 10:49:46 +0000</pubDate>
<dc:creator>metalvalley</dc:creator>
<guid isPermaLink="false">7379@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is it possible to add an maxwidth function to the plugin. If yes, what and where?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
