• I changed page of activity ul to something like:

    xxx.com/news instead of xxx.com/activity

    but click on hashtags in the single activity, redirected to default url… ;(

    anyway to fix? or have to change slug back?

    previous version doesn’t have this problem, allow me to use customized-activity-slug…

    https://www.ads-software.com/plugins/hashbuddy/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Keno

    (@tangpage)

    or how to redirect any url like:

    xxx.com/activity/xxxxxx

    to

    xxx.com/news/xxxxx

    cuz, some old hashtags still linked to url with old construction.

    any idea? ; )

    @tangpage – If you still need a solution to the above and if I’ve followed you correctly, then you need to look at the file hashbuddy/includes/hashbuddy.php and around line 10:
    $activity_url = trailingslashit( get_bloginfo('url') ) . BP_ACTIVITY_SLUG; and change it to whatever your page slug is: eg: $activity_url = trailingslashit( get_bloginfo('url') ) . BP_NEWS_SLUG;

    Hope that works for you. Worked for me.

    Thread Starter Keno

    (@tangpage)

    : ) Thank you, @madcap66

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘default activity url, changed slug… anyway to fixed?’ is closed to new replies.