<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Support Forums &#187; Tag: size - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/size</link>
		<description>bbPress Support Forums &#187; Tag: size - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 13:46:34 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/size" rel="self" type="application/rss+xml" />

		<item>
			<title>邹 毅 on "bbPress Admin Fonts Beautifier"</title>
			<link>http://bbpress.org/forums/topic/bbpress-admin-fonts-beautifier#post-72017</link>
			<pubDate>Thu, 29 Jul 2010 14:59:43 +0000</pubDate>
			<dc:creator>邹 毅</dc:creator>
			<guid isPermaLink="false">72017@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The main purpose of the plug-in are those that will be finished bbPress background or other double-byte languages to Chinese users. It will back control in the smallest font size 12px, and the original text into a normal italic font. In this way, back in reality, when the Chinese had underestimated the font does not appear unclear phenomenon.</p>
<p>Now the plug-in made up of two ways. BbPress plug-in is a kind of normal form of release. Download plug-ins directory needs to be uploaded to the bbPress root directory my-plugins directory, and then plug in the background to enable management pages. Thus, even if the background for the English state, also appear in the background can be conducted in Chinese landscaping. Another is made with the language pack automatically starts. After the download, upload the php file to the language pack directory. This approach is only activated when the corresponding language pack to take effect.</p>
<p>As bbPress each update, it may involve changes to the CSS style sheet. Therefore, the plug-in certain targeted. That is not always backwards compatible. Therefore, the plug-in released time, corresponding to the bbPress version of the logo will come out. You can watch from the plug out of the version number. For example :1.0.1-1 logo for the bbPress version 1.0.1, and later, "-1" logo is the first revised version. After the release of "1.0.1-2", "1.0.1-3", etc. are the corresponding bbPress 1.0.1. Just plug made some changes. Only the previous version number changed, only that version of the corresponding change in bbPress.</p>
<p>it's translated by Google.i'll mod it later.:-)
</p>]]></description>
					</item>
		<item>
			<title>Casemon on "Change Gravatar Size?"</title>
			<link>http://bbpress.org/forums/topic/change-gravatar-size#post-62060</link>
			<pubDate>Tue, 22 Dec 2009 02:37:05 +0000</pubDate>
			<dc:creator>Casemon</dc:creator>
			<guid isPermaLink="false">62060@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>In the mean time you can just pass the size via the avatar call...</p>
<p><code>&#60;?php post_author_avatar_link($size=&#39;100&#39;); ?&#62;</code>
</p>]]></description>
					</item>
		<item>
			<title>Casemon on "Change Gravatar Size?"</title>
			<link>http://bbpress.org/forums/topic/change-gravatar-size#post-62020</link>
			<pubDate>Mon, 21 Dec 2009 13:22:17 +0000</pubDate>
			<dc:creator>Casemon</dc:creator>
			<guid isPermaLink="false">62020@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Any chance on updating this info for 1.0.2? Sounds like a nice work-around.
</p>]]></description>
					</item>
		<item>
			<title>kirpi.it on "Limit width of images in ALLOW IMAGES plugin?"</title>
			<link>http://bbpress.org/forums/topic/limit-width-of-images-in-allow-images-plugin#post-57569</link>
			<pubDate>Wed, 09 Sep 2009 10:06:43 +0000</pubDate>
			<dc:creator>kirpi.it</dc:creator>
			<guid isPermaLink="false">57569@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>It works!<br />
:-)<br />
Thank you!</p>
<p>By the way, the "This topic is resolved" sentence at the top of this thread should be reversible. I could not find a way to "reopen" it though.
</p>]]></description>
					</item>
		<item>
			<title>Adam Harley on "Limit width of images in ALLOW IMAGES plugin?"</title>
			<link>http://bbpress.org/forums/topic/limit-width-of-images-in-allow-images-plugin#post-57567</link>
			<pubDate>Wed, 09 Sep 2009 09:56:38 +0000</pubDate>
			<dc:creator>Adam Harley</dc:creator>
			<guid isPermaLink="false">57567@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@kirpi.it Try <code>.post img { max-width: 100%; overflow: hidden; }</code>, probably the missing <code>overflow: hidden</code> bit</p>
