Hi, is this plugin going to be updated? Is there someone behind it? Is it going to be maintained? Thank you.
]]>I have setup the Ultimate Member user profiles with the ultimate members plugin and The forms or informations I have placed in the tabs are not showing when you click on the tabs. Please let me know what to do please thank you.
]]>I have installed Profile tabs 2.1.1 and I have Ultimate member 2.2.4.
I did everything in profile tab but the TAB wont show in the user profile.
Anybody here knows how to fix this issue or what causing the issue?
I’ll appreciate your input.
thank you ??
]]>Hello I am currently having a problem with the bookmarks module. I apply it so that it appears on all the articles but I would like it to disappear when I put the bookmark button by inserting code.
I just want the bookmark button with code and not the automatic one, the problem is that when I deactivate the bookmark on all the pages, it also deactivates the code button.
]]>Hi there,
This plugin doesn’t work with the latest version of UM.
We install and activate the plugin, add the new profile tabs, but nothing happens/shows in the front-end.
Kindly let me know once the issue has been resolved.
Thank you.
]]>Bonjour,
Je vais être très synthétique, j’ai installé le plugin Profil Tabs et j’ai payé une license pro je suis en panne depuis novembre, j’ai posté sur le support pro pas de réponse.
J’essaye ici dans le doute …..
Cerise sur le gateau on me demande de renouveler ma license au 20 janvier 2020 pour un plugin qui ne fonctionne pas !!!
Le problème est le suivant impossible de modifier les formulaires complémentaires, le bouton modifier renvoie vers la fiche profil Ultimate Member par defaut !!!
Gros manque de professionnalisme chez PLUS PLUGINS.
]]>Hi All,
It appears this plugin has been abandoned, as an update hasn’t been issued since 2.0 UM release. I’m quite aggravated and shocked that UM doesn’t have native profile tab capabilities, and refuses to add them, even with existing plugins such as this roaming about.
I’m currently trying to resolve an issue with this plugin, and make it compatible with 2.1 UM. If I can get it working, I will update everyone here.
If anyone else finds a solution to resolve compatibility for this plugin, please post it here for others.
thank you.
]]>I wanna have 2 dropdown fields (Regions -> States -> Cities) …
In edit profile they look work fine .. they fill optios nicely … but as it seems after update profile, onlr the 1st level keeps te value, the 2nd & 3rd level seem have empty value…
* In view profile mode all fields with no value are not appeared ..!!!???
I also wanna use them as filter in members list page.
1. Only 1st level works, 2nd & 3rd level stay empty …
2. How can guest use filter ability in members list page?
1st level dropdown field settings (no parent) :
https://photos.google.com/photo/AF1QipOMRwaWZ20TD35blDrfYWBEDebq5FeLLZYzaaPY
1st level dropdown field Callback function :
function um_getRegions() {
$regions = array(
"01" => "Ανατολικ? Μακεδον?α και Θρ?κη",
"02" => "Αττικ?",
"03" => "Β?ρειο Αιγα?ο",
"04" => "Δυτικ? Ελλ?δα",
"05" => "Δυτικ? Μακεδον?α",
"06" => "?πειρο?",
"07" => "Θεσσαλ?α",
"08" => "Ι?νιοι Ν?σοι",
"09" => "Κεντρικ? Μακεδον?α",
"10" => "Κρ?τη",
"11" => "Ν?τιο Αιγα?ο",
"12" => "Πελοπ?ννησο?",
"13" => "Στερε? Ελλ?δα"
);
return $regions;
}
2nd level dropdown field settings (Parent => Region ):
https://photos.google.com/photo/AF1QipODVHF-s41GgafNGWhpx5eOrPr03VTNCoNSc9bZ
2nd level dropdown field Callback function :
add_filter("um_getStates","__return_true");
add_filter("um_getStates","um_getStates", 10,1 );
function um_getStates($choice = null) {
//get the value from the 'parent' field, sent via the AJAX post.
$choice = $_POST['parent_option'];
//Depending on the value of $choice, return a different array.
switch($choice) {
case "01":
$states = array(
"0101" => "Δρ?μα?",
"0102" => "?βρου",
"0103" => "Θ?σου",
"0104" => "Καβ?λα?",
"0105" => "Ξ?νθη?",
"0106" => "Ροδ?πη?"
);
break;
case "02":
$states = array(
"0201" => "Ανατολικ?? Αττικ??",
"0202" => "Βορε?ου Τομ?α Αθην?ν",
"0203" => "Δυτικ?? Αττικ??",
"0204" => "Δυτικο? Τομ?α Αθην?ν",
"0205" => "Κεντρικο? Τομ?α Αθην?ν",
"0206" => "Ν?σων Αττικ??",
"0207" => "Νοτ?ου Τομ?α Αθην?ν",
"0208" => "Πειραι??"
);
break;
case "03":
$states = array(
"0301" => "Ικαρ?α?",
"0302" => "Λ?σβου",
"0303" => "Λ?μνου",
"0304" => "Σ?μου",
"0305" => "Χ?ου"
);
break;
case "04":
$states = array(
"0401" => "Αιτωλοακαρναν?α?",
"0402" => "Αχα?α?",
"0403" => "Ηλε?α?"
);
break;
case "05":
$states = array(
"0501" => "Γρεβεν?ν",
"0502" => "Καστορι??",
"0503" => "Κοζ?νη?",
"0504" => "Φλ?ρινα?"
);
break;
case "06":
$states = array(
"0601" => "?ρτα?",
"0602" => "Θεσπρωτ?α?",
"0603" => "Ιωανν?νων",
"0604" => "Πρ?βεζα?"
);
break;
case "07":
$states = array(
"0701" => "Καρδ?τσα?",
"0702" => "Λ?ρισα?",
"0703" => "Μαγνησ?α?",
"0704" => "Σπορ?δων",
"0705" => "Τρικ?λων"
);
break;
case "08":
$states = array(
"0801" => "Ζακ?νθου",
"0802" => "Ιθ?κη?",
"0803" => "Κ?ρκυρα?",
"0804" => "Κεφαλλην?α?",
"0805" => "Λευκ?δα?"
);
break;
case "09":
$states = array(
"0901" => "Ημαθ?α?",
"0902" => "Θεσσαλον?κη?",
"0903" => "Κιλκ??",
"0904" => "Π?λλα?",
"0905" => "Πιερ?α?",
"0906" => "Σερρ?ν",
"0907" => "Χαλκιδικ??"
);
break;
case "10":
$states = array(
"1001" => "Ηρακλε?ου",
"1002" => "Λασιθ?ου",
"1003" => "Ρεθ?μνου",
"1004" => "Χαν?ων"
);
break;
case "11":
$states = array(
"1101" => "?νδρου",
"1102" => "Θ?ρα?",
"1103" => "Καλ?μνου",
"1104" => "Καρπ?θου-Κ?σου",
"1105" => "Κ?α?-Κ?θνου",
"1106" => "Κω",
"1107" => "Μ?λου",
"1108" => "Μυκ?νου",
"1109" => "Ν?ξου",
"1110" => "Π?ρου",
"1111" => "Ρ?δου",
"1112" => "Σ?ρου",
"1113" => "Τ?νου"
);
break;
case "12":
$states = array(
"1201" => "Αργολ?δα?",
"1202" => "Αρκαδ?α?",
"1203" => "Κορινθ?α?",
"1204" => "Λακων?α?",
"1205" => "Μεσσην?α?"
);
break;
case "13":
$states = array(
"1301" => "Βοιωτ?α?",
"1302" => "Ε?βοια?",
"1303" => "Ευρυταν?α?",
"1304" => "Φθι?τιδα?",
"1305" => "Φωκ?δα?"
);
break;
default:
//code to do something if other options are not selected (throw an error, or set $cities to a default array)
$states = array("0000" => "no state");
}
//$array['custom_dropdown_options_source'] = true;
//$array['options'] = $states;
return $states;
}
3nd level dropdown field settings (Parent => State ):
https://photos.google.com/photo/AF1QipOLUm95JDpSVJQTNThT9K2kMyBDt9gMh0cDO8AU
3nd level dropdown field Callback function :
add_filter("um_getCities","__return_true");
add_filter("um_getCities","um_getCities", 10,1 );
function um_getCities($choice = null) {
//get the value from the 'parent' field, sent via the AJAX post.
$choice = $_POST['parent_option'];
//Depending on the value of $choice, return a different array.
switch($choice) {
case "0101":
$cities = array(
"010101" => "Δοξ?του",
"010102" => "Δρ?μα",
"010103" => "Νευροκοπ?ου",
"010104" => "Παρανεστ?ου",
"010105" => "Προσοτσ?νη?"
);
break;
case "0102":
$cities = array(
"010201" => "Αλεξανδρο?πολη?",
"010202" => "Διδυμοτε?χου",
"010203" => "Ορεστι?δα?",
"010204" => "Σαμοθρ?κη?",
"010205" => "Σουφλ?ου"
);
break;
case "0103":
$cities = array(
"010301" => "Θ?σου"
);
break;
case "0104":
$cities = array(
"010401" => "Καβ?λα?",
"010402" => "Ν?στου",
"010403" => "Παγγα?ου"
);
break;
case "0105":
$cities = array(
"010501" => "Αβδ?ρων",
"010502" => "Μ?κη?",
"010503" => "Ξ?νθη?",
"010504" => "Τοπε?ρου"
);
break;
case "0106":
$cities = array(
"010601" => "Ι?σμου",
"010602" => "Αρριαν?ν",
"010603" => "Κομοτην??",
"010604" => "Μαρωνε?α?-Σαπ?ν"
);
break;
case "0201":
$cities = array(
"020101" => "Αχαρν?ν",
"020102" => "Β?ρη?-Βο?λα?-Βουλιαγμ?νη?",
"020103" => "Διον?σου",
"020104" => "Κρωπ?α?",
"020105" => "Λαυρεωτικ??",
"020106" => "Μαραθ?νο?",
"020107" => "Παιαν?α?",
"020108" => "Παλλ?νη?",
"020109" => "Μαρκοπο?λου Μεσογα?α?",
"020110" => "Ραφ?να?-Πικερμ?ου",
"020111" => "Σπ?των-Αρτ?μιδο?",
"020112" => "Σαρωνικο?",
"020113" => "Ωρωπο?"
);
break;
case "0202":
$cities = array(
"020201" => "Αγ?α? Παρασκευ??",
"020202" => "Αμαρουσ?ου",
"020203" => "Βριλησσ?ων",
"020204" => "Ηρακλε?ου",
"020205" => "Κηφισι??",
"020206" => "Λυκ?βρυση?-Πε?κη?",
"020207" => "Μεταμορφ?σεω?",
"020208" => "Ν?α? Ιων?α?",
"020209" => "Παπ?γου-Χολαργο?",
"020210" => "Πεντ?λη?",
"020211" => "Φιλοθ?η?-Ψυχικο?",
"020212" => "Χαλανδρ?ου"
);
break;
case "0203":
$cities = array(
"020301" => "Ασπροπ?ργου",
"020302" => "Ελευσ?να?",
"020303" => "Μεγαρ?ων",
"020304" => "Μ?νδρα?-Ειδυλλ?α?",
"020305" => "Φυλ??"
);
break;
case "0204":
$cities = array(
"020401" => "Αγ?α? Βαρβ?ρα?",
"020402" => "Αγ?ων Αναργ?ρων-Καματερο?",
"020403" => "Αιγ?λεω",
"020404" => "Ιλ?ου",
"020405" => "Περιστερ?ου",
"020406" => "Πετρο?πολη?",
"020407" => "Χα?δαρ?ου"
);
break;
case "0205":
$cities = array(
"020501" => "Αθηνα?ων",
"020502" => "Β?ρωνο?",
"020503" => "Γαλατσ?ου",
"020504" => "Δ?φνη?-Υμηττο?",
"020505" => "Ζωγρ?φου",
"020506" => "Ηλιο?πολη?",
"020507" => "Καισαριαν??",
"020508" => "Φιλαδελφε?α?-Χαλκηδ?να?"
);
break;
case "0206":
$cities = array(
"020601" => "Αγκιστρ?ου",
"020602" => "Α?γινα?",
"020603" => "Κυθ?ρων",
"020604" => "Π?ρου",
"020605" => "Σαλαμ?να?",
"020606" => "Σπετσ?ν",
"020607" => "Τροιζην?α?",
"020608" => "?δρα?"
);
break;
case "0207":
$cities = array(
"020701" => "Αγ?ου Δημητρ?ου",
"020702" => "Αλ?μου",
"020703" => "Γλυφ?δα?",
"020704" => "Ελληνικο?-Αργυρο?πολη?",
"020705" => "Καλλιθ?α?",
"020706" => "Μοσχ?του-Τα?ρου",
"020707" => "Ν?α? Σμ?ρνη?",
"020708" => "Παλαιο? Φαλ?ρου"
);
break;
case "0208":
$cities = array(
"020801" => "Κερατσιν?ου-Δραπετσ?να?",
"020802" => "Κορυδαλλο?",
"020803" => "Ν?καια?-Αγ?ου Ιω?ννη Ρ?ντη",
"020804" => "Πειραι??",
"020805" => "Περ?ματο?"
);
break;
case "0301":
$cities = array(
"030101" => "Ικαρ?α?",
"030102" => "Φο?ρνων Κορσε?ν"
);
break;
case "0302":
$cities = array(
"030201" => "Λ?σβου"
);
break;
case "0303":
$cities = array(
"030301" => "Αγ?ου Ευστρατ?ου",
"030302" => "Λ?μνου"
);
break;
case "0304":
$cities = array(
"030401" => "Σ?μου"
);
break;
case "0305":
$cities = array(
"030501" => "Οινουσσ?ν",
"030502" => "Χ?ου",
"030503" => "Ψαρ?ν"
);
break;
case "0401":
$cities = array(
"040101" => "Αγριν?ου",
"040102" => "Ακτ?ου-Β?νιτσα?",
"040103" => "Αμφιλοχ?α?",
"040104" => "Θ?ρμου",
"040105" => "Μεσολογγ?ου",
"040106" => "Ναυπακτ?α?",
"040107" => "Ξηρομ?ρου"
);
break;
case "0402":
$cities = array(
"040201" => "Δυτικ?? Αχα?α?",
"040202" => "Αιγιαλε?α?",
"040203" => "Ερυμ?νθου",
"040204" => "Καλαβρ?των",
"040205" => "Πατρ?ων"
);
break;
case "0403":
$cities = array(
"040301" => "Ανδραβ?δα?-Κυλλ?νη?",
"040302" => "Ανδρ?τσαινα?-Κρεστ?νων",
"040303" => "Αρχα?α? Ολυμπ?α?",
"040304" => "Ζαχ?ρω?",
"040305" => "?λιδα?",
"040306" => "Πηνειο?",
"040307" => "Π?ργου"
);
break;
case "0501":
$cities = array(
"050101" => "Γρεβεν?ν",
"050102" => "Δεσκ?τη?"
);
break;
case "0502":
$cities = array(
"050201" => "Καστορι??",
"050202" => "Νεστορ?ου",
"050203" => "Ορεστ?δο?"
);
break;
case "0503":
$cities = array(
"050301" => "Βο?ου",
"050302" => "Εορδα?α?",
"050303" => "Κοζ?νη?",
"050304" => "Σερβ?ων-Βελβεντο?"
);
break;
case "0504":
$cities = array(
"050401" => "Αμυντα?ου",
"050402" => "Πρεσπ?ν",
"050403" => "Φλ?ρινα?"
);
break;
case "0601":
$cities = array(
"060101" => "Αρτα?ων",
"060102" => "Γεωργ. Καρα?σκ?κη",
"060103" => "Κεντρ. Τζουμ?ρκων",
"060104" => "Νικολ?ου Σκουφ?"
);
break;
case "0602":
$cities = array(
"060201" => "Ηγουμεν?τσα?",
"060202" => "Σουλ?ου",
"060203" => "Φιλιατ?ν"
);
break;
case "0603":
$cities = array(
"060301" => "Βορ. Τζουμ?ρκων",
"060302" => "Δωδ?νη?",
"060303" => "Ζαγορ?ου",
"060304" => "Ζ?τσα?",
"060305" => "Ιωαννιτ?ν",
"060306" => "Κ?νιτσα?",
"060307" => "Μετσ?βου",
"060308" => "Πωγων?ου"
);
break;
case "0604":
$cities = array(
"060401" => "Ζηρο?",
"060402" => "Π?ργα?",
"060403" => "Πρ?βεζα?"
);
break;
case "0701":
$cities = array(
"070101" => "Αργιθ?α?",
"070101" => "Καρδ?τσα?",
"070101" => "Λ?μνη? Πλαστ?ρα",
"070101" => "Μουζακ?ου",
"070101" => "Παλαμ?",
"070101" => "Σοφ?δων"
);
break;
case "0702":
$cities = array(
"070201" => "Αγι??",
"070202" => "Ελασσ?να?",
"070203" => "Κιλελ?ρ",
"070204" => "Λαρισα?ων",
"070205" => "Τεμπ?ν",
"070206" => "Τυρν?βου",
"070207" => "Φαρσ?λων"
);
break;
case "0703":
$cities = array(
"070301" => "Αλμυρο?",
"070302" => "Β?λου",
"070303" => "Ζαγορ??-Μουρεσ?ου",
"070304" => "Ν?τιου Πηλ?ου",
"070305" => "Ρ?γα Φερα?ου"
);
break;
case "0704":
$cities = array(
"070401" => "Αλονν?σου",
"070402" => "Σκι?θου",
"070403" => "Σκοπ?λου"
);
break;
case "0705":
$cities = array(
"070501" => "Καλαμπ?κα? ",
"070502" => "Π?λη?",
"070503" => "Μεγαρ?ων",
"070504" => "Τρικα?ων",
"070505" => "Φαρκαδ?να?"
);
break;
case "0801":
$cities = array(
"080101" => "Ζακ?νθου"
);
break;
case "0802":
$cities = array(
"080201" => "Ιθ?κη?"
);
break;
case "0803":
$cities = array(
"080301" => "Κ?ρκυρα?",
"080302" => "Παξ?ν"
);
break;
case "0804":
$cities = array(
"080401" => "Κεφαλλονι??"
);
break;
case "0805":
$cities = array(
"080501" => "Λευκ?δα",
"080502" => "Μεγανησ?ου"
);
break;
case "0901":
$cities = array(
"090101" => "Αλεξ?νδρεια?",
"090102" => "Β?ροια?",
"090103" => "Ν?ουσα?"
);
break;
case "0902":
$cities = array(
"090201" => "Αμπελοκ?πων-Μενεμ?νη?",
"090202" => "Β?λβη?",
"090203" => "Δ?λτα",
"090204" => "Θερμα?κο?",
"090205" => "Θ?ρμη?",
"090206" => "Θεσσαλον?κη?",
"090207" => "Καλαμαρι??",
"090208" => "Κορδελιο?-Ευ?σμου",
"090209" => "Λαγκαδ?",
"090210" => "Νε?πολη?-Συκε?ν",
"090211" => "Πα?λου Μελ?",
"090212" => "Πυλα?α?-Χορτι?τη",
"090213" => "Χαλκηδ?νο?"
);
break;
case "0903":
$cities = array(
"090301" => "Κιλκ??",
"090302" => "Παιον?α?"
);
break;
case "0904":
$cities = array(
"090401" => "Αλμωπ?α?",
"090402" => "?δεσσα?",
"090403" => "Π?λλα?",
"090404" => "Σκ?δρα?"
);
break;
case "0905":
$cities = array(
"090501" => "Δ?ου-Ολ?μπου",
"090502" => "Κατερ?νη?",
"090503" => "Π?δνα?-Κολινδρο?"
);
break;
case "0906":
$cities = array(
"090601" => "Αμφ?πολη?",
"090602" => "Βισαλτ?α?",
"090603" => "Εμμαν. Παππ?",
"090604" => "Ηρακλε?α?",
"090605" => "Ν?α? Ζ?χνη?",
"090606" => "Σερρ?ν",
"090607" => "Σιντικ??"
);
break;
case "0907":
$cities = array(
"090701" => "Αριστοτ?λη",
"090702" => "Κασσ?νδρα?",
"090703" => "Ν?α? Προποντ?δα?",
"090704" => "Πολυγ?ρου",
"090705" => "Σιθων?α?"
);
break;
case "1001":
$cities = array(
"100101" => "Αρχαν?ν-Αστερουσ?ων",
"100101" => "Βι?ννου",
"100101" => "Γ?ρτυνα?",
"100101" => "Ηρακλε?ου",
"100101" => "Μαλεβιζ?ου",
"100101" => "Μιν?α Πεδι?δα?",
"100101" => "Φαιστο?",
"100101" => "Χερσονν?σου"
);
break;
case "1002":
$cities = array(
"100201" => "Αγ?ου Νικολ?ου",
"100202" => "Ιερ?πετρα?",
"100203" => "Οροπεδ?ου Λασιθ?ου",
"100204" => "Σητε?α?"
);
break;
case "1003":
$cities = array(
"100301" => "Αγ?ου Βασιλε?ου",
"100302" => "Αμαρ?ου",
"100303" => "Ανωγε?ων",
"100304" => "Μυλοποτ?μου",
"100305" => "Ρεθ?μνη?"
);
break;
case "1004":
$cities = array(
"100401" => "Αποκορ?νου",
"100302" => "Γα?δου",
"100303" => "Καντ?νου-Σελ?νου",
"100304" => "Κισσ?μου",
"100305" => "Πλατανι?",
"100306" => "Σφακ?ων",
"100307" => "Χαν?ων"
);
break;
case "1101":
$cities = array(
"110101" => "?νδρου"
);
break;
case "1102":
$cities = array(
"110201" => "Αν?φη?",
"110202" => "Θ?ρα?",
"110203" => "Ιητ?ν",
"110204" => "Σικ?νου",
"110205" => "Φολεγ?νδρου"
);
break;
case "1103":
$cities = array(
"110301" => "Αγαθονησ?ου",
"110302" => "Αστυπ?λαια?",
"110303" => "Καλυμν?ων",
"110304" => "Λειψ?ν",
"110305" => "Λ?ρου",
"110306" => "Π?τμου"
);
break;
case "1104":
$cities = array(
"110401" => "Καρπ?θου",
"110402" => "Κ?σου"
);
break;
case "1105":
$cities = array(
"110501" => "Κ?α?",
"110502" => "Κ?θνου"
);
break;
case "1106":
$cities = array(
"110601" => "Κω",
"110602" => "Νισ?ρου"
);
break;
case "1107":
$cities = array(
"110701" => "Κιμ?λου",
"110702" => "Μ?λου",
"110703" => "Σερ?φου",
"110704" => "Σ?φνου"
);
break;
case "1108":
$cities = array(
"110801" => "Μυκ?νου"
);
break;
case "1109":
$cities = array(
"110901" => "Αμοργο?",
"110902" => "Ν?ξου και Μικρ?ν Κυκλ?δων"
);
break;
case "1110":
$cities = array(
"111001" => "Αντιπ?ρου",
"111002" => "Π?ρου"
);
break;
case "1111":
$cities = array(
"111101" => "Μεγ?στη?",
"111102" => "Ρ?δου",
"111103" => "Σ?μη?",
"111104" => "Τ?λου",
"111105" => "Χ?λκη?"
);
break;
case "1112":
$cities = array(
"111201" => "Σ?ρου-Ερμο?πολη?"
);
break;
case "1113":
$cities = array(
"111301" => "Τ?νου"
);
break;
case "1201":
$cities = array(
"120101" => "?ργου?-Μυκην?ν",
"120102" => "Επιδα?ρου",
"120103" => "Ερμιον?δα?",
"120104" => "Ναυπλι?ων"
);
break;
case "1202":
$cities = array(
"120201" => "Β?ρεια? Κυνουρ?α?",
"120202" => "Γορτυν?α?",
"120203" => "Μεγαλ?πολη?",
"120204" => "Ν?τια? Κυνουρ?α?",
"120205" => "Τρ?πολη?"
);
break;
case "1203":
$cities = array(
"120301" => "Β?λου-Β?χα?",
"120302" => "Κορινθ?ων",
"120303" => "Λουτρακ?ου-Αγ?ων Θεοδ?ρων",
"120304" => "Νεμ?α?",
"120305" => "Ξυλοκ?στρου-Ευρωστ?νη?",
"120306" => "Σικυων?ων"
);
break;
case "1204":
$cities = array(
"120401" => "Ανατολικ?? Μ?νη?",
"120402" => "Ελαφον?σου",
"120403" => "Ευρ?τα",
"120404" => "Μονεμβασ?α?",
"120405" => "Σπ?ρτη?"
);
break;
case "1205":
$cities = array(
"120501" => "Δυτικ?? Μ?νη?",
"120502" => "Καλαμ?τα?",
"120503" => "Μεσσ?νη?",
"120504" => "Οιχαλ?α?",
"120505" => "Π?λου-Ν?στορο?",
"120506" => "Τριφυλ?α?",
);
break;
case "1301":
$cities = array(
"130101" => "Αλι?ρτου",
"130102" => "Διστ?μου-Αρ?χοβα?-Αντ?κυρα?",
"130103" => "Θηβα?ων",
"130104" => "Λεβαδ?ων",
"130105" => "Ορχομενο?",
"130106" => "Ταν?γρα?"
);
break;
case "1302":
$cities = array(
"130201" => "Διρφ?ων-Μεσσαπ?ων",
"130202" => "Ερ?τρια?",
"130203" => "Ιστια?α?-Αιδηψο?",
"130204" => "Καρ?στου",
"130205" => "Κ?μη?-Αλιβερ?ου",
"130206" => "Μαντουδ?ου-Λ?μνη?-Αγ?α? ?ννα?",
"130207" => "Σκ?ρου",
"130208" => "Χαλκιδ?ων"
);
break;
case "1303":
$cities = array(
"130301" => "Αγρ?φων",
"130302" => "Καρπενησ?ου"
);
break;
case "1304":
$cities = array(
"130401" => "Αμφ?κλεια?-Ελ?τεια?",
"130402" => "Δομοκο?",
"130403" => "Λαμι?ων",
"130405" => "Λοκρ?ν",
"130406" => "Μακρακ?μη?",
"130407" => "Μ?λου-Αγ?ου Κωνσταντ?νου",
"130408" => "Στυλ?δα?"
);
break;
case "1305":
$cities = array(
"130501" => "Δελφ?ν",
"130502" => "Δωρ?δο?"
);
break;
default:
//code to do something if other options are not selected (throw an error, or set $cities to a default array)
$cities = array("000000" => "no city");
}
return $cities;
}
Edit profile page (works ..seems OK )
https://photos.google.com/photo/AF1QipO_KyCxI8JAClpLZ8nDZOMJS00wjELMnOXwantg
View profile page (fields with no value are not appear)
https://photos.google.com/photo/AF1QipMwqJE26Q3JWTO_-LSDkbsiesB4nvLNvLvBvIIK
Members list view page – the gear icon on up right corner, it supposed do something?
https://photos.google.com/photo/AF1QipPLsYMgiCDFwXGQEN_o-mypLRJM2FHRwl9b4iSk
Members list admin page – Search settings : how can i make guestr/visitors to use search or filter ability?
https://photos.google.com/photo/AF1QipOauk8wMMA2uxv44zeew0597jYdYYs5DmU_xZgt
Members list page with filter (3 dropdown fields). It gets as filter only 1st level value.IDEA!!! how to use the selected last filter to get the next level’ s dropdown field?
https://photos.google.com/photo/AF1QipNr7A2dUqbl3BqSrsJ0JGa3EonGhxb6fH3_thzM
The main idea is to make members all strays animall assosiation/groups and create u list of all of them and anyone can easily find one by location taxonomy. Next step connect UM with classifieds listings plugin ….
Thx alot … and sorry for my greeks …???!!!
]]>I noticed that in Ultimate Member 2.1.0-rc.1 the Predefined fields in Profile Form : username, password & e-mail, are missing …
]]>Doesn’t work with current version of Ultimate Member, do we have an alternative ?
]]>I use this addon to add tabs to the profiles on my site for certain user roles. Today I created some new roles and wanted to update the Tabs to show accordingly.
I found that I couldn’t get any custom tabs to show if they had been set to specific roles only. “Roles With This Tab”
What I did to fix this requires the proper creation and setup, but I did get it working.
Create the Tab and make sure to leave “Roles With This Tab” – Empty.
Then browse over to the Settings>appearence>Profile Menu> Here you should see the new tab. Setup the proper roles for visibility here first.
Now go back and change your role settings.
This allowed the tabs to load in properly for me.
-Sunny
]]>Could you please upgrade your Free and Paid plugins to be compatible with the current Ultimate Member release. I am surprised that you and UM do not cooperate on this.
]]>hi, just a heads up that your plugin is not compatible with the latest version of ultimate member plugin.
]]>Hey there, thanks for this usefull plugin !
Does anyone know if this is possible to ajax every tabs ? Cause when I click a tab the page need a reload, for like a few line of information… I think we can ajax everything to have this without a reload (like the account setting in UM)
]]>I make everything good and after that, i go to setup the User Page
and i got a error : redirect my websiye to unknown link and the user page didn’t appear
and i deactivate all the plugins and still got this error and and i set the permalinks to Sample-post again but i can’t fix it please help me to fix that
I created a tab called “Transfer Zone” and refers to an url page https://www.mysite.com/transferzone. I would like only for that tab, to add this snippet
$transferzone = do_shortcode( '[xyz-ips snippet="counttransfermarket"]' );
$tabs['nameoftabcreate']['notifier'] = $transferzone;
next to the icon and tab title that allows me to see the notification of the number of posts entered. How can I do it?
]]>I have created 6 tabs but while selected the default tab only one tab show to select.any help or guidance.
]]>So, I’ve recently decided to use UM as my main Membership plugin and quickly realized they don’t provide tabbed profile forms, and their documentation for their plugin doesn’t seem to point into how to create them, which is insane. I’ve dived deep into github and it seems that there isn’t a working solution.
So I’ve come across this plugin and I find that this is a free yet limited version of what I need, essentially this plugin simply creates tabbed sections, but doesn’t allow for tabbed profile form sections, which explains why they’re trying to sell the pro version that allows for tabbed profile forms.
I’m tempted to buy that version, but I can’t find anyone who claims it to be working since the most recent updates of Ultimate Membership, in fact, I see people claiming to have been scammed. What is going on here? Does the PRO version of this plugin work with the latest version of UM?
]]>N/A
]]>I bought the plugin a few weeks ago and am experiencing a problem. I made a ticket on your site but after almost 3 weeks there’s been no response.
Can you please get back to me. I do not wish to, but I will need to refund the purchase if I can’t get help on this matter.
]]>Dear plusplugin team.
I have bought the pp contact and pp events but as they are not in version 2.0 they dont work anymore on ultimate member.. Can you help me on that ? have a nice day !
Hi! I’m using the tabs pro and I’ve created the different tabs/forms. They work under all profiles for the administrators but for the subscribers, when I click on them, they just redirect to the homepage. Any help is appreciated, thank you!
]]>Hi
I am currently using the ultimate member and free tab add on. I have made some custom tabs.
I would like to create some extra custom forms and then put the shortcode of the form in those custom tabs.
I have followed the guide to do this however the custom tabs show but the forms do not. Will i have to install the tab Pro plugin to have the custom forms show up on the custom tabs?
Hi,
In UM 2.0.26, the custom Profile Tabs are not showing up in the UM > Settings > Appearance > Profile Menus. Is this a bug or this has been removed?
Regards,
]]>UM Version 2.0.21
UM Profile tabs Version 2.1.1
Great little plugin, Thanks! I’m trying to set a custom tab as the main default tab. In UM settings the custom tabs don’t show up in the drop down, is there a snippet or setting to set a tab to default? Setting order to “1” and “force to front” “true” doesn’t work.
]]>Hi,
After updating to version 2.1.0 I get the following error on the homepage:
Warning: array_intersect() [function.array-intersect]: Argument #1 is not an array in /var/www/justplaymusic.dk/public_html/test/wp-content/plugins/profile-tabs-for-ultimate-member/core.php on line 134
Can you please tell me how to fix it. Thanks…
Regards,
Poul
]]>When creating a new tab, the options section is not working properly.
The following items are not working on the options page:
“Roles with this tab” – Entering a user type doesnt work.
“Select roles (leave blank to show on all profiles).
Roles that can view this tab” – This also does not work.
I tried toggling the private tab.
The only way it works is when no user is selected.
]]>Does this plugin support the latest upgrade to ultimatemember- Version 2.0 ??
Can we have a simple yes or no? Because a lot of people have been asking this question for the last month and your responses have not been adequate.
This message is with reference to the free version of the software. Profile Tabs
The problem most people are having is:
Profile tabs made before the update can see the profile tabs but profile tabs made after the upgrade of UM 2.0 and the subsequent upgrade of Profile Tabs 2.0.2 cannot see their profile tabs.
Can you please let us know if you have stopped supporting this plugin so that we can consider other options.
If you are still providing support, please provide step by step instructions here so that the whole community can benefit? Telling us to downgrade is not an option.
This does not seem like an individual install issue (considering the different people who are complaining about the same thing) but rather a core plugin issue.
Can you please look into fixing this issue once and for all?
]]>Hi, I upgraded to version 2 but the profile tabs are still not visible. Any idea on how to fix this?
]]>Hello,
The fields on Profile Tabs “Roles with this tab” and “Roles that can view this tab” are not working properly. They are hidden when I define the roles to which tab should appear.
And after upgrading to version 2.0.2, Shortcodes, Ratings, Youtube Videos, components that are part of the Profile Form, when I place the Shortcode of the form on the tab, nothing appears. The page loads normally, but the component does not appear.
Awaiting return.
]]>