Home › Forums › WordPress Plugins › change in topic url
- This topic has 2 replies, 2 voices, and was last updated 7 years, 8 months ago by Chris.
-
AuthorPosts
-
-
February 7, 2017 at 1:34 pm #5078ChrisParticipant
Hi Vinny –
It seems that after the latest update to the bbpnns plugin, the “Topic URL” has changed in the notification emails that are sent (for New Topics as well as Replies).
I hope I’m not overlooking something obvious, but I am not sure why it’s happening.
I’m including an example of ‘before and after’ . . . the ‘before’ is a more “user friendly” looking link . . . although it connects correctly either way.example of before the update:
http://www.domain.com/wp_dir/forums/topic/name-of-forum-topicexample of after the update:
http://www.domain.com/wp_dir/?bbpnns-pgb-gateway=1&redirect_to=http%3A%2F%2Fwww.domain.com%2Fwp_dir%2Fforums%2Ftopic%2Fname-of-forum-topicEither way, the link still works.
It’s just a bit ‘prettier’ the short way. Is this an easy thing to change back?Thanks –
Chris -
February 7, 2017 at 1:38 pm #5113vinnyKeymaster
Hi Chris,
The big problem is that the old way didn’t work for forums that required people to be logged in. The new way shows the login screen if they’re not logged in, and then takes them back to the topic.
What you can do is to change the mailout template to use HTML and set the mailout preference to HTML or both. that way you can put the shortcode inside an a tag that will simply hide the long URL.
For example, in the mailout template screen under Forums > Email Notifications, add this:
Topic URL: <a href="[topic-url]">[topic-title]</a>
Cheers,
Vinny -
February 7, 2017 at 3:22 pm #5115ChrisParticipant
Perfect! – as always!
Thank you, again, for your incredibly quick answer.
Your support is AWESOME! Unmatched – anywhere!
-
-
AuthorPosts
- You must be logged in to reply to this topic.