<?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; Topic: Limiting my forum&#039;s post size</title>
		<link>http://bbpress.org/forums/topic/limiting-my-forums-post-size</link>
		<description>bbPress Support Forums &#187; Topic: Limiting my forum&#039;s post size</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 11:45:07 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/topic/limiting-my-forums-post-size" rel="self" type="application/rss+xml" />

		<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>

	</channel>
</rss>

