drroot
Forum Replies Created
-
Forum: Networking WordPress
In reply to: How to setup a Custom wp-signup Page With WordPress MU?It simply uses the mainblog’s current theme.
Forum: Networking WordPress
In reply to: How to setup a Custom wp-signup Page With WordPress MU?Another problem is that the signup page doesn’t load using the customized template even after I added the following code on the top of wp-signup.php
<?php /* Template Name: default */ ?>Forum: Networking WordPress
In reply to: How to setup a Custom wp-signup Page With WordPress MU?Yes. That’s it. Thanks, ipstenu.
Is it possible to do an internal redirect so that the address showing in the web-browser not contain “/wp-content/themes/p2/”?
That means the registration page shows as:
http://xxx.com/wp-signup.phpForum: Networking WordPress
In reply to: How to setup a Custom wp-signup Page With WordPress MU?Yeah. I did tried that too, but got no luck.
http://wordpress.org/support/topic/individual-mu-registration-page-possibleForum: Networking WordPress
In reply to: How to setup a Custom wp-signup Page With WordPress MU?Here’s the file of my wp-content/themes/p2/wp-signup.php
http://wordpress.pastebin.com/BPQ2aq7dForum: Networking WordPress
In reply to: How to setup a Custom wp-signup Page With WordPress MU?I use subfolders. And I did well followed the .htaccess rules given at
http://codex.wordpress.org/Create_A_Network#.htaccess_and_Mod_RewriteTO use a custom wp-signup.php page, I made one only change.
I append the
RewriteRule ^wp-signup\.php(.*)$ wp-content/themes/p2/wp-signup.php$1
after
RewriteEngine On
RewriteBase /Any idea?
Forum: Plugins
In reply to: Delete Duplicate Posts Plugin CRON Not Workingyes. same problem here…
anyone solved get cron working?
Forum: Plugins
In reply to: wp-insert not working either with firefox or Opera under LinuxWell, wp-insert 1.2.2 works.