<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress MU Forums: Recent Posts</title>
<link>http://mu.wordpress.org/forums/</link>
<description>WordPress MU Forums: Recent Posts</description>
<language>en</language>
<pubDate>Sat, 07 Nov 2009 16:43:27 +0000</pubDate>

<item>
<title>clarco100 on "Another install problem"</title>
<link>http://mu.wordpress.org/forums/topic/15350#post-88065</link>
<pubDate>Sat, 07 Nov 2009 16:28:48 +0000</pubDate>
<dc:creator>clarco100</dc:creator>
<guid isPermaLink="false">88065@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;Hello guys. Sorry for the misunderstanding Steve. I apologize because my English is not so good, and maybe I wasn't so clear. But as Andrea already explained it, was pretty easy and also worked perfect. &#60;/p&#62;
&#60;p&#62;..Andrea, I noted exactly that after erase .htaccess the MU dosent install it by itself. But I already contact my webhost.&#60;/p&#62;
&#60;p&#62;I also have my doubts with the &#34;mod_rewrite&#34;...&#60;br /&#62;
how can I check the right configuration for this.&#60;/p&#62;
&#60;p&#62;Thank you again.
&#60;/p&#62;</description>
</item>
<item>
<title>kgraeme on "Allow Upload Attachments from Contact Form"</title>
<link>http://mu.wordpress.org/forums/topic/15348#post-88064</link>
<pubDate>Sat, 07 Nov 2009 16:05:29 +0000</pubDate>
<dc:creator>kgraeme</dc:creator>
<guid isPermaLink="false">88064@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;With the upcoming merge, there's probably even more reason for it too. Maybe some hooks for clamAV or something. (Hint hint for anybody at wordcamp)
&#60;/p&#62;</description>
</item>
<item>
<title>tmoorewp on "switch_to_blog problem"</title>
<link>http://mu.wordpress.org/forums/topic/15351#post-88063</link>
<pubDate>Sat, 07 Nov 2009 15:46:05 +0000</pubDate>
<dc:creator>tmoorewp</dc:creator>
<guid isPermaLink="false">88063@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;You need to call get_posts again after you restore_current_blog(). get_posts creates a cache of the last call it had.&#60;/p&#62;
&#60;p&#62;Also, what is &#60;code&#62;global $switched&#60;/code&#62; supposed to do?
&#60;/p&#62;</description>
</item>
<item>
<title>SteveAtty on "Allow Upload Attachments from Contact Form"</title>
<link>http://mu.wordpress.org/forums/topic/15348#post-88062</link>
<pubDate>Sat, 07 Nov 2009 15:35:27 +0000</pubDate>
<dc:creator>SteveAtty</dc:creator>
<guid isPermaLink="false">88062@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;That's a very good point
&#60;/p&#62;</description>
</item>
<item>
<title>atgeist on "No Admin, Plugins options after WordPress 2.8.5.2 upgrade"</title>
<link>http://mu.wordpress.org/forums/topic/15316#post-88061</link>
<pubDate>Sat, 07 Nov 2009 15:16:26 +0000</pubDate>
<dc:creator>atgeist</dc:creator>
<guid isPermaLink="false">88061@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;tmoorewp, yes, my username &#34;admin&#34; is there. and no, my MU users table has not been dropped. there had to be something in that upgrade that crapped something out, not sure what?
&#60;/p&#62;</description>
</item>
<item>
<title>kgraeme on "Allow Upload Attachments from Contact Form"</title>
<link>http://mu.wordpress.org/forums/topic/15348#post-88060</link>
<pubDate>Sat, 07 Nov 2009 15:11:25 +0000</pubDate>
<dc:creator>kgraeme</dc:creator>
<guid isPermaLink="false">88060@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;This brings up an interesting question. Is there a malware scanner for file uploads/attachments for WordPress?&#60;/p&#62;
&#60;p&#62;With enterprise products like SharePoint there's hooks to use server based scanners like Forefront to scan uploads so that we're not inadvertently hosting malware.
&#60;/p&#62;</description>
</item>
<item>
<title>wisam-mo on "problem upload files - can't carete a folder..."</title>
<link>http://mu.wordpress.org/forums/topic/15353#post-88059</link>
<pubDate>Sat, 07 Nov 2009 15:00:19 +0000</pubDate>
<dc:creator>wisam-mo</dc:creator>
<guid isPermaLink="false">88059@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;Hello there,&#60;br /&#62;
I can't upload any file to my site from wordpress control panel. It always shows me an error message that says it can't create the folder..&#60;br /&#62;
I check the permission of the folder blogs.dir and it's 777... somebody told me to chomd the temp folder to 777... I tried but it did't work...&#60;br /&#62;
more info: at first my site was being work good with out problem until the server has a big problem and the moderator of it restore a previous backup of the site...&#60;br /&#62;
do you think any think about my problem...&#60;br /&#62;
I am waiting for your help...&#60;br /&#62;
thnks...
&#60;/p&#62;</description>
</item>
<item>
<title>ReMichael on "Blog with own domain"</title>
<link>http://mu.wordpress.org/forums/topic/15352#post-88058</link>
<pubDate>Sat, 07 Nov 2009 14:34:43 +0000</pubDate>
<dc:creator>ReMichael</dc:creator>
<guid isPermaLink="false">88058@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;I solved it by adding this line to wp-config.php&#60;br /&#62;
&#60;code&#62;define(&#38;#39;COOKIE_DOMAIN&#38;#39;, $_SERVER[&#38;#39;HTTP_HOST&#38;#39;]);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Might not be the best solution, but it should be ok for what I want to do :).
&#60;/p&#62;</description>
</item>
<item>
<title>SteveAtty on "Another install problem"</title>
<link>http://mu.wordpress.org/forums/topic/15350#post-88057</link>
<pubDate>Sat, 07 Nov 2009 14:21:22 +0000</pubDate>
<dc:creator>SteveAtty</dc:creator>
<guid isPermaLink="false">88057@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;@Andrea - ahh, I understand, it does sort of make sense.
&#60;/p&#62;</description>
</item>
<item>
<title>gdmdny on "Ed Themes not working after upgrading"</title>
<link>http://mu.wordpress.org/forums/topic/14031#post-88056</link>
<pubDate>Sat, 07 Nov 2009 14:17:03 +0000</pubDate>
<dc:creator>gdmdny</dc:creator>
<guid isPermaLink="false">88056@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;I upgrading my theme when after activating the theme I could no longer access my wordpress and website is down, can any one help? Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>ReMichael on "Blog with own domain"</title>
<link>http://mu.wordpress.org/forums/topic/15352#post-88055</link>
<pubDate>Sat, 07 Nov 2009 13:48:35 +0000</pubDate>
<dc:creator>ReMichael</dc:creator>
<guid isPermaLink="false">88055@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;Hey, WP Community!&#60;br /&#62;
I want to replace my wordpress installations with one WPMU installation and I got a problem:&#60;br /&#62;
I installed WPMU to example.net and I want to set up a blog on domain2.com. First I set up blog2.example.net and changed the blog url in WPMU to domain2.com. That worked, but login won't work. I can enter correct information, but it always redirects me back to the login page. If I enter wrong information, it tells me that the password is incorrect, but with correct information nothing happens.&#60;/p&#62;
&#60;p&#62;I just set up another blog (blog3.example.net) - login works and I installed this plugin: &#60;a href=&#34;http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/&#60;/a&#62; (WordpressMU Domain Mapping).&#60;br /&#62;
I mapped a domain to this blog and - same problem. Login won't work.&#60;/p&#62;
&#60;p&#62;Maybe it's a problem with cookies? Does someone know how to fix this problem?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
</item>
<item>
<title>xyzzy on "switch_to_blog problem"</title>
<link>http://mu.wordpress.org/forums/topic/15351#post-88054</link>
<pubDate>Sat, 07 Nov 2009 13:34:47 +0000</pubDate>
<dc:creator>xyzzy</dc:creator>
<guid isPermaLink="false">88054@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;Hi, I am having a problem with switch_to_blog and restore_current_blog.&#60;/p&#62;
&#60;p&#62;WPMU switches to the new blog, but doesn't seem to switch back properly. My code is below. I'd like to switch to a blog, gets some posts, and switch back. The final the_content in the code should show content from the original blog's posts, but it shows the last entry gotten from the blog that's been switched to.&#60;br /&#62;
commenting out setup_postdata($post);  seems to help a little. the_content works, but the_title does not. &#60;/p&#62;
&#60;p&#62;I'm perplexed. Thanks for any help.&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;global $switched;
    switch_to_blog(15);
        $lastposts = get_posts(&#38;#39;numberposts=3&#38;#39;);
        foreach($lastposts as $post) :
                setup_postdata($post);
                the_excerpt();
                get_the_image();
        endforeach;
    restore_current_blog();  

the_content(); // this should print the_content from the original blog page/post&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>rsgrone on "Allow Upload Attachments from Contact Form"</title>
<link>http://mu.wordpress.org/forums/topic/15348#post-88053</link>
<pubDate>Sat, 07 Nov 2009 13:29:35 +0000</pubDate>
<dc:creator>rsgrone</dc:creator>
<guid isPermaLink="false">88053@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;Thanks Andrea - I will check it out
&#60;/p&#62;</description>
</item>
<item>
<title>andrea_r on "Various problems......."</title>
<link>http://mu.wordpress.org/forums/topic/15330#post-88052</link>
<pubDate>Sat, 07 Nov 2009 12:50:30 +0000</pubDate>
<dc:creator>andrea_r</dc:creator>
<guid isPermaLink="false">88052@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;use a better multi site plugin. :)
&#60;/p&#62;</description>
</item>
<item>
<title>andrea_r on "Another Domain Mapping Question... With a Twist"</title>
<link>http://mu.wordpress.org/forums/topic/15216#post-88051</link>
<pubDate>Sat, 07 Nov 2009 12:49:53 +0000</pubDate>
<dc:creator>andrea_r</dc:creator>
<guid isPermaLink="false">88051@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;Awesome :)
&#60;/p&#62;</description>
</item>
<item>
<title>andrea_r on "HTML Editor Not Working"</title>
<link>http://mu.wordpress.org/forums/topic/15349#post-88050</link>
<pubDate>Sat, 07 Nov 2009 12:43:59 +0000</pubDate>
<dc:creator>andrea_r</dc:creator>
<guid isPermaLink="false">88050@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;&#34;With the div or p align tags there is a unwanted gap between the image and the text. &#34;&#60;/p&#62;
&#60;p&#62;If you mean the gap shows on the front end of the blog, you'd be better off tweaking the stylesheet of the blog's theme.
&#60;/p&#62;</description>
</item>
<item>
<title>andrea_r on "Help, domain name changed broke sub-blog"</title>
<link>http://mu.wordpress.org/forums/topic/15346#post-88049</link>
<pubDate>Sat, 07 Nov 2009 12:42:42 +0000</pubDate>
<dc:creator>andrea_r</dc:creator>
<guid isPermaLink="false">88049@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;double-check wp-config.
&#60;/p&#62;</description>
</item>
<item>
<title>andrea_r on "Another install problem"</title>
<link>http://mu.wordpress.org/forums/topic/15350#post-88048</link>
<pubDate>Sat, 07 Nov 2009 12:42:06 +0000</pubDate>
<dc:creator>andrea_r</dc:creator>
<guid isPermaLink="false">88048@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;&#34;2i) Delete the htaccess file...I did it but then I have error because of that, so I create a new file &#34;htaccess&#34; and delete the &#34;htaccess.dist&#34;...here I also change permission to 644 and edit HOST instead of BASE.&#34;&#60;/p&#62;
&#60;p&#62;Can't do that. :)&#60;/p&#62;
&#60;p&#62;If you leave the host-generated .htaccess, does the MU install screen still give a warning? On some hosts it WILL let you overwrite it, on some not.&#60;/p&#62;
&#60;p&#62;If you remove it, and the site gives you an error, then you'll have to talk to you webhost about why. MU really needs to create its own htaccess, you can't create one for it.&#60;/p&#62;
&#60;p&#62;@steve one step I sugested was to upload the zip at the same level as public_html, unzip it and switch folder names. Easier for some people to understand. :)
&#60;/p&#62;</description>
</item>
<item>
<title>experts585 on "wp-signup.php is not working"</title>
<link>http://mu.wordpress.org/forums/topic/15108#post-88047</link>
<pubDate>Sat, 07 Nov 2009 12:14:55 +0000</pubDate>
<dc:creator>experts585</dc:creator>
<guid isPermaLink="false">88047@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;ok thx i will. i give your advice to my Boss to upgrade version&#60;/p&#62;
&#60;p&#62;thx alot&#60;/p&#62;
&#60;p&#62;Be happy Always
&#60;/p&#62;</description>
</item>
<item>
<title>SteveAtty on "wp-signup.php is not working"</title>
<link>http://mu.wordpress.org/forums/topic/15108#post-88046</link>
<pubDate>Sat, 07 Nov 2009 11:13:40 +0000</pubDate>
<dc:creator>SteveAtty</dc:creator>
<guid isPermaLink="false">88046@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;Why don't you upgrade to the latest version, mixing code versions is not a good idea because you've no idea if the new version uses different functions or parameters to the old version, and if it does then that will give you the white screen.
&#60;/p&#62;</description>
</item>
<item>
<title>experts585 on "wp-signup.php is not working"</title>
<link>http://mu.wordpress.org/forums/topic/15108#post-88045</link>
<pubDate>Sat, 07 Nov 2009 10:38:13 +0000</pubDate>
<dc:creator>experts585</dc:creator>
<guid isPermaLink="false">88045@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;yes @SteveAtty you got my problem&#60;/p&#62;
&#60;p&#62;ok i check my error log. but why after page replacing the page give me blank page, and after i again replace the defult page,
&#60;/p&#62;</description>
</item>
<item>
<title>SteveAtty on "Another install problem"</title>
<link>http://mu.wordpress.org/forums/topic/15350#post-88044</link>
<pubDate>Sat, 07 Nov 2009 09:19:16 +0000</pubDate>
<dc:creator>SteveAtty</dc:creator>
<guid isPermaLink="false">88044@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;To put WPMU in the root home of your webserver you need to unzip/upload the files to that top level.&#60;/p&#62;
&#60;p&#62;There shouldn't be a .htaccess file there until its been created by the installation process.
&#60;/p&#62;</description>
</item>
<item>
<title>SteveAtty on "wp-signup.php is not working"</title>
<link>http://mu.wordpress.org/forums/topic/15108#post-88043</link>
<pubDate>Sat, 07 Nov 2009 09:13:10 +0000</pubDate>
<dc:creator>SteveAtty</dc:creator>
<guid isPermaLink="false">88043@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;So you've got an old version of WPMU and dropped a file from the new version into it?&#60;/p&#62;
&#60;p&#62;Blank screen means PHP error as Andrea and I have both said.&#60;/p&#62;
&#60;p&#62;Check your error logs.
&#60;/p&#62;</description>
</item>
<item>
<title>agreda on "How to automatically add ALL new users to main blog?"</title>
<link>http://mu.wordpress.org/forums/topic/13675#post-88042</link>
<pubDate>Sat, 07 Nov 2009 06:39:50 +0000</pubDate>
<dc:creator>agreda</dc:creator>
<guid isPermaLink="false">88042@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;Apologies for the misunderstanding. I realized later by &#34;I need to allow users to register to blog = 2&#34;, jlappas actually meant, &#60;em&#62;upon signup&#60;/em&#62;. &#60;/p&#62;
&#60;p&#62;It is my understanding that admins can use this setting to allow already registered site members to register for individual blogs.
&#60;/p&#62;</description>
</item>
<item>
<title>experts585 on "wp-signup.php is not working"</title>
<link>http://mu.wordpress.org/forums/topic/15108#post-88041</link>
<pubDate>Sat, 07 Nov 2009 05:39:37 +0000</pubDate>
<dc:creator>experts585</dc:creator>
<guid isPermaLink="false">88041@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;therefore i replce the new version mu singup page to my uploded version. the result show blank page
&#60;/p&#62;</description>
</item>
<item>
<title>experts585 on "wp-signup.php is not working"</title>
<link>http://mu.wordpress.org/forums/topic/15108#post-88040</link>
<pubDate>Sat, 07 Nov 2009 05:37:53 +0000</pubDate>
<dc:creator>experts585</dc:creator>
<guid isPermaLink="false">88040@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;my all plugin already turn &#60;a href=&#34;mailto:off.@andrea_r&#34;&#62;off.@andrea_r&#60;/a&#62;&#60;br /&#62;
and @SteveAtty i insert my theme coding mean html codes to sign-up page&#60;br /&#62;
but my mistake does't have any backup of orginal signup-page,
&#60;/p&#62;</description>
</item>
<item>
<title>janemarcia26 on "Help, domain name changed broke sub-blog"</title>
<link>http://mu.wordpress.org/forums/topic/15346#post-88039</link>
<pubDate>Sat, 07 Nov 2009 05:20:00 +0000</pubDate>
<dc:creator>janemarcia26</dc:creator>
<guid isPermaLink="false">88039@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;i change all the domais in database, where else should I go? about the dns and apache is the a for dummy way to do that, i'm in godaddy shared host. thank you
&#60;/p&#62;</description>
</item>
<item>
<title>dsader on "How to automatically add ALL new users to main blog?"</title>
<link>http://mu.wordpress.org/forums/topic/13675#post-88038</link>
<pubDate>Sat, 07 Nov 2009 05:13:21 +0000</pubDate>
<dc:creator>dsader</dc:creator>
<guid isPermaLink="false">88038@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;jlappas, yes WPMU adds users to blog 1 automagically, if there is no &#34;dashboard blog&#34; set in SiteAdmin-&#38;gt;Options. If blog 2 is your &#34;Dashboard Blog&#34; change the setting there and no plugins are needed.&#60;/p&#62;
&#60;p&#62;Look for&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_user_to_blog( &#38;#39;1&#38;#39;, $user_id, get_site_option( &#38;#39;default_user_role&#38;#39;, &#38;#39;subscriber&#38;#39; ) );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;in wp-includes/wpmu-functions.php&#60;/p&#62;
&#60;p&#62;remove_user_from_blog should still work in a plugin during the wpmu_new_user action perhaps at a later priority, change &#34;10&#34; to 99:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/add_action&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/add_action&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;agreda's &#34;users can register&#34; suggestion shouldn't work as there is no blog by blog registration.php in WPMU. wp-signup.php redirects signups from the main blog only.
&#60;/p&#62;</description>
</item>
<item>
<title>clarco100 on "Another install problem"</title>
<link>http://mu.wordpress.org/forums/topic/15350#post-88037</link>
<pubDate>Sat, 07 Nov 2009 04:35:46 +0000</pubDate>
<dc:creator>clarco100</dc:creator>
<guid isPermaLink="false">88037@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;Hello everybody..&#60;br /&#62;
Fisrt I want to say that I am not expert at all, actually this is the first time I try something like this..&#60;/p&#62;
&#60;p&#62;Well this is my situation :&#60;br /&#62;
Trying to install wordpressmu, I have had all kind of mistakes (error redirecting, 500,htaccess  missing...etc). I also have read a lot of tutorials and videos and I have tried all of them. So this is how I did it..&#60;br /&#62;
1. (On cpanel) I created a database with user and password&#60;br /&#62;
2. On the webroot I &#34;upload&#34; the zip file (that I download from wordpress mu) in a new file named wpmu. Then as I read at the &#34;andrea_r&#34; ebook &#60;a href=&#34;http://wpmututorials.com/basics/installing-wordpressmu-the-e-book/&#34; rel=&#34;nofollow&#34;&#62;http://wpmututorials.com/basics/installing-wordpressmu-the-e-book/&#60;/a&#62;&#60;br /&#62;
I renamed the files wpmu  and public_html, in order to make the file in the root.&#60;/p&#62;
&#60;p&#62;NOTE: In this ebook, she suggests the follow steps:&#60;br /&#62;
i) Change permissions(777) to wp_content and public_html files&#60;br /&#62;
2i) Delete the htaccess file...I did it but then I have error because of that, so I create a new file &#34;htaccess&#34; and delete the &#34;htaccess.dist&#34;...here I also change permission to 644 and edit HOST instead of BASE. &#60;/p&#62;
&#60;p&#62;So after all of this I still have error 500. If I try all over again, sometimes it allowed me to write the database, user , password..etc...but I can't go further.&#60;/p&#62;
&#60;p&#62;I am sure I am doing something wrong, but now, I am very confused because I have found a lot of different procedures (also in spanish) and any of these are helping me...&#60;br /&#62;
So..what can I do???&#60;br /&#62;
I will appreciate any help&#60;br /&#62;
and I am sorry for all the information I posted, I just wanted to be clear in my procedures.&#60;br /&#62;
Thanks in advance
&#60;/p&#62;</description>
</item>
<item>
<title>kgraeme on "My Blog About Weird Stuff"</title>
<link>http://mu.wordpress.org/forums/topic/15342#post-88036</link>
<pubDate>Sat, 07 Nov 2009 03:21:57 +0000</pubDate>
<dc:creator>kgraeme</dc:creator>
<guid isPermaLink="false">88036@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;It's wordpress but may not be mu.
&#60;/p&#62;</description>
</item>
<item>
<title>tdjcbe on "HTML Editor Not Working"</title>
<link>http://mu.wordpress.org/forums/topic/15349#post-88035</link>
<pubDate>Sat, 07 Nov 2009 03:18:41 +0000</pubDate>
<dc:creator>tdjcbe</dc:creator>
<guid isPermaLink="false">88035@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;On iPhone&#60;br /&#62;
excuse shortness&#60;br /&#62;
post example link please&#60;br /&#62;
maybe modify css to fix?&#60;/p&#62;
&#60;p&#62;Edit: other problem center tag will fail XML/rss validation. Feed reader problems problely.
&#60;/p&#62;</description>
</item>
<item>
<title>TheGeek101 on "HTML Editor Not Working"</title>
<link>http://mu.wordpress.org/forums/topic/15349#post-88034</link>
<pubDate>Sat, 07 Nov 2009 03:09:01 +0000</pubDate>
<dc:creator>TheGeek101</dc:creator>
<guid isPermaLink="false">88034@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;Thank you for the information.&#60;br /&#62;
I prefer to use the center tag because it doesn't create unwanted space between content. With the div or p align tags there is a unwanted gap between the image and the text. Plus that add a more typing when posting from a PDA&#60;/p&#62;
&#60;p&#62;Again, thank you.&#60;br /&#62;
I guess I'll just have to learn to deal with the space, or find a way to work around it, using the padding or margin tags.
&#60;/p&#62;</description>
</item>
<item>
<title>iamjohnellis on "Another Domain Mapping Question... With a Twist"</title>
<link>http://mu.wordpress.org/forums/topic/15216#post-88033</link>
<pubDate>Sat, 07 Nov 2009 02:35:27 +0000</pubDate>
<dc:creator>iamjohnellis</dc:creator>
<guid isPermaLink="false">88033@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;Okay! I've solved it!&#60;/p&#62;
&#60;p&#62;I am able to set up clientdomain.com in Plesk just like any other domain, complete with email and whatnot, and then edit httpd.include to ALSO have clientdomain.com as an alias of myprimarydomain.com! Plesk will only let you have it one way with the domain, but now I can have my cake and eat it too.&#60;/p&#62;
&#60;p&#62;Thank you guys for all the help!
&#60;/p&#62;</description>
</item>
<item>
<title>tdjcbe on "HTML Editor Not Working"</title>
<link>http://mu.wordpress.org/forums/topic/15349#post-88032</link>
<pubDate>Sat, 07 Nov 2009 01:54:28 +0000</pubDate>
<dc:creator>tdjcbe</dc:creator>
<guid isPermaLink="false">88032@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;The center tag was deprecated awhile ago. ('99?) The editor is removing it as most wordpress sites work in either xhtml or html 4.01 and neither use the center tag.  While the center tag is still supported by most browsers, it;s not correct.  A better solution would be to use div's and align=&#34;center&#34; within the div.&#60;/p&#62;
&#60;p&#62;Reference:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.w3schools.com/TAGS/tag_center.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/TAGS/tag_center.asp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;edit: Actually that says it won't work at all in xhtml.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.frontpagewebmaster.com/m-90322/tm.htm&#34; rel=&#34;nofollow&#34;&#62;http://www.frontpagewebmaster.com/m-90322/tm.htm&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also: &#60;a href=&#34;http://codex.wordpress.org/Wrapping_Text_Around_Images&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Wrapping_Text_Around_Images&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hope this helps
&#60;/p&#62;</description>
</item>
<item>
<title>mcthemes on "An Unexpected HTTP Error occurred during the API request."</title>
<link>http://mu.wordpress.org/forums/topic/15321#post-88031</link>
<pubDate>Sat, 07 Nov 2009 01:19:48 +0000</pubDate>
<dc:creator>mcthemes</dc:creator>
<guid isPermaLink="false">88031@http://mu.wordpress.org/forums/</guid>
<description>&#60;p&#62;Same problem here!(An Unexpected HTTP Error occurred during the API request.Try again)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
