Apologies to everyone for Site downtime and all inconveniences

Jotted by brajesh on November 22, 2009

hey All,as you must be knowing,I was In the process of moving the site from old server to another  server ,so this site went down for 3 days continually.My bad,The DNS propagation took much time for me.

I sincerely apologize to everyone of you for all the inconveniences.I have tried my best to put everything back,as It was earlier.If you find any issue/anything missing.Please point here,I will do my best to correct the links.

Thanks for your patience and support

Brajesh

[blinklist] [Bloglines] [del.icio.us] [Digg] [dzone] [Facebook] [Ma.gnolia] [Mister Wong] [Reddit] [Sphere] [Sphinn] [StumbleUpon] [Technorati] [Email]


Update about Limit Blogs per user

Jotted by brajesh on November 10, 2009

Hi everyone

With the most recent update of Limit Blogs per user,It got broken.I have reverted it back to 1.0 version.

I will be working on it today and update tomorrow with the updates.And yeh,I guess,I need to test better.

This is just to keep you informed about the progress,if you are wondering why in a single day you found so many changes.

Please Do No upgrade to 1.1 and 1.1.x until the new version arrives.

Thanks

Brajesh

[blinklist] [Bloglines] [del.icio.us] [Digg] [dzone] [Facebook] [Ma.gnolia] [Mister Wong] [Reddit] [Sphere] [Sphinn] [StumbleUpon] [Technorati] [Email]


Tweaking the registration link at wpmu login page to point to buddypress registration page

Jotted by brajesh on November 6, 2009

well,It is not that hard.If you are using buddypress and a user is at yoursite.com/wp-login.php ,he may see a link of registration(obviously only if you have enabled it :) ) which points to yoursite.com/wp-login.php?action=register.

Now if you are using buddypress compatible themes, you must be interested in sending the user to yoursite.com/register in case they click on the registration link.

Well,so here is a small snippet of code to assist you.


/*let us keep an eye on the site_url*/
add_filter("site_url","my_custom_register_url",10,3);
function my_custom_register_url($url, $path, $orig_scheme)
{    /*if the site url is used in login contentxt,let us check for the register link*/
if($orig_scheme=="login")
{
if($path=="wp-login.php?action=register")//so it is a registration link..cool
return get_option('siteurl')."/".BP_REGISTER_SLUG;//let us replace it with  our buddypress registration page url
}

return $url;

}

?>

Drop this into the functions.php of your active theme and go and check ,any reference to yoursite.com/wp-login.php?action=register  will be pointing to yoursite.com/register(or what ever you set as registration page slug)

Hope it helps.Now I would love to hear ,how it went with you or what approach you are using .Go ahead and put your views in comments.

[blinklist] [Bloglines] [del.icio.us] [Digg] [dzone] [Facebook] [Ma.gnolia] [Mister Wong] [Reddit] [Sphere] [Sphinn] [StumbleUpon] [Technorati] [Email]



Get Adobe Flash playerPlugin by wpburn.com wordpress themes