Mark
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Contact Form 7] reCAPTCHA module – White theme?It doesn’t work because your contact form is not your registration form.
Contact Form 7 currently doesn’t seem to support ReCaptcha.
Forum: Networking WordPress
In reply to: Multisite and a main blog that has /files/ as upload directoryWell no – it actually didn’t work at all. But this does:
Use the original rewrite rule suggested by multisite, but add a condition above it:
RewriteCond %{HTTP_HOST} ^(.*)\.domain\.com$ RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]In prose: only carry out this rewrite rule when we are on a subdomain. (Obviously, I’m in a no-www setup, i.e. my main domain is at http://domain.com — otherwise I would’ve added www as an exception.)
Forum: Everything else WordPress
In reply to: ww.wp.xz.cn layout — where'd the colour go?Well I’m not dogmatic about following a rule or not. My main point is just that formerly, WP.org had a fresher look involving more colour and contrast. The current greyish look is suboptimal, and if it results from the thinking that WP.org should feature the same colour scheme as the WP dashboard, I give an argument against that. That it worked well some other time is possible. I’m not arguing that they should always be entirely different, just that it seems misguided to think they have to be the same.
Forum: Networking WordPress
In reply to: Multisite and a main blog that has /files/ as upload directoryI seem to have found a solution. Just change the .htaccess rewriterule from
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]to
RewriteRule ^([_0-9a-zA-Z-]+/)?domain.com/files/(.+) wp-includes/ms-files.php?file=$2 [L]i.e. add
domain.com/right after the regex wildcard and beforefilesso that the regex only sends requests for files at *.domain.com/files/ to ms-files.php. Will this keep working with new uploads? I’ll check.Forum: Networking WordPress
In reply to: Is there any source of Themes for MUThere is no specific source for MU themes. Unless you are implementing special functionality yourself that needs to be treated in some special way by themes, there is no reason why all the normal themes wouldn’t work for you. Customizing themes is a whole other issue, one which certainly doesn’t belong in the multisite forum. Google for customize wordpress themes or try the Themes and templates section.
Forum: Requests and Feedback
In reply to: Potential ww.wp.xz.cn Improvement ProjectsThis is sort of tangentially related. The link between ww.wp.xz.cn functionality and the Dashboard could benefit from some attention — I’m thinking especially of the plugin compatibility info. This idea proposes to show plugin compatibility of currently installed plugins with new WP version — data that is already there, but not easily available.
I mark this resolved because the CUEF + Theme My Login combination is working better than Register Plus ever did.
Forum: Plugins
In reply to: Acceptance of registration by adminTo moderate new users, use either New User Approve or Theme My Login in conjunction with CUEF.
After following the steps (wpconfig, htaccess) I find I can’t login (403 error). This is an unrelated issue that I may report elsewhere, but I report back here because what I find after reinstating my backups of wp-config.php and .htaccess is that the network wizard has been messing with my permalink settings. It is not clear why this would be so, and the process is not sufficiently documented at this point.
Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] Beautifully executedIn fact it’s so good that its name vastly undersells it!
Good good. That copy does indeed need rewriting if it’s meant to make the point that if I were to choose a subdirectory setup for the network, then there there would be the possibility that my existing permalink system will conflict with new blog names, and therefore the main blog would get a disambiguating prefix in its permalink structure.
I understand that I am alright if I go for subdomains.
Forum: Plugins
In reply to: [Plugin: BP Group Management] WPMU only?It works with WP single user 2.9.2 for me.
Forum: Plugins
In reply to: [Plugin: Registered Users Only 2] Not working with BP 1.2.Can a mod mark this topic as resolved then?
Forum: Plugins
In reply to: [Plugin: BuddyPress Registration Options] Doesn’t work. No SupportDoesn’t work for me on WP 2.9.2, BP 1.2.4. No options page to be found, and messes up BP signup page.
Forum: Plugins
In reply to: [Plugin: Register Plus] Does registration plus work?Theme My Login and CIMY User Extra Fields can replace this plugin.