<p>Yay for finding this thread though, so much cleaner than the JS solution I was using :)
</p>]]></description>
					</item>
		<item>
			<title>kirpi.it on "Limit width of images in ALLOW IMAGES plugin?"</title>
			<link>http://bbpress.org/forums/topic/limit-width-of-images-in-allow-images-plugin#post-57564</link>
			<pubDate>Wed, 09 Sep 2009 09:40:16 +0000</pubDate>
			<dc:creator>kirpi.it</dc:creator>
			<guid isPermaLink="false">57564@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>My theme is a very slightly edited Kakumei.<br />
The very last lines in style.css read<br />
<code><br />
#thread .post img {<br />
		max-width: 100%;<br />
	}<br />
</code><br />
Yet posted images do not resize as they are expected to.<br />
Please see <a href="http://www.kirpi.it/r/topic/limit-width-of-images" rel="nofollow">http://www.kirpi.it/r/topic/limit-width-of-images</a> as an example.</p>
<p>What could it be, please?</p>
<p>Puzzled<br />
:-&#124;
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu on "Limit width of images in ALLOW IMAGES plugin?"</title>
			<link>http://bbpress.org/forums/topic/limit-width-of-images-in-allow-images-plugin#post-56363</link>
			<pubDate>Thu, 13 Aug 2009 17:24:57 +0000</pubDate>
			<dc:creator>Ipstenu</dc:creator>
			<guid isPermaLink="false">56363@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Doy! Max-Width is correct, and it will NOT resize your images and make them larger :)</p>
<p>Moar Coffee, Less Meetings, Plz.
</p>]]></description>
					</item>
		<item>
			<title>Marius- on "Limit width of images in ALLOW IMAGES plugin?"</title>
			<link>http://bbpress.org/forums/topic/limit-width-of-images-in-allow-images-plugin#post-56360</link>
			<pubDate>Thu, 13 Aug 2009 16:35:12 +0000</pubDate>
			<dc:creator>Marius-</dc:creator>
			<guid isPermaLink="false">56360@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Is it then possible to click the image, and enlarge it? or is it just plain and simply resized with no other options?</p>
<p>I read somewhere that if a user posts a small image, this will be enlarged to that size, when using CSS, is this true?<br />
-<br />
edit:<br />
Ipstenu, I tried your CSS code, and that did not work either. But this did:<br />
#thread .post img {max-width:580px;
</p>]]></description>
					</item>
		<item>
			<title>jamesb4551 on "Limit width of images in ALLOW IMAGES plugin?"</title>
			<link>http://bbpress.org/forums/topic/limit-width-of-images-in-allow-images-plugin#post-56353</link>
			<pubDate>Thu, 13 Aug 2009 15:41:20 +0000</pubDate>
			<dc:creator>jamesb4551</dc:creator>
			<guid isPermaLink="false">56353@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Yeah that plugin don't work, but Ipstenu is right on the money there, did it this morning and works a treat.
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu on "Limit width of images in ALLOW IMAGES plugin?"</title>
			<link>http://bbpress.org/forums/topic/limit-width-of-images-in-allow-images-plugin#post-56349</link>
			<pubDate>Thu, 13 Aug 2009 15:05:47 +0000</pubDate>
			<dc:creator>Ipstenu</dc:creator>
			<guid isPermaLink="false">56349@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>In your theme's style.css file.
</p>]]></description>
					</item>
		<item>
			<title>Marius- on "Limit width of images in ALLOW IMAGES plugin?"</title>
			<link>http://bbpress.org/forums/topic/limit-width-of-images-in-allow-images-plugin#post-56346</link>
			<pubDate>Thu, 13 Aug 2009 14:56:15 +0000</pubDate>
			<dc:creator>Marius-</dc:creator>
			<guid isPermaLink="false">56346@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Where do I place this?
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu on "Limit width of images in ALLOW IMAGES plugin?"</title>
			<link>http://bbpress.org/forums/topic/limit-width-of-images-in-allow-images-plugin#post-56343</link>
			<pubDate>Thu, 13 Aug 2009 14:35:43 +0000</pubDate>
			<dc:creator>Ipstenu</dc:creator>
			<guid isPermaLink="false">56343@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Did you try it with CSS? You shouldn't need a plugin with this.</p>
