vavroom
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Multiple Blog Interfacespencer, there are many options there that I’d seen, but unless I missed something, not one addresses remote management. Or did I in fact miss something? (it’s entirely possible that I did π )
Forum: Requests and Feedback
In reply to: Multiple Blog InterfaceHeck, to add to this wishlist, it would be nice to have *remote* management, administer all your sites from your local desktop <grin> We don’t want much, do we? π
Seriously though, whether it’s the ability to manage several different blogs on the same domain from the one admin, or to do the same across different domains, a solid solution to that effect would be good.
Still have to look into MU though.
Forum: Fixing WordPress
In reply to: Everything on bottom!!! HELP!Site looks *just* fine in Firefox. Explorer is making it unhappy. Validate your code, then work on the CSS, and you’re off π
Forum: Fixing WordPress
In reply to: could someone tell me how i can change the log in pageThere should be 2 folders, and 60 files, including wp-admin.css in the /wp-admin folder in a standard install.
If you don’t have wp-admin.css in that folder, either you didn’t see it, or your install isn’t complete. If it was missing, you wouldn’t be seeing a nice dashboard or login page…
Forum: Plugins
In reply to: WordPress Mobile Edition 1.7Well… I found a solution, thanks to a post from kafkaeski in a thread about removing images from RSS feeds!
In wp-mobile.php, I found the loop and replaced:
the_content()with:
<?php
$content = preg_replace('/<img[^>]*>/i', '', $post->post_content);
$content = apply_filters('the_content', $content);
echo $content;
?>And presto, no images appear in the posts in mobile version π FWIW, I also slightly modified the code so it validates and uses non-deprecated elements, and other minor stuff such as adding a DOCTYPE, etc. It’ll go live at the weekend π
Thanks again for a wonderful plugin. π
Forum: Plugins
In reply to: How to Allow Registering Users to Create their own PasswordIt’s not such a bad thing to force users to wait until they get a confirmation email with an assigned password. they can change that password the first time they log in.
This ensures that it’s a real human on the other end and not just some bot randomly signing up.
Forum: Plugins
In reply to: WordPress Mobile Edition 1.7Thank you for the fantastic plugin π
I have a question, I hope you may have an easy solution for it.
I want the mobile version to strip the photos in posts. A major part of the site displays photos that are all 450px wide. This is rather resource intensive on bandwidth, and is not necessary to provide the information. I’m not seeing how this can be easily achieved. Am I missing something? What can be done? Thanks
P.S. I tried to find support forum/site but there doesn’t appear to be any, hence my question in this thread. Thanks
Forum: Fixing WordPress
In reply to: could someone tell me how i can change the log in pageHey spencer, yeah, if you just want to mess with the css, that’s the file, but if you want to really make the page fit in with the rest of the site, you’ll have to modify the html as well, and that’s done through wp-register.php and wp-login.php.
I guess it comes down to how much customisation one wants to do π
Forum: Fixing WordPress
In reply to: could someone tell me how i can change the log in pageNo, in fact, you do not need to learn php. You need to open the file and look for the HTML in it. It really is NOT difficult.
Forum: Requests and Feedback
In reply to: 2.0.4….yay or nay?More to the point, do you really want to leave your site open to security issues? Minor bug fixes, I can take or leave, but security, I dont’ mess with…
Forum: Fixing WordPress
In reply to: could someone tell me how i can change the log in pageSearch the forum. Search the codex. Fiddle. Look at wp-login.php and wp-register.php. Try to see what’s going on.
I’m NOT going to cook it for you, then chew it and pre-digest it…
Forum: Installing WordPress
In reply to: Must Install in /html Directory?If you’ve put the files in http://yourdomain.com , just try loading that, chances are it’ll tell you the site hasn’t been installed and will take you through the install process
Forum: Installing WordPress
In reply to: Help meGoogle “css tutorial”. Or “box model”.
Forum: Fixing WordPress
In reply to: could someone tell me how i can change the log in pageEdit wp-login.php and wp-register.php.
In one file you’ll have to modify the html twice (basically there’s two html pages in one). In the other, thrice.
You may want to modify the call to css to reflect your theme’s css rather than the admin’s css.
As for redirecting, in wp-login.php, around line 170, find:
if ( !isset( $_REQUEST['redirect_to'] ) )
$redirect_to = 'wp-admin/';Replace wp-admin with your root folder, and you’re away laughing.
Forum: Fixing WordPress
In reply to: Looking for good wordpress programmerYou get what you pay for. Some people charge per hour, others per project, others yet use a mixture.
But, as whooami pointed out:
http://codex.wordpress.org/Mailing_Lists#Professional