Custom tabs and fields in Account form - Ultimate Member

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ธ.ค. 2024

ความคิดเห็น • 36

  • @Yssr243
    @Yssr243 ปีที่แล้ว +9

    Can't access your website

  • @clinkz0629
    @clinkz0629 2 ปีที่แล้ว +1

    Hi sir, you really save my day... thank you for this one.. by the way, I'm from Cebu :)

  • @mrsensei4967
    @mrsensei4967 ปีที่แล้ว +1

    I am trying to visit your website but your website is down. How can I get the code if you don't mind?

  • @webvoomteam
    @webvoomteam ปีที่แล้ว +2

    code link is not working... please resend it

  • @OptimizoDigitalMarketingAgency
    @OptimizoDigitalMarketingAgency ปีที่แล้ว +1

    chamba your website link not working

  • @vishnuprasadshukla9076
    @vishnuprasadshukla9076 ปีที่แล้ว +1

    Hey thanks for your help bro, I want one more help from you may I know how can I reach you ??

  • @DestHUN
    @DestHUN 2 ปีที่แล้ว +2

    Hello, thanks for this amazing tutorial! Everything works as in the video! However, do you know how can I set the custom tab I created to be opened/active by default? (just like the original one opens by default) Thanks!

    • @champninja
      @champninja  2 ปีที่แล้ว

      Sorry for the late resonse. You can try the following code snippet:
      add_filter("um_get_option_filter__profile_menu_default_tab","um_012621_profile_menu_default_tab");
      function um_012621_profile_menu_default_tab( $value ){
      return "my-custom-tab-slug";
      }
      Just change the "my-custom-tab-slug" to match your custom tab slug.

    • @hommer4504
      @hommer4504 2 ปีที่แล้ว

      @@champninja Where do I add this code snippet?
      I tried adding it as a new Snippit, but the account page still opens wihtout any open tabs.

    • @hommer4504
      @hommer4504 2 ปีที่แล้ว +2

      Ahh. This worked instead:
      add_filter("um_change_default_tab","um_092821_change_default_account_tab");
      function um_092821_change_default_account_tab( $tab ){
      $tab = 'CoursesTab'; // change this with your custom tab key
      return $tab;
      }

  • @vms7597
    @vms7597 ปีที่แล้ว

    Hi Champ! Thanks for the super helpful video and the code to make it work. I'm trying to add logos to the user profile page based on form entries. Is there an easy way to do this? My intial thought is to add a table of these images to the PHP folder - please advise.

  • @carlosestero2393
    @carlosestero2393 ปีที่แล้ว

    Hi, I'm trying to access to your site to download the code snippets but seems that this page doesn't longer exist. COuld you please help providing the right place to get your code?. Thanks in advance

  • @charts_view8435
    @charts_view8435 ปีที่แล้ว +1

    Hi Champ. Thanks for helping out with your contents.
    Please how do i disable the button that is automatically added to the new custom account tab (I don't want the Update/Save button for all tabs)?

    • @champninja
      @champninja  ปีที่แล้ว

      Hi @chars_view - Unfortunately, there's no filter hook to disable the button but you can use CSS to hide the button. Here's an example:
      If your tab id is `my-account-tab`, you need to use this CSS selector to hide the button added to your custom tab:
      #um_account_submit_my-account-tab{
      display: none;
      }
      Hope this helps.

  • @VictoriaDolor
    @VictoriaDolor ปีที่แล้ว +1

    Hello, is it also possible to remove the account tab?

    • @champninja
      @champninja  ปีที่แล้ว

      Did you mean the whole account tab menus

  • @sourabhsuman3239
    @sourabhsuman3239 2 ปีที่แล้ว +1

    We need to add a link to one of our website's pricing page on user's account tab.
    Can you help us with this?

    • @champninja
      @champninja  2 ปีที่แล้ว

      Did you try following the steps in the video? You can use the Content Block field in the Form for the custom HTML tags.

  • @filzahnuriman6577
    @filzahnuriman6577 ปีที่แล้ว

    how to display sales report in the content? can youhelp me?

  • @nitesh827
    @nitesh827 2 ปีที่แล้ว +1

    Can i add a custom link of other page in custom tab?

    • @champninja
      @champninja  ปีที่แล้ว

      Did you mean when you click on the custom Tab menu?

  • @Black1991Star
    @Black1991Star ปีที่แล้ว

    Hi, Champ! Thanks for plugin. @champninja Can you please explain how to add custom field to Account Form? For example I need field City for each users in 'general' tab . Is it possible to do this without adding an additional tab ? I need to criate editable field for examle - 'user_city' into 'general' Tab

  • @sophienicolecasey
    @sophienicolecasey ปีที่แล้ว

    Hi, thanks so much for the video! Is the code you provided still valid? I can't access on your website, thanks!

  • @jananis4603
    @jananis4603 2 ปีที่แล้ว

    For the form submission I need to add a link to save button ?
    Can you please tell this!!

    • @champninja
      @champninja  2 ปีที่แล้ว

      Hi @janani, Did you mean you want to replace the "Save" button with a link to a custom page?

    • @jananis4603
      @jananis4603 2 ปีที่แล้ว

      @@champninja yes sir and is it possible to remove the save button ?

  • @EricDegaardt
    @EricDegaardt 2 ปีที่แล้ว +1

    Hello Champ! Great content :) Do you know a solution for user to upload multiple photos in the 'registration form' or in the 'profile form' and show them in a simple gallery?

    • @champninja
      @champninja  2 ปีที่แล้ว

      Hi @eric - have you tried using the User Photos extension available on www.ultimatemember.com ?

  • @jananis4603
    @jananis4603 2 ปีที่แล้ว

    Hello, is it possible to add the link of the page to the account tab ? Can you please tell how to add the links?

    • @champninja
      @champninja  2 ปีที่แล้ว +1

      Hi Janani, You can add a custom account tab and then use Jquery/javacript to listen to the tab button's click event so you can redirect to a custom page after clicking it.

    • @jananis4603
      @jananis4603 2 ปีที่แล้ว

      @@champninja Ok thank you

  • @TalhaZafar-jp8vo
    @TalhaZafar-jp8vo 8 หลายเดือนก่อน

    I want to add a custom notification tab in ultimate member accout section and want to crate an application form for applicats/user like when a user apply on that form it will show the the admin bar admin can approve or reject that application once it has approve ir reject that that notification will send in the user/applicant ultimate member notification tab. Thak you. @champ camba

  • @devil_may_cry
    @devil_may_cry 2 ปีที่แล้ว

    Hi , will this work in the user tab. I want to add custom fields to the user tab.

    • @champninja
      @champninja  2 ปีที่แล้ว

      Hi Dante, This tutorial is only applicable for the Account form.

  • @victorelprogramador
    @victorelprogramador 2 ปีที่แล้ว +1

    Nicely done.

  • @champninja
    @champninja  9 หลายเดือนก่อน

    Hello Everyone, if you have any custom work or need a WordPress Developer, you may contact my team at brocodewp.com