darkfreaks
Forum Replies Created
-
if you need to change the database settings i have had past luck using
WP Better Search & Replace- Plugin.
Should use Loco Translate. Ppolylang may not have the language definitions.
removal of the link can not be done with CSS it will require a code developer to dig through lines of code and manually remove the “my account” link from the menu.
no it is not. on your admin sidebar you have to click on “Pages” then go Account page click on “edit” scroll down to UM content restriction check the box that says “restrict this page?” then under a select box will appear scroll down to “Logged in users only”
this should fix the problem.
i think i have an idea what you’re talking about.
go to
pages -> Account(UM)then scroll down to
UM Content RestrictionRestrict Access to this Page? Y|N
Access: Everyone| Logged in users | Logged out users
- This reply was modified 5 years, 11 months ago by darkfreaks.
this is not currently an option for UM under “Auto Approve”
this can be done only under “require email activation” or “pending admin review”
after you add a field you can go under Validation and scroll down to “Custom Validation”
after that is done you will have to find a UM hook (code) that does what you want.
don’t forget to mark as solved thank you.
can you provide screenshots or video of what you are talking about so we can be of more help?
you should have two default UM roles
Member
AdminWordPress Roles:
Administrator
Contributor
Author
Subscriber
Web Designer (custom)
Upstream Manager (custom)
Downstream Manager(custom)as Admin you should have
Administrator(WP), Admin (this will give you access to UM and WP Admin area)
for regular members you should do this
Subscriber(WP), Member(UM) (this will give them member permissions only for both UM and WP)
make sense?
correct. however WP roles have nothing to do with UM. so if you don’t have a UM role that has “view profiles” switched on. you won’t be able to view the profile.
is the conditional logic based off the city| region fields? if so it might be flawed. can you screenshot it?
This seems like a learndash plugin topic not UM.
Why can’t I unenroll a user from a course?
This is likely because the course does not have a price, or the JOIN button feature has not been enabled. If neither of these are enabled, then the course is “open” and everyone is auto-enrolled.Add one of these and you will be able to unenroll a user from a course.
also go into wp.config.php
make sure this is commented out like so…
//define(‘DB_CHARSET’, ‘utf8′); //define(‘DB_COLLATE’, ”);
replace with…..
define('DB_CHARSET', 'utf8'); define('DB_COLLATE', 'utf8_general_ci');
- This reply was modified 5 years, 11 months ago by darkfreaks.