<p>This should cover it, it's what I'm using and I've had no more page borking:</p>
<p><code>post.img { width: 600px; overflow: hidden; cursor: pointer; }</code></p>
<p>You may need to adjust width as needed.
</p>]]></description>
					</item>
		<item>
			<title>Marius- on "Limit width of images in ALLOW IMAGES plugin?"</title>
			<link>http://bbpress.org/forums/topic/limit-width-of-images-in-allow-images-plugin#post-56328</link>
			<pubDate>Thu, 13 Aug 2009 10:14:56 +0000</pubDate>
			<dc:creator>Marius-</dc:creator>
			<guid isPermaLink="false">56328@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This is my ongoing problem now. The plugin simply does not work for me. I've solved the other problems, but this....
</p>]]></description>
					</item>
		<item>
			<title>Marius- on "Limit width of images in ALLOW IMAGES plugin?"</title>
			<link>http://bbpress.org/forums/topic/limit-width-of-images-in-allow-images-plugin#post-56283</link>
			<pubDate>Wed, 12 Aug 2009 15:32:29 +0000</pubDate>
			<dc:creator>Marius-</dc:creator>
			<guid isPermaLink="false">56283@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Shagalaga, that was just what I was looking for, but it doesnt work. Nothing happens. See here: <a href="http://www.michaeljackson.no/forum/topic.php?id=1&#038;replies=7#post-10" rel="nofollow">http://www.michaeljackson.no/forum/topic.php?id=1&#038;replies=7#post-10</a>
</p>]]></description>
					</item>
		<item>
			<title>Shagalaga on "Limit width of images in ALLOW IMAGES plugin?"</title>
			<link>http://bbpress.org/forums/topic/limit-width-of-images-in-allow-images-plugin#post-56282</link>
			<pubDate>Wed, 12 Aug 2009 15:07:48 +0000</pubDate>
			<dc:creator>Shagalaga</dc:creator>
			<guid isPermaLink="false">56282@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p><a href="http://bbpress.org/plugins/topic/image-resizer/" rel="nofollow">http://bbpress.org/plugins/topic/image-resizer/</a>
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu on "Limit width of images in ALLOW IMAGES plugin?"</title>
			<link>http://bbpress.org/forums/topic/limit-width-of-images-in-allow-images-plugin#post-56281</link>
			<pubDate>Wed, 12 Aug 2009 15:03:46 +0000</pubDate>
			<dc:creator>Ipstenu</dc:creator>
			<guid isPermaLink="false">56281@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Try CSS instead :)  Set the max-width for <code>post.img</code> to what you want, and possible make it overflow: hidden as well.
</p>]]></description>
					</item>
		<item>
			<title>Marius- on "Limit width of images in ALLOW IMAGES plugin?"</title>
			<link>http://bbpress.org/forums/topic/limit-width-of-images-in-allow-images-plugin#post-56280</link>
			<pubDate>Wed, 12 Aug 2009 14:57:18 +0000</pubDate>
			<dc:creator>Marius-</dc:creator>
			<guid isPermaLink="false">56280@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Can I do this?<br />
Theres nothing stopping a user in posting a huge image that exceeds the post-width. Is there some way I can have this plugin resize the images?
</p>]]></description>
					</item>
		<item>
			<title>Dreamcolor on "bbPress Admin Fonts Beautifier"</title>
			<link>http://bbpress.org/forums/topic/bbpress-admin-fonts-beautifier#post-41540</link>
			<pubDate>Tue, 21 Jul 2009 08:45:08 +0000</pubDate>
			<dc:creator>Dreamcolor</dc:creator>
			<guid isPermaLink="false">41540@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Make bbPress fonts of backend minimum to 12px. And fix fonts style from inherit to normal. So bbPress can display chinese (not only chinese) better. </p>
