Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mohan Chevuri

    (@mchev2)

    Try with regular expressions. It is the 3rd example on the plugin page. Here is an example.

    /.*\/about\/staff\/.*/

    This will show the widget on domain.com/username/about/staff/*

    I’ve been playing about with this but the URL is

    Example: mydomain.com/username/

    Buddypress users can overide the default url structure http://mydomain.com/profile/username/

    is it possible somehow to create a condition for logged in username

    username/*

    Thanks

    I’ve reverted back to Widget Logic.

    Buddypress has its own set of conditional tags to use. To display a widget for the user viewing their own profile use.

    bp_is_my_profile()

    More conditional tags to use for BP here.
    codex.buddypress.org/developer/template-tag-reference/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Buddypress URL's prepended with User/Member name’ is closed to new replies.