<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>I Code Therefore I Am</title>
	<atom:link href="http://neofreko.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://neofreko.wordpress.com</link>
	<description>Not just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 19 Dec 2005 02:10:51 +0000</lastBuildDate>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='neofreko.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>I Code Therefore I Am</title>
		<link>http://neofreko.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://neofreko.wordpress.com/osd.xml" title="I Code Therefore I Am" />
	<atom:link rel='hub' href='http://neofreko.wordpress.com/?pushpress=hub'/>
		<item>
		<title>WPMU: Admin panel for user is not showing up</title>
		<link>http://neofreko.wordpress.com/2005/12/19/wpmu-admin-panel-for-user-is-not-showing-up/</link>
		<comments>http://neofreko.wordpress.com/2005/12/19/wpmu-admin-panel-for-user-is-not-showing-up/#comments</comments>
		<pubDate>Mon, 19 Dec 2005 02:10:51 +0000</pubDate>
		<dc:creator>Pak Guru</dc:creator>
				<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://neofreko.wordpress.com/2005/12/19/wpmu-admin-panel-for-user-is-not-showing-up/</guid>
		<description><![CDATA[Admin panel for user is not showing up within wp-admin/index.php Find this code n wp-admin/wp-settings.php: if( defined( &#8220;VHOST&#8221; ) &#38;&#38; constant( &#8220;VHOST&#8221; ) == &#8216;yes&#8217; ) { $current_blog = $wpdb-&#62;get_row(&#8220;SELECT * FROM $wpdb-&#62;blogs WHERE domain = &#8216;$domain&#8217; AND path = &#8216;$base&#8217;&#8221;); } else { if( $base == &#8216;/&#8217; ) { // blash blah and change [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neofreko.wordpress.com&amp;blog=42479&amp;post=3&amp;subd=neofreko&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Admin panel for user is not showing up within wp-admin/index.php</p>
<p>Find this code n wp-admin/wp-settings.php:</p>
<p>if( defined( &#8220;VHOST&#8221; ) &amp;&amp; constant( &#8220;VHOST&#8221; ) == &#8216;yes&#8217; ) {<br />
$current_blog = $wpdb-&gt;get_row(&#8220;SELECT * FROM $wpdb-&gt;blogs WHERE domain = &#8216;$domain&#8217; AND path = &#8216;$base&#8217;&#8221;);<br />
} else {<br />
if( $base == &#8216;/&#8217; ) {</p>
<p>// blash blah</p>
<p>and change accordingly with this:</p>
<p>if( defined( &#8220;VHOST&#8221; ) &amp;&amp; constant( &#8220;VHOST&#8221; ) == &#8216;yes&#8217; ) {<br />
$current_blog = $wpdb-&gt;get_row(&#8220;SELECT * FROM $wpdb-&gt;blogs WHERE domain = &#8216;$domain&#8217; AND path = &#8216;$base&#8217;&#8221;);<br />
} else {<br />
if( $base == &#8216;/&#8217; ) {<br />
$pos = strpos($_SERVER[ 'REQUEST_URI' ], &#8216;?&#8217;);<br />
if (!$pos)<br />
$wpblog = substr( $_SERVER[ 'REQUEST_URI' ], 1 );<br />
else<br />
$wpblog = substr( $_SERVER[ 'REQUEST_URI' ], 1, $pos );</p>
<p>} else {<br />
$wpblog = str_replace( $base, &#8221;, $_SERVER[ 'REQUEST_URI' ] );<br />
}<br />
New bug found within wordpress.com during the writing proses of this blog:</p>
<ul>
<li>tinyMCE object doesn&#8217;t found in from popup</li>
</ul>
<p>Wishlist:</p>
<ul>
<li>A code format button on tinyMCE post editor</li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/neofreko.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/neofreko.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neofreko.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neofreko.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neofreko.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neofreko.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/neofreko.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/neofreko.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/neofreko.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/neofreko.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neofreko.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neofreko.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neofreko.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neofreko.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neofreko.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neofreko.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neofreko.wordpress.com&amp;blog=42479&amp;post=3&amp;subd=neofreko&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neofreko.wordpress.com/2005/12/19/wpmu-admin-panel-for-user-is-not-showing-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/11c097f27657323f5f822ed0cf173d04?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">neofreko</media:title>
		</media:content>
	</item>
	</channel>
</rss>
