WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: buddymenu-buddylinks (Used by 3 domains)

BuddyMenu BuddyLinks

👤 Lee Hodson (VR51) 📦 v2.2.0 🔗 Plugin Homepage

BuddyPress BuddyLinks does three things really well:

  1. BuddydMenu BuddyPress menu widget.
  2. BuddyMenu BuddyPress menu shortcode.
  3. BuddyLinks BuddyPress dynamic link shortcode.

Put a BuddyPress menu or dynamic user link in your sidebar, post, page, widget, footer or anywhere else. Needs BuddyPress to work. There is no need to network activate in WP Multisite. Does not display to logged out users.

BuddyPress menus are dynamic. Their URLs change for each logged in user. This makes it difficult for most community admins and webmasters to add links to areas in their BuddyPress sites. Unless you know how, you can’t create a welcome page and send new users to their profile page with a link in the welcome page because the link will be different for each user.

For example, a link to a user’s own activity stream would look like http://example.com/members/[USERNAME]/activity/.

The [USERNAME] bit of the URL is added dynamically by BuddyPress. This means you need to use pictures, videos, diagrams and lots of text to send people to different locations within a BP site or you can use the widget and shortcodes this BuddyMenu BuddyLinks provides.

See ‘Other Notes’ section usage guide.

BuddyMenu Widget

The BuddyMenu Widget displays the main BP menus items:

  1. Activity
  2. Forums
  3. Friends
  4. Messages
  5. Profile
  6. Edit Profile
  7. Change Avatar
  8. Settings
  9. Menu
  10. Custom Links

BuddyMenu Widget’s Features

  1. Choose which menu tabs to display.
    1 Choose display order of menu tabs.
  2. Custom menu items.
  3. You can specify anchor text for each link.
  4. You can choose to display the menu as a vertical list or as a horizontal bar.
  5. The widget displays to those who are logged in only. Logged out users do not see the menu.
  6. Beautiful and stylish menu icons next to each menu link.
  7. Customize icons.
  8. Choose whether to display icons or not.
  9. Customize menu tab titles.

As easy to use as going to Appearance > Widgets and dragging the BuddyMenu widget into your sidebar or any other widget area.

BuddyMenu Shortcode

BuddyMenu Shortcode displays the BuddyPress menus tabs. Being a shortcode, it can be embedded in any page or post. If you use Ultimate TinyMCE you can even put the shortcode in a widget.

The BuddyMenu Shortcode Features

  1. Configurable menu titles, just like the widget.
  2. Vertical or horizontal alignment.
  3. Menu items can be switched off.
  4. Menu icons can be enabled or disabled.
  5. Menu icons can be customized.

BuddyLinks Shortcode

This is for adding single links within page and post content. Ideal for linking to a user’s profile, settings, personal activity stream or any other other BuddyPress page from within a post. For example, you’ve written a getting started guide for new members and you want to send them to upload an avatar; you can use the BuddyLinks shortcode to link to new users’ avatar upload page. The dynamic slug is created by BuddyLinks.

BuddyLinks Features

  1. In context BuddyPress linking.
  2. Ease of use.
  3. Link title and link anchor configuration.
  4. Quick links to each of the 8 pages found in the BuddyMenus.
  5. Configurable text for logged out visitors – tell them to login to follow the link or make the text non-clickable.
  6. Icons can be added to links. Use shortcode attributes to use icons from the default icon set or use a URL to a custom icon.

Instructions

BuddyMenu Widget

  1. Go to Appearance > Settings
  2. Find the BuddyMenu widget
  3. Drag it into a widget area
  4. Configure the menus to display, their titles, their icons and whether to display the menu horizontally or vertically.

This menu is not visible to visitors who are not logged in.

BuddyMenu Shortcode

BuddyMenu Shortcode displays a vertical or horizontal menu. You can change the anchor text of each menu tab. The link title tooltip will always be the same as the anchor text. Any of the menu tabs can be disabled. This menu is not visible to visitors who are not logged in.

New in version 2: Customize the menu icons

Enter the shortcode in any page, post or widget area (if you are set up to use shortcodes in widget areas).

