Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Metagauss

    (@metagauss)

    Hi @gbordormor22,

    You can make changes in the file public/views/template_rm_logged_in_view.php to add your own custom link. There is no option from the backend to add a custom link on this page.

    Thread Starter gbordormor22

    (@gbordormor22)

    Thank You very much Sir, for your reply.

    I really do appreciate the fact that you actually answered my question.

    Unfortunately, your answer is blank, and doesn’t actually help me at all.

    To help me, you would need to show me an example– both in Code that you implemented, and the outcome that you got.

    Then you will show me screenshots of these, and I would see what you actually did.

    But to just say:

    You can make changes in the file public / views template _rm_ logged_ in_view.php to add your own custom link

    –actually makes no sense to me at all.

    It makes no sense to me at all, because I don’t know what to edit, how to edit it, what to add, and how to add it.

    I only know that I want to add a Custom Endpoint called “My Profile“, and the link is — https://buddyx.cordialmarketplace.com/members/username

    Any other thing after that, I’m completely clueless–despite whatever you thought you’ve told me!

    Honestly, you would need to hold me by the hand, do an example for me to see, show me the codes that achieved the example, and show me how you did it.

    Needing to hear from you soon.

    Regards.

    Plugin Support RegistrationMagic Support

    (@registrationmagicsupport)

    Hi @gbordormor22,

    We apologize for any confusion with our previous response. There is a quick solution for the changes that you require. All you need to do is copy and paste the following code in our plugin’s public/views/template_rm_logged_in_view.php file at line number 79…

    <div class="rm-custom-account-link" style="display: inline-block;"><a href="<?php echo esc_url("https://buddyx.cordialmarketplace.com/members/".$user->data->user_login); ?>"><?php _e('My Profile', 'custom-registration-form-builder-with-submission-manager') ?></a></div>

    This code will add the link that you require in between the My Account and Logout links on the logged in view.

    Please try and let me know if this helps.

    Thread Starter gbordormor22

    (@gbordormor22)

    The code worked perfectly, as you can see here– https://prnt.sc/rDPeVEnYUYUn

    Thanks so much, for this.

    MOVING FORWARD

    I installed this your RegistrationMagic plugin to use as Login feature on my BuddyPress powered website.

    BuddyPress 12.0 no longer has regular WordPress Pages, as you can see here– https://prnt.sc/ZujrcQgeTO-q

    It now uses URLs to dynamically load its Pages.

    THE PROBLEM:

    NO CUSTOM REDIRECTION

    RegistrationMagic requires regular WordPress Pages to do redirection to.

    So, during my Login Page Setup, I couldn’t achieve a redirection of my Users to their BuddyPress Profile Page.

    The URL to the BuddyPress Profile Page is– https://buddyx.cordialmarketplace.com/members/username

    Unfortunately, this Page doesn’t exist as a regular WordPress Page.

    So I am not able to do a redirection to it, from the RegistrationMagic redirection module, as you can see here– https://prnt.sc/LCvGK5bBitMM

    1.) Please, how do I solve this problem?

    I mean, how do I create Custom link redirection in RegistrationMagic? — so that I can redirect my users to their BuddyPress Profile Page, which doesn’t exist as a regular WordPress Page, but is resident here– https://buddyx.cordialmarketplace.com/members/username

    Needing to hear from you soon.
    Regards

    Plugin Support RegistrationMagic Support

    (@registrationmagicsupport)

    Hi @gbordormor22,

    We understand your concerns with the redirection process. There is currently no method to redirect to a custom URL after login, as you have already mentioned. We have noted this as a feature request and will plan on adding the feature to our plugin soon.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom link/ Endpoint in Logged in view’ is closed to new replies.