• Hi, Im trying to make the users login from an anchor tag in the forum pages, how I can call the function, in order to the login form appears in the page?

Viewing 1 replies (of 1 total)
  • Daniel –
    Wondering if you got this to work. If not, the [lwa] shortcode creates its own anchor tag, formatted depending which lwa template you use. I am using the following shortcode to have a popup (“colorbox”) login form:

    [lwa template=’modal’ redirect=” profile_link=’0′ registration=’0′]
    modal => use popup form
    redirect=” => don’t redirect, stay on same page when user logs in
    profile_link=’0′ => don’t display the user’s photo/avatar
    registration=’0′ => don’t display the registration form/links

    I had mine working correctly last night and was just messing with the css to line things up better, and now it suddenly displays an extra link labelled “blog admin.” No idea where that’s coming from.

    Anyway, good luck with yours. Hopefully, you already have it working.

    Cheers,
    Jeff

Viewing 1 replies (of 1 total)
  • The topic ‘How to call the function via an anchor tag’ is closed to new replies.