borisv
Forum Replies Created
-
Forum: Plugins
In reply to: [GD Rating System] Visitors and user can voteWhat’s the point to having an English title?
Forum: Plugins
In reply to: [GD Rating System] The Plugin show not the correct rating number.Clear/delete all cache data via ftp (including any cache scripts running).
- This reply was modified 9 years ago by borisv.
Well instead of telling us what the menu problem is not, tell us what the menu problem is. I think you think anyone who reads your post knows what you are talking about. An “item” could be anything…
And you won’t probably get that answer here either as customization issues are hardly ever discussed (not that I haven’t in the past).
Check every post requesting customization tips or code on this forum and you’ll see that the support team avoids them like the plague.
You need to be an advanced level web developer anyway to even attempt implementing what you suggest. Are you?
No chance of that. You should have 2 separate email systems anyway. One for user registration and another one for notifications (opt in type script). The reason is many users start closing/deleting accounts as soon as they start receiving unsolicited emails from the administration.
Think how annoying emails from Facebook are, so unless your site has that kind of pull on your users, I would forget it.
Instead of you manually changing their new email addresses, it should be done automatically and only for those who do want you to email them whatever it is you need to inform them about.
All you would have to do is create a new tab in the account page with a link to your email program.
Almost ALL of upload photo problems are caused by plugin conflict. People should always test for theme and plugin conflicts before posting.
Oh Boy, I hope you don’t have a real issue with UM one day…
Define Menu. Your theme’s menu?
Maybe the result of a new plugin conflict (the issue only appears after you update with UM).
Couple of things. First, we can’t provide plugin customization on WP forums. Second, the code you’re referring to works fine. It creates new fields and their new metakeys for the ‘account’ page in the DB which are then called back to page. So, if your phone field is not updating, then one metakey (in account or profile page) is not the default ‘phone_number’ metakey.
Did you try it with a empty cache and refreshing browser (F5)?
If seeing all your users in the members search is what bothers you, then edit the directory.
Go to:
Admin panel => Ultimate Member => Member Directories => Member (click edit).
Find ‘Search Options’ => Show results only after search = YES.I hope that helps resolve your issue.
In all likelihood, you are having a Mod_security module issue that went off. Call your host and ask them to white-list your domain name.
If you use the default WP theme and the UM plugin ONLY, you should have the upload functionality working as prescribed. You could then ascertain if it was a theme or a plugin conflict.
That code you posted would work if correct for WP roles not UM user roles which are not the same thing. It’s also meaningless if not associated to a function filter or action.
It is entirely possible to do what the OP wants without adding a line of code to WP. I have 3 roles running on my website (4 if you consider a guest one) and they can only see the sections of content that they have permissions for. The key is creating permissions (or capabilities).
uninstall and reinstall UM to see if that fixes SQL DB tables. Also check wp_options in your DB making sure site and home urls are correctly configured.