The shortcode for the menu is:

[buddymenu]

The basic options/attributes are:

  1. bmact="" to change the activity tab
  2. bmfor="" to change the forum tab
  3. bmfri="" to change the friends tab
  4. bmmsg="" to change the messages tab
  5. bmpro="" to change the profile tab
  6. bmedpro="" to change the edit profile tab
  7. bmchav="" to change the change avatar tab
  8. bmset="" to change the settings tab
  9. bmlay="" to change the layout from horizontal to vertical

If no option is set, the full menu is displayed as a horizontal row. For example, using [buddymenu] will display the full menu where the shorcode is placed.

Setting any option to -1 will disable that option’s menu item.

Any text entered within the quotes of an option will become the link anchor text and the link title for that option’s menu item.

For example,

To show the full menu horizontally:

[buddymenu]

To show the full menu as a vertical list:

[buddymenu bmlay=”vertical”]

To show the menu without the activity tab:

[buddymenu bmact=”-1″]

To show the menu with the message tab text changed to Inbox:

[buddymenu bmmsg=”Inbox”]

To show a horizontal menu with the settings tab changed to Configs:

[buddymenu bmset=”Configs” bmlay=”horizontal”]

This menu is very useful in horizontal widget areas in multilingual environments.

The icon customization attributes are:

  1. bmacti="" sets the activity icon.
  2. bmfori="" sets the forum icon.
  3. bmfrii="" sets the friends icon.
  4. bmmsgi="" sets the messages icon.
  5. bmproi="" sets the profile icon.
  6. `bmedproi=”” sets the edit profile icon.
  7. `bmchavi=”” sets the change avatar icon.
  8. bmseti="" sets the settings icon.
  9. `bmicons=”0″ Disables all icons.

Put the URL to any image into an link icon attribute to use that image as the icon for that link.

For example,

[buddymenu bmicons=”0″] Disables all icons.

[buddymenu bmacti=”http://example.com/icon.png”] Will replace the default activity icon with the image at http://example.com/icon.png.

BuddyLinks

The BuddyLinks shortcode provides a stub URL that is dynamically generated by BuddyPress. This URL looks like example.com/members/[USERNAME]/. You need to provide the path that follows the username (represented by the asterisk in this case).

This shortcode is good for putting links to your network users’ pages in the content of your pages and posts.

None logged in users see the text “login to view this link” which links to the WordPress login page. This text link is configurable.

BuddyLinks has four main options/attributes:

  1. bllink="" for setting the link
  2. bltitle="" for setting the tooltip title
  3. bltext="" for setting the anchor text that users click
  4. blicon="" for configuring an icon for the link

If you provide no attributes, the shortcode returns a link to a user’s profile page with the anchor text “your profile”, no tool-tip title and no icon.

blicon="" can be used to display a custom icon or an icon from the plugin's default icon set. Accepted values are activity, friends, messages, profile, edit-profile, avatar and settings or any URL to an image.

For example,

To link to a logged in user’s activity page:

[buddylink bmlink=”activity” bltext=”your activity page”]

To link to a logged in user’s message inbox:

[buddylink bmlink=”messages/inbox” bltext=”view your inbox”]

To link to a logged in user’s message inbox with an icon accompanying the link:

[buddylink bmlink=”messages/inbox” bltext=”view your inbox” blicon=”messages”]

There are three options for controlling what non logged in users see:

  1. blolink="" for setting the link
  2. blotitle="" for setting the title
  3. blotext="" for setting the anchor text

By default, a non logged in user will see a link to your site’s login/registration page. To change that destination you could do something like this:

[buddylink bmlink=”messages/inbox” bltext=”view your inbox” blolink=”http://example.com/reasons-to-register” blotext=”reasons to register”]

QuickLinks

BuddyLinks has quicklinks built into it to facilitate quick placement of links to common BuddyPress areas.

Used with the [buddylink] shortcode, the options are:

  1. blq="act" to link to ‘activity’
  2. blq="for" to link to ‘forums’
  3. blq="fri" to link to ‘friends’
  4. blq="msg" to link to ‘messages’
  5. blq="pro" to link to ‘profile’
  6. blq="edpro" to link to ‘edit profile’
  7. blq="chav" to link to ‘change avatar’
  8. blq="set" to link to ‘settings’

Quicklinks can be used in conjuction with the blicon=”” attribute.

For example,

To link to a user’s activity page:

[buddylink blq=”act”]

To link to a user’s activity page and print a custom message to non logged in users:

[buddylink blq=”act” blotext=”You can’t go here because you’re not logged in!”]

QuickLinks do not accept custom title and link attributes except for those intended for non logged in users.

Contact

[General support]http://journalxtra.com/websiteadvice/wordpress/use-buddypress-dynamic-links-in-your-network-with-buddymenu-buddylinks/
and
[Commercial support]http://vizred.com/

Supported Languages

  • English
DomainExposuresHeadersLast Checked
k*n*t*k*d*m*e.gallery (WP 5.9.7) ⚠️ F 2026-07-27 17:29:06
e*t*a*r*i*a*y*o*f*e*b*r.com 🔓 👤 F 2026-07-17 20:55:00
b*i*a*e*i*b*l*t*.com (WP 6.4.5) ⚠️ F 2026-07-05 19:25:00

Top 50 Plugins

Plugin Count
elementor 1,780,332
contact-form-7 1,761,643
elementor-pro 1,056,820
woocommerce 818,776
revslider 612,633
jetpack 458,530
js_composer 422,984
wp-rocket 341,876
essential-addons-for-elementor-lite 266,765
complianz-gdpr 259,646
gravityforms 258,161
google-site-kit 232,552
cookie-law-info 230,233
instagram-feed 226,206
sitepress-multilingual-cms 211,819
header-footer-elementor 208,625
google-analytics-for-wordpress 207,114
bluehost-wordpress-plugin 192,856
elementskit-lite 181,864
gutenberg 167,592
cookie-notice 150,197
litespeed-cache 143,612
gtranslate 125,988
wpforms-lite 125,273
the-events-calendar 123,092
gutenberg-core 122,997
astra-sites 114,526
popup-maker 110,539
woocommerce-payments 110,325
tablepress 102,388
honeypot 98,272
astra-addon 94,440
coblocks 92,747
wp-smushit 91,567
duracelltomi-google-tag-manager 90,773
layerslider 90,048
all-in-one-seo-pack 89,708
bb-plugin 87,420
akismet 85,434
premium-addons-for-elementor 85,009
cleantalk-spam-protect 83,233
ml-slider 83,048
mailchimp-for-wp 82,495
megamenu 80,748
woocommerce-gateway-stripe 80,023
jet-engine 77,896
fusion-builder 77,691
ewww-image-optimizer 76,778
smart-slider-3 76,696
wp-pagenavi 76,624

Top 50 Themes

Theme Count
hello-elementor 623,749
Divi 499,945
astra 417,467
flatsome 137,507
Avada 122,020
generatepress 115,394
pub 85,688
oceanwp 81,186
kadence 79,284
enfold 69,387
salient 65,646
twentyseventeen 54,578
bb-theme 53,624
betheme 52,617
twentytwentyfour 52,381
blocksy 51,225
cocoon-master 49,280
dt-the7 45,668
twentytwentyfive 44,900
h4 42,746
woodmart 41,862
neve 38,404
Avada-Child-Theme 37,071
gox 36,283
bridge 31,655
twentytwentyone 30,482
lightning 29,891
twentytwenty 28,889
swell 27,934
bricks 26,543
Impreza 26,195
Newspaper 24,353
twentytwentythree 22,202
epik-redesign 19,222
twentytwentytwo 18,917
uncode 18,672
twentysixteen 17,669
pro 17,627
sydney 16,679
storefront 16,445
Total 14,542
hello-theme-child-master 14,047
factory-templates-4 13,726
extendable 13,073
themify-ultra 13,026
hestia 12,679
yootheme 12,627
yith-wonder 12,369
porto 12,045
twentyfifteen 11,873