Home Forums WordPress Plugins About topic-url display

Viewing 3 reply threads
  • Author
    Posts
    • #4851
      vinny
      Keymaster

      Hi Jung,

      That’s really weird. The topic URL is generated by bbpnns (not any of the add-ons) using this line of code:

      $url = apply_filters( 'bbpnns_topic_url', bbp_get_topic_permalink( $post_id ), $post_id, $title );

      As you can see, it will use whatever bbPress returns as the topic permalink, and pass it through the bbpnns_topic_url filter, which may not even exist.

      You should check your database for instances of the IP to see why this would be happening.

      Cheers,
      Vinny

    • #4862
      Jung Hsien
      Participant

      OK, I try it now.
      Thank you.

    • #4934
      vinny
      Keymaster

      Jung, is this still a problem? Can I close it as resolved?

    • #5009
      Jung Hsien
      Participant

      YES, It works find.
      Sorry late to reply.
      Thank you very much.

Viewing 3 reply threads
  • You must be logged in to reply to this topic.