<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Increase Character Limit of The Wire in Elgg 1.8</title>
	<atom:link href="http://blog.arvixe.com/how-to-increase-character-limit-of-the-wire-in-elgg-1-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arvixe.com/how-to-increase-character-limit-of-the-wire-in-elgg-1-8/</link>
	<description>Detailed tutorials on how to use Arvixe services</description>
	<lastBuildDate>Wed, 22 May 2013 10:48:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Pandu</title>
		<link>http://blog.arvixe.com/how-to-increase-character-limit-of-the-wire-in-elgg-1-8/comment-page-1/#comment-80689</link>
		<dc:creator>Pandu</dc:creator>
		<pubDate>Fri, 01 Jun 2012 08:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arvixe.com/?p=9327#comment-80689</guid>
		<description><![CDATA[Doen&#039;st work for me (on Elgg 1.8.5), Step 1 are ok, step 3 are ok. I can&#039;t find add.php file on mod/thewire/views/default/thewire/forms folder.]]></description>
		<content:encoded><![CDATA[<p>Doen&#8217;st work for me (on Elgg 1.8.5), Step 1 are ok, step 3 are ok. I can&#8217;t find add.php file on mod/thewire/views/default/thewire/forms folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodolfo Hernandez</title>
		<link>http://blog.arvixe.com/how-to-increase-character-limit-of-the-wire-in-elgg-1-8/comment-page-1/#comment-49953</link>
		<dc:creator>Rodolfo Hernandez</dc:creator>
		<pubDate>Sun, 27 Nov 2011 16:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arvixe.com/?p=9327#comment-49953</guid>
		<description><![CDATA[@Site Let me try it, I&#039;ve been testing with no issues.]]></description>
		<content:encoded><![CDATA[<p>@Site Let me try it, I&#8217;ve been testing with no issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Site de parcerias</title>
		<link>http://blog.arvixe.com/how-to-increase-character-limit-of-the-wire-in-elgg-1-8/comment-page-1/#comment-49775</link>
		<dc:creator>Site de parcerias</dc:creator>
		<pubDate>Sun, 27 Nov 2011 03:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arvixe.com/?p=9327#comment-49775</guid>
		<description><![CDATA[Please delete the previous comment, it lacked a part of the text.

Open mod/thewire/start.php


In the line 247 look for:

// only 200 characters allowed
$text = elgg_substr($text, 0, 200);

change to:

// only 400 characters allowed (Yeah, change the comment too, so you can remember it later, just in case you want to change it again)
$text = elgg_substr($text, 0, 400);

And it’ll work.

Please add this to the article as soon as possible, I can asure you there are many ppl confused right now, asking themselved what they missed. Thx, it helped me a lot.]]></description>
		<content:encoded><![CDATA[<p>Please delete the previous comment, it lacked a part of the text.</p>
<p>Open mod/thewire/start.php</p>
<p>In the line 247 look for:</p>
<p>// only 200 characters allowed<br />
$text = elgg_substr($text, 0, 200);</p>
<p>change to:</p>
<p>// only 400 characters allowed (Yeah, change the comment too, so you can remember it later, just in case you want to change it again)<br />
$text = elgg_substr($text, 0, 400);</p>
<p>And it’ll work.</p>
<p>Please add this to the article as soon as possible, I can asure you there are many ppl confused right now, asking themselved what they missed. Thx, it helped me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Site de parcerias</title>
		<link>http://blog.arvixe.com/how-to-increase-character-limit-of-the-wire-in-elgg-1-8/comment-page-1/#comment-49772</link>
		<dc:creator>Site de parcerias</dc:creator>
		<pubDate>Sun, 27 Nov 2011 03:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arvixe.com/?p=9327#comment-49772</guid>
		<description><![CDATA[In the line 247 look for:


	// only 200 characters allowed
	$text = elgg_substr($text, 0, 200);

change to:

	// only 200 characters allowed
	$text = elgg_substr($text, 0, 400);



And it&#039;ll work.

Please add this to the article as soon as possible, I can asure you there are many ppl confused right now, asking themselved what they missed. Thx, it helped me a lot.]]></description>
		<content:encoded><![CDATA[<p>In the line 247 look for:</p>
<p>	// only 200 characters allowed<br />
	$text = elgg_substr($text, 0, 200);</p>
<p>change to:</p>
<p>	// only 200 characters allowed<br />
	$text = elgg_substr($text, 0, 400);</p>
<p>And it&#8217;ll work.</p>
<p>Please add this to the article as soon as possible, I can asure you there are many ppl confused right now, asking themselved what they missed. Thx, it helped me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Site de parcerias</title>
		<link>http://blog.arvixe.com/how-to-increase-character-limit-of-the-wire-in-elgg-1-8/comment-page-1/#comment-49771</link>
		<dc:creator>Site de parcerias</dc:creator>
		<pubDate>Sun, 27 Nov 2011 03:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arvixe.com/?p=9327#comment-49771</guid>
		<description><![CDATA[There is a small error here, when it&#039;s in the activities, they wont display the full posted text.]]></description>
		<content:encoded><![CDATA[<p>There is a small error here, when it&#8217;s in the activities, they wont display the full posted text.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk
Object Caching 341/344 objects using disk

 Served from: blog.arvixe.com @ 2013-05-22 16:59:01 by W3 Total Cache -->