<p>该插件主要的用途，是那些将 bbPress 后台汉化为中文或其他双字节语种的用户。它将会把后台的字体大小控制在最小 12px，并且将原有的斜体文字变成正常字体。这样，后台在现实中文的时候就不会出现字体过小看不清楚的现象了。</p>
<p>现在将该插件做成了两种方式。一种是以正常的 bbPress 插件的形式发布。下载后需要将插件目录上传到 bbPress 根目录的 my-plugins 目录中，然后在后台插件管理页面进行启用。这样，即使后台为英文状态下，也可以把后台中出现的中文进行美化。另外一种是做成随语言包自动启动的方式。下载后，将 php 文件上传到语言包目录中。这种方式只有激活了相应的语言包时才会生效。</p>
<p>由于 bbPress 每次更新，也许会涉及到 CSS 样式表的修改。所以该插件存在一定的针对性。也就是说不是总向下兼容的。所以，插件发布的时候，会把对应的 bbPress 版本标识出来。各位可以从插件的版本号上看出来。例如：1.0.1-1 标识针对的 bbPress 版本为 1.0.1，而后面的“-1”标识是第一个修订版本。以后发布的“1.0.1-2”，“1.0.1-3”等等都是对应的 bbPress 1.0.1。只是插件作出了某些修改。只有前面的版本号变了，才表示对应的 bbPress 版本发生了变化。</p>
<p><a href="http://dreamcolor.net/2009/07/bbpress-admin-beautifier-testing/" rel="nofollow">http://dreamcolor.net/2009/07/bbpress-admin-beautifier-testing/</a></p>
<p>You can download it here:<br />
<a href="http://dreamcolor.net/project/bbpress-admin-fonts-beautifier/" rel="nofollow">http://dreamcolor.net/project/bbpress-admin-fonts-beautifier/</a></p>
<p>Anybody can translate this topic to english? THX...
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu on "Limiting my forum&#039;s post size"</title>
			<link>http://bbpress.org/forums/topic/limiting-my-forums-post-size#post-37633</link>
			<pubDate>Fri, 26 Jun 2009 17:56:10 +0000</pubDate>
			<dc:creator>Ipstenu</dc:creator>
			<guid isPermaLink="false">37633@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>CSS doesn't control everything. Yet. ;)  Actually, it can control that, but not reliably or consistently, due to browser independence.</p>
<p>chris's idea is probably best in the long run.
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "Limiting my forum&#039;s post size"</title>
			<link>http://bbpress.org/forums/topic/limiting-my-forums-post-size#post-37602</link>
			<pubDate>Thu, 25 Jun 2009 21:35:39 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">37602@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Just a note: that field length can be bypassed in the browser, if someone wants to.  If you don't modify the database field, it probably won't be a problem and it will prevent people from just posting things that are too long.  I think a better way would be to verify that the input is less than 3000 characters with a plugin, before trying to insert it into the database.</p>
<p>Maybe a combination of the two.  Give people a counter showing how many characters are left (like eBay does in some of their forms) and then have a plugin verify what is being submitted actually conforms to your rules.
</p>]]></description>
					</item>
		<item>
			<title>Michael3185 on "Limiting my forum&#039;s post size"</title>
			<link>http://bbpress.org/forums/topic/limiting-my-forums-post-size#post-37596</link>
			<pubDate>Thu, 25 Jun 2009 18:19:15 +0000</pubDate>
			<dc:creator>Michael3185</dc:creator>
			<guid isPermaLink="false">37596@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks for the link Ipstenu. I guess I wasn't thinking along the right lines, as it needs to be done in the browser, not on the bbPress PHP side. I'm not sure how to implement that JavaScript and HTML code, but I'll give it a go sometime soon. It'd be nice if the CSS TextArea had a setting for that, wouldn't it?
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu on "Limiting my forum&#039;s post size"</title>
			<link>http://bbpress.org/forums/topic/limiting-my-forums-post-size#post-37591</link>
			<pubDate>Thu, 25 Jun 2009 17:46:51 +0000</pubDate>
			<dc:creator>Ipstenu</dc:creator>
			<guid isPermaLink="false">37591@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Untested thought: You could edit your theme to limit the data accepted in the textbox.</p>
<p><a href="http://www.hscripts.com/scripts/JavaScript/character-count.php" rel="nofollow">http://www.hscripts.com/scripts/JavaScript/character-count.php</a>
</p>]]></description>
					</item>
		<item>
			<title>frooyo on "Limiting my forum&#039;s post size"</title>
			<link>http://bbpress.org/forums/topic/limiting-my-forums-post-size#post-37586</link>
			<pubDate>Thu, 25 Jun 2009 16:09:04 +0000</pubDate>
			<dc:creator>frooyo</dc:creator>
			<guid isPermaLink="false">37586@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You have 2 options.</p>
