use my edited version of Ultimate Member Profile Tabs I’ve uploaded it here
https://github.com/merckdelmoro/Ultimate-Member—Profile-Tabs-Fix-2019-08-30 I have fix the issue in the latest version
-
This reply was modified 5 years, 6 months ago by
merckdelmoro.
-
This reply was modified 5 years, 6 months ago by
merckdelmoro.
Thanks a lot, I will check that !
Thanks @merckdelmoro ! That worked #1.
For those interested, here’s the diff between the 2.1.1 version (not working), and merckdelmoro’s fixed version:
https://gist.github.com/gboudreau/dc94478877dab935edf562f826531906
Changing those two lines in core.php will fix the missing tab issue. Yay.
Hey there,
Dont really understand, Ive got the latest version of UM but this plugin still work ?…
Wich bug do you have ?
The only issue I got is it dont display dropdown value if it have a quote inside the value.
Do you know if you fixed version fix this ? Rly annoying in my case, this dropdown is important
-
This reply was modified 5 years, 6 months ago by
holdusback.
-
This reply was modified 5 years, 6 months ago by
holdusback.
Thanks a lot @gboudreau it’s perfect !
The content of certain tabs was missing, so I’ve made a quick fix :
replace line 44 in core.php :
$tab = UM()->profile()->active_tab();
by :
$tab = $_GET['profiletab'];
-
This reply was modified 5 years, 1 month ago by
akkolad.