<?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: Social It Plugin for bbPress</title>
	<atom:link href="http://gaut.am/2009/08/social-it-plugin-for-bbpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://gaut.am/2009/08/social-it-plugin-for-bbpress/</link>
	<description>On bbPress, WordPress and Other Things!</description>
	<lastBuildDate>Fri, 03 Sep 2010 17:40:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Gautam</title>
		<link>http://gaut.am/2009/08/social-it-plugin-for-bbpress/comment-page-1/#comment-236</link>
		<dc:creator>Gautam</dc:creator>
		<pubDate>Tue, 29 Sep 2009 10:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://gaut.am/?p=43#comment-236</guid>
		<description>@Steven
I would be releasing a fix in a day or two.</description>
		<content:encoded><![CDATA[<p>@Steven<br />
I would be releasing a fix in a day or two.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Klotz</title>
		<link>http://gaut.am/2009/08/social-it-plugin-for-bbpress/comment-page-1/#comment-207</link>
		<dc:creator>Steven Klotz</dc:creator>
		<pubDate>Fri, 25 Sep 2009 04:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://gaut.am/?p=43#comment-207</guid>
		<description>I&#039;d love to be notified when this is working, as it&#039;ll be a useful once the above mentioned bugs are worked out.</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to be notified when this is working, as it&#8217;ll be a useful once the above mentioned bugs are worked out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://gaut.am/2009/08/social-it-plugin-for-bbpress/comment-page-1/#comment-203</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 24 Sep 2009 13:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://gaut.am/?p=43#comment-203</guid>
		<description>* Digg This!
* Stumble upon something good? Share it on StumbleUpon!
* Share this on del.icio.us!
*
Not Found
The requested URL /create.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
” rel=”nofollow” class=”external” title=”Tweet This
That is shown in the forum area, which no big deal on this one I can fix later.....
However my other issue is the admin panel,  I don&#039;t see all of the admin panel,  I only see Enabled Networks
and Twitter Options in the settings page, after viewing the source I got the error
Fatal error: Cannot use string offset as an array in /home/ripperbu/public_html/osf/forum/my-plugins/social-it/functions.php on line 370
Which is 									&lt;input type=&quot;text&quot; id=&quot;shortyapiuser-bitly&quot; name=&quot;shortyapiuser-bitly&quot; value=&quot;&quot; /&gt;
Which in my research is a issue in PHP 5 about the  $socialit_plugopts[&#039;shortyapi&#039;][&#039;bitly&#039;][&#039;user&#039;];
So this is not just effecting 310 and down about 10-15 lines but also effecting
			/* Short URLs */
			$socialit_plugopts[&#039;shortyapi&#039;][&#039;snip&#039;][&#039;chk&#039;] = $_POST[&#039;shortyapichk-snip&#039;];
			$socialit_plugopts[&#039;shortyapi&#039;][&#039;snip&#039;][&#039;user&#039;] = $_POST[&#039;shortyapiuser-snip&#039;];
			$socialit_plugopts[&#039;shortyapi&#039;][&#039;snip&#039;][&#039;key&#039;] = $_POST[&#039;shortyapikey-snip&#039;];
			$socialit_plugopts[&#039;shortyapi&#039;][&#039;bitly&#039;][&#039;chk&#039;] = $_POST[&#039;shortyapichk-bitly&#039;];
			$socialit_plugopts[&#039;shortyapi&#039;][&#039;bitly&#039;][&#039;user&#039;] = $_POST[&#039;shortyapiuser-bitly&#039;];
			$socialit_plugopts[&#039;shortyapi&#039;][&#039;bitly&#039;][&#039;key&#039;] = $_POST[&#039;shortyapikey-bitly&#039;];
			$socialit_plugopts[&#039;shortyapi&#039;][&#039;supr&#039;][&#039;chk&#039;] = $_POST[&#039;shortyapichk-supr&#039;];
			$socialit_plugopts[&#039;shortyapi&#039;][&#039;supr&#039;][&#039;login&#039;] = $_POST[&#039;shortyapiuser-supr&#039;];
			$socialit_plugopts[&#039;shortyapi&#039;][&#039;supr&#039;][&#039;key&#039;] = $_POST[&#039;shortyapikey-supr&#039;];
			$socialit_plugopts[&#039;shortyapi&#039;][&#039;trim&#039;][&#039;chk&#039;] = $_POST[&#039;shortyapichk-trim&#039;];
			$socialit_plugopts[&#039;shortyapi&#039;][&#039;trim&#039;][&#039;login&#039;] = $_POST[&#039;shortyapiuser-trim&#039;];
			$socialit_plugopts[&#039;shortyapi&#039;][&#039;trim&#039;][&#039;pass&#039;] = $_POST[&#039;shortyapipass-trim&#039;];
			$socialit_plugopts[&#039;shortyapi&#039;][&#039;tinyarrow&#039;][&#039;chk&#039;] = $_POST[&#039;shortyapichk-tinyarrow&#039;];
			$socialit_plugopts[&#039;shortyapi&#039;][&#039;tinyarrow&#039;][&#039;login&#039;] = $_POST[&#039;shortyapiuser-tinyarrow&#039;];
			$socialit_plugopts[&#039;shortyapi&#039;][&#039;cligs&#039;][&#039;chk&#039;] = $_POST[&#039;shortyapichk-cligs&#039;];
			$socialit_plugopts[&#039;shortyapi&#039;][&#039;cligs&#039;][&#039;key&#039;] = $_POST[&#039;shortyapikey-cligs&#039;];
			/* Short URLs End */
As I commented the 310 and down and the admin panel shows all but it will not save because of the above posted information.  I have msn, if you want to get me on there I will be glad to talk more and give you my information for everything to the site if you don&#039;t understand what I&#039;m saying!</description>
		<content:encoded><![CDATA[<p>* Digg This!<br />
* Stumble upon something good? Share it on StumbleUpon!<br />
* Share this on del.icio.us!<br />
*<br />
Not Found</p>
<p>The requested URL /create.php was not found on this server.</p>
<p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.<br />
” rel=”nofollow” class=”external” title=”Tweet This</p>
<p>That is shown in the forum area, which no big deal on this one I can fix later&#8230;..</p>
<p>However my other issue is the admin panel,  I don&#8217;t see all of the admin panel,  I only see Enabled Networks<br />
and Twitter Options in the settings page, after viewing the source I got the error </p>
<p>Fatal error: Cannot use string offset as an array in /home/ripperbu/public_html/osf/forum/my-plugins/social-it/functions.php on line 370</p>
<p>Which is 									&lt;input type=&quot;text&quot; id=&quot;shortyapiuser-bitly&quot; name=&quot;shortyapiuser-bitly&quot; value=&quot;&#8221; /&gt;</p>
<p>Which in my research is a issue in PHP 5 about the  $socialit_plugopts['shortyapi']['bitly']['user'];</p>
<p>So this is not just effecting 310 and down about 10-15 lines but also effecting </p>
<p>			/* Short URLs */<br />
			$socialit_plugopts['shortyapi']['snip']['chk'] = $_POST['shortyapichk-snip'];<br />
			$socialit_plugopts['shortyapi']['snip']['user'] = $_POST['shortyapiuser-snip'];<br />
			$socialit_plugopts['shortyapi']['snip']['key'] = $_POST['shortyapikey-snip'];<br />
			$socialit_plugopts['shortyapi']['bitly']['chk'] = $_POST['shortyapichk-bitly'];<br />
			$socialit_plugopts['shortyapi']['bitly']['user'] = $_POST['shortyapiuser-bitly'];<br />
			$socialit_plugopts['shortyapi']['bitly']['key'] = $_POST['shortyapikey-bitly'];<br />
			$socialit_plugopts['shortyapi']['supr']['chk'] = $_POST['shortyapichk-supr'];<br />
			$socialit_plugopts['shortyapi']['supr']['login'] = $_POST['shortyapiuser-supr'];<br />
			$socialit_plugopts['shortyapi']['supr']['key'] = $_POST['shortyapikey-supr'];<br />
			$socialit_plugopts['shortyapi']['trim']['chk'] = $_POST['shortyapichk-trim'];<br />
			$socialit_plugopts['shortyapi']['trim']['login'] = $_POST['shortyapiuser-trim'];<br />
			$socialit_plugopts['shortyapi']['trim']['pass'] = $_POST['shortyapipass-trim'];<br />
			$socialit_plugopts['shortyapi']['tinyarrow']['chk'] = $_POST['shortyapichk-tinyarrow'];<br />
			$socialit_plugopts['shortyapi']['tinyarrow']['login'] = $_POST['shortyapiuser-tinyarrow'];<br />
			$socialit_plugopts['shortyapi']['cligs']['chk'] = $_POST['shortyapichk-cligs'];<br />
			$socialit_plugopts['shortyapi']['cligs']['key'] = $_POST['shortyapikey-cligs'];<br />
			/* Short URLs End */</p>
<p>As I commented the 310 and down and the admin panel shows all but it will not save because of the above posted information.  I have msn, if you want to get me on there I will be glad to talk more and give you my information for everything to the site if you don&#8217;t understand what I&#8217;m saying!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gautam</title>
		<link>http://gaut.am/2009/08/social-it-plugin-for-bbpress/comment-page-1/#comment-202</link>
		<dc:creator>Gautam</dc:creator>
		<pubDate>Thu, 24 Sep 2009 13:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://gaut.am/?p=43#comment-202</guid>
		<description>Are you getting this error in the admin panel or in the forums where it is shown?</description>
		<content:encoded><![CDATA[<p>Are you getting this error in the admin panel or in the forums where it is shown?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gautam</title>
		<link>http://gaut.am/2009/08/social-it-plugin-for-bbpress/comment-page-1/#comment-200</link>
		<dc:creator>Gautam</dc:creator>
		<pubDate>Thu, 24 Sep 2009 13:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://gaut.am/?p=43#comment-200</guid>
		<description>@Jason
Well, I suggest try changing your short url service, as it works for me.</description>
		<content:encoded><![CDATA[<p>@Jason<br />
Well, I suggest try changing your short url service, as it works for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://gaut.am/2009/08/social-it-plugin-for-bbpress/comment-page-1/#comment-199</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 24 Sep 2009 13:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://gaut.am/?p=43#comment-199</guid>
		<description>I tried that it seems that its a problem with PHP5, as I&#039;m researching, and has to do with the code of
$socialit_plugopts[&#039;shortyapi&#039;][&#039;snip&#039;][&#039;chk&#039;] = $_POST[&#039;shortyapichk-snip&#039;];
and all the others!</description>
		<content:encoded><![CDATA[<p>I tried that it seems that its a problem with PHP5, as I&#8217;m researching, and has to do with the code of </p>
<p>$socialit_plugopts['shortyapi']['snip']['chk'] = $_POST['shortyapichk-snip'];</p>
<p>and all the others!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gautam</title>
		<link>http://gaut.am/2009/08/social-it-plugin-for-bbpress/comment-page-1/#comment-198</link>
		<dc:creator>Gautam</dc:creator>
		<pubDate>Thu, 24 Sep 2009 12:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://gaut.am/?p=43#comment-198</guid>
		<description>@Jason
That problem might be because of the Short URL service you are using, just change it with some other service.</description>
		<content:encoded><![CDATA[<p>@Jason<br />
That problem might be because of the Short URL service you are using, just change it with some other service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://gaut.am/2009/08/social-it-plugin-for-bbpress/comment-page-1/#comment-189</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 23 Sep 2009 16:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://gaut.am/?p=43#comment-189</guid>
		<description>and when I rollover the icons in the forum I get this code behind them also...
    * Digg This!
    * Stumble upon something good? Share it on StumbleUpon!
    * Share this on del.icio.us!
    *
      Not Found
      The requested URL /create.php was not found on this server.
      Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
      &quot; rel=&quot;nofollow&quot; class=&quot;external&quot; title=&quot;Tweet This</description>
		<content:encoded><![CDATA[<p>and when I rollover the icons in the forum I get this code behind them also&#8230;</p>
<p>    * Digg This!<br />
    * Stumble upon something good? Share it on StumbleUpon!<br />
    * Share this on del.icio.us!<br />
    *<br />
      Not Found</p>
<p>      The requested URL /create.php was not found on this server.</p>
<p>      Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.<br />
      &#8221; rel=&#8221;nofollow&#8221; class=&#8221;external&#8221; title=&#8221;Tweet This</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://gaut.am/2009/08/social-it-plugin-for-bbpress/comment-page-1/#comment-188</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 23 Sep 2009 16:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://gaut.am/?p=43#comment-188</guid>
		<description>I seem to be having the same problem as Michael!</description>
		<content:encoded><![CDATA[<p>I seem to be having the same problem as Michael!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gautam</title>
		<link>http://gaut.am/2009/08/social-it-plugin-for-bbpress/comment-page-1/#comment-150</link>
		<dc:creator>Gautam</dc:creator>
		<pubDate>Fri, 18 Sep 2009 08:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://gaut.am/?p=43#comment-150</guid>
		<description>@Michael
Everything seems fine, except that the admin settings page is not being shown.
Try disabling other plugins you have installed.
Or, if you can send me the admin and user password, I will see that myself. Please use contact form to contact me.</description>
		<content:encoded><![CDATA[<p>@Michael<br />
Everything seems fine, except that the admin settings page is not being shown.<br />
Try disabling other plugins you have installed.<br />
Or, if you can send me the admin and user password, I will see that myself. Please use contact form to contact me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
