Very nice I wish it would work right
Same here. I’ve added the shortcode to a tabbed menu on a site I’m developing and it only shows the shortcode. 🙁
I second this motion!
I’m looking to open the registration page of wp (or simple-forum) in a lightbox after the reg page has been skinned to match the site theme. Sadly the registration link is hardcoded in sidebar-login.php. Now mine is calling “sblogin”.
'theregister'=>__('Register','sblogin'),
I would like to call:
<a data-lightbox="transitionIn:elastic;transitionOut:elastic;width:400;height:600;" href="/wp-login.php?action=register&view=forum">Register</a>
Does anybody have a suggestion which was would be the easiset to change it?
Cheers,
Wise