- This topic has 4 replies, 2 voices, and was last updated 8 years ago by .
Viewing 4 reply threads
Viewing 4 reply threads
- You must be logged in to reply to this topic.
Home › Forums › WordPress Plugins › About topic-url display
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.
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
OK, I try it now.
Thank you.
Jung, is this still a problem? Can I close it as resolved?
YES, It works find.
Sorry late to reply.
Thank you very much.
© UseStrict Consulting - All rights reserved