Home Forums WordPress Plugins About topic-url display

Viewing 4 reply threads
  • Author
    Posts
    • #4845
      Jung Hsien
      Participant

      I use bbPNNS/BuddyPress Bridge 1.3.4.1 & bbPress Notify (No-Spam) 1.15 in my website.
      Sometimes the topic-url show the ip not domain name in the email when I post new topic or replay.
      Both of my wordpress URL and website URL are set my domain name as well.

      How do I configure the properties and the topic-url in my notify email will show the domain name not the ip ?

      Thanks a lot.

      Attachments:
      You must be logged in to view attached files.
    • #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 4 reply threads
  • You must be logged in to reply to this topic.