Hi I would like to add a link through the WordPress menus to goto a Buddypress Profile tab and to its secondary menu for the logged in user.
Example link would be like site/members/{usernamehere}/my-profile-menu/test/
Following another guide online I was able to add the my-profile-menu part but would like to add its child links to the tabs into the main wordpress menu.
https://codex.buddypress.org/getting-started/buddypress-links-in-wordpress-menus/#add-menu-links-specific-to-the-logged-in-member
You can create dynamic BuddyPress profile links for the logged-in user by using 'me' as the user name.
Example: .../members/me/my-profile-menu/test/
Related
I am a elementor pro customer.
My goal is to hide elementor from my client.
So i used role manager offered by elementor and hide the user role to edit the page as follows:
https://www.dropbox.com/s/4toahzxnkchi2dm/Screenshot%202019-12-07%2013.48.30.png?dl=0
What happens with the role manager hide is that the user cannot even see the html side of the page.
How can i hide the elementor from the client and let him edit the html version of the page?
Alternatively, I want to skip the role editor functionality of elementor and just find a way to remove the button "Edit with elementor" from pages.
Few places where it appears are
Page: https://www.dropbox.com/s/owwr41cl9gpep15/Screenshot%202019-12-07%2013.58.13.png?dl=0
In front of the page name:
https://www.dropbox.com/s/89zqq59a2ett2kf/Screenshot%202019-12-07%2013.58.57.png?dl=0
In the meta of page: https://www.dropbox.com/s/mrjdr4jj9um037m/Screenshot%202019-12-07%2013.59.18.png?dl=0
Which user role you assigned to your client?
We want to add custom field in question page in learndash using Wordpress how to do this please help me
Navigate to LEARNDASH LMS > QUIZZES
Click on the quiz you’d like to edit
Click on the Settings tab
Scroll down to the Administrative and Data Handling Settings section
Turn on the setting next to Custom Fields
https://www.screencast.com/t/gVPUOoCtHEPw
I've created a view with path /user/%/articles to list all articles authored by the user, and now I want to add it as a tab on the user profile page. I tried to configure the menu in the view's configuration page but I can't tell what should be used as the parent menu.
Does anybody know how to do this correctly?
Figured this out.
Drupal 8
Path:/user/%user/articles
Menu: User account menu > My account
Url should be /user/%user/articles and menu item entry of the view settings should be set to "menu tab".
All was explaned in this post : https://www.ostraining.com/blog/drupal/drupal-8-creating-views-of-content-in-tabs/
Is it possible to add buddypress profile menu in primary menu of the wordpress them. If is possible please guide me how can I do this. I also want to remove counts in primary menu only.
Thanks
Yes, it's possible.
Here is an appropriate page in BuddyPress codex: https://codex.buddypress.org/getting-started/buddypress-links-in-wordpress-menus/
Below is a small excerpt from that page:
Links include: Sitewide Activity, Members Directory, Groups Directory, and/or Blogs Directory (multisite only).
Navigate to Appearance > Menus.
Create a new menu.
Under the “Pages” section, select the links to the BuddyPress pages.
Click on the “Add to Menu” button.
Arrange the menu links as you like it.
Click on “Save the Menu” button.
Go to the “Manage Locations” tab and assign this menu to a theme menu location.
Click save and refresh your site to see your new custom menu in place.
You can also add links specific to the Logged-in Member only (all profile links).
Secenario is that website has an admin for website in wordpress and users
can only post/edit their posts.
User panel is diffrent form main theme (its default gray one).
Is there a way to write a custom user panel that would work with wordpress
login and that would look like main site, having only post/edit/logout functions?
yes, you can change how your dashboard looks.
on how to change the style of dashboard - take a look here.
on how to restrict user access to only certain parts of the dashboard - you can do that easily with the capability manager plugin.