• Resolved klaborate

    (@klaborate)


    Hello! Can you help me with my current issue regarding the register-login form of awesome support. I would like to add a text below the log-in form that would look something like this https://prntscr.com/jc3ibi but I wasn’t able to locate the exact page I should edit it since it the login-register form automatically appears if the user is not logged in and is trying to access the my-tickers page or submit-ticket page.

    Also, I would like to know if there is an option in awesome support where non-registered users can submit tickets?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author awesomesupport

    (@awesomesupport)

    Hi:

    The file you’re looking for is themes/default/registration.php

    Instead of modifying the file directly you might just want to use the wpas_after_registration_fields or wpas_after_login_fields action hook to add the message. This way updates to the plugin doesn’t step on your changes.

    Thanks.

    Thread Starter klaborate

    (@klaborate)

    Hello! Thank you for the reply.

    How do I add this action hook? And where should I add it? Or is there a shortcode where I can make the register and login form appear? So that I will just add another page. Thank you!

    • This reply was modified 6 years, 10 months ago by klaborate.
    • This reply was modified 6 years, 10 months ago by klaborate.
    Plugin Author awesomesupport

    (@awesomesupport)

    Hi:

    Your best bet would be to create a plugin and add your code for the hook in there.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit login-register form’ is closed to new replies.