Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change Comment Author link

  • @tjbrewers

    Participant

    I’m running a WPMU with BuddyPress on the subdomain/secblog. All users of all sites are BP members, i.e. registration is through the BP site. On the main site, when a user posts a comment, the link shows mainsite.com/members/username instead of bp.mainsite.com/members/username.

    1) Shouldn’t it show bp.mainsite.com/members/username?
    2) I’d like to filter into (through my child template’s function.php) comment-template.php to change the url. How do I do that?

    Thank you, Tonya

Viewing 5 replies - 1 through 5 (of 5 total)
  • @mercime

    Participant

    Did you also add `define ( ‘BP_ENABLE_MULTIBLOG’, true );` to wp-config.php?

    @tjbrewers

    Participant

    @mercime Yes
    define ( ‘BP_ROOT_BLOG’, 4 );
    define ( ‘BP_ENABLE_MULTIBLOG’, true );

    @djpaul

    Keymaster

    If you have multiblog enabled, no, it will point to the current blog, not your “main” blog.

    @tjbrewers

    Participant

    @Paul So should I remove define ( ‘BP_ENABLE_MULTIBLOG’, true );

    @tjbrewers

    Participant

    Removing define ( ‘BP_ENABLE_MULTIBLOG’, true ); took care of it. Thanks for your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Comment Author link’ is closed to new replies.
Skip to toolbar