Hi
ur script by it self works fine in siderar. I just need a help with some links.
i'm setting up Mingle Forum and there is link "registration." when i hit this link its opening in default wp reg. screen not an Ajax one.
i found a source for it:
if(!$user_ID && !$this->allow_unreg()){
$meta = "<p>".__("Welcome, posting in this forum requires", "mingleforum")." reg_link'>".__("registration.", "mingleforum")."</p>".$this->login_form();
$colspan = "";
}
and the global links are:
$this->reg_link = $mngl_blogurl . '/wp-login.php?action=register';
what code should i use to replace them with ajax pop up login screen.
Thnaks