<p>1. Limit it on the client side using JavaScript</p>
<p>2. Limit it on the server side using PHP.</p>
<p>If you limit it on the client side, it'll be the easiest to implement but if the person turns off JavaScript in there browser - the person will still be able to post greater than 3000 characters.</p>
<p>If you choice option 1, you'll want to create some type of "maxlength" functionality for the TEXTAREA attribute in the post-form.php.</p>
<p>I haven't used it but you'll want to use something simply like:</p>
<p><a href="http://www.javascriptbank.com/javascript/form/validation-limitation/textarea-maxlength/detail/" rel="nofollow">http://www.javascriptbank.com/javascript/form/validation-limitation/textarea-maxlength/detail/</a>
</p>]]></description>
					</item>
		<item>
			<title>Michael3185 on "Limiting my forum&#039;s post size"</title>
			<link>http://bbpress.org/forums/topic/limiting-my-forums-post-size#post-37522</link>
			<pubDate>Wed, 24 Jun 2009 09:10:29 +0000</pubDate>
			<dc:creator>Michael3185</dc:creator>
			<guid isPermaLink="false">37522@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've had a good hunt around, but am not sure if I'm in wood-for-trees mode on this one.</p>
<p>Is there a way to limit the size of posts people can make? I've set up a new forum, where some members may join via another forum we belong to. Some of them make posts there of pages and pages of text. Can I limit posts to say, 3000 characters?
</p>]]></description>
					</item>
		<item>
			<title>gadgets on "Adjust Size of Hot Tags"</title>
			<link>http://bbpress.org/forums/topic/adjust-size-of-hot-tags#post-25177</link>
			<pubDate>Sun, 29 Mar 2009 17:33:56 +0000</pubDate>
			<dc:creator>gadgets</dc:creator>
			<guid isPermaLink="false">25177@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks for this post.I try about 2 hour.And now finish.</p>
<p>Thanks again.</p>
<p>Dean
</p>]]></description>
					</item>
		<item>
			<title>NikonRumors on "Adjust Size of Hot Tags"</title>
			<link>http://bbpress.org/forums/topic/adjust-size-of-hot-tags#post-25175</link>
			<pubDate>Sun, 29 Mar 2009 14:30:31 +0000</pubDate>
			<dc:creator>NikonRumors</dc:creator>
			<guid isPermaLink="false">25175@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Is this fixed in 0.9.0.4? Has anyone found a way around it?<br />
Thanks.
</p>]]></description>
					</item>
		<item>
			<title>snow1 on "How do I change font of Hot Tags?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-change-font-of-hot-tags#post-21728</link>
			<pubDate>Mon, 15 Dec 2008 21:15:43 +0000</pubDate>
			<dc:creator>snow1</dc:creator>
			<guid isPermaLink="false">21728@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I tried that but bbPress was still there. However, I did manage to delete it doing the following:<br />
I clicked on bbPress Hot tag<br />
Page for Add New Topic appeared<br />
I clicked Destroy Tag at the bottom of the page<br />
bbPress tag is now gone</p>
<p>Thanks to everyone who responded and helped me with these two topics!
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "How do I change font of Hot Tags?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-change-font-of-hot-tags#post-21723</link>
			<pubDate>Mon, 15 Dec 2008 20:23:40 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">21723@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The default install has a single topic ("Your first topic -- First Post. Woot!") that is tagged <code>bbPress</code>.  If you deleted that but the tag persists, you might need to go into the admin and Manage &#62; Recount <code>/bb-admin/site.php</code>.  There is one checkbox there that says "DELETE tags with no topics. Only functions if the above checked."  Try that.
</p>]]></description>
					</item>
		<item>
			<title>snow1 on "How do I change font of Hot Tags?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-change-font-of-hot-tags#post-21722</link>
			<pubDate>Mon, 15 Dec 2008 19:15:41 +0000</pubDate>
			<dc:creator>snow1</dc:creator>
			<guid isPermaLink="false">21722@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Yes, I want to remove bbPress as a tag. It's not listed as a tag on my posts, so I can't delete it from the posts. I can't figure out where it's coming from.
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu on "How do I change font of Hot Tags?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-change-font-of-hot-tags#post-21721</link>
			<pubDate>Mon, 15 Dec 2008 18:13:04 +0000</pubDate>
			<dc:creator>Ipstenu</dc:creator>
			<guid isPermaLink="false">21721@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You mean to remove bbPress as a tag? I've had problems with deleting tags, but if you remove it from all the posts, it should go away.
</p>]]></description>
					</item>

	</channel>
</rss>

