Site logo

Archived topic

BUG: when pasting #reply URL in reply

8 replies · Started by Max on June 27, 2016

Viewing posts 1–9 of 9

Hey Tom.

I have just found a bug when using BBpress and GP theme. I will replicate it in a second post below so that you can see the effect.

Details:

If you right click on the (reply #number) in the top right of a topic reply, you can then click to copy link address.

If you then paste this address into a new reply form and submit, the result is a screwed up blockquote of the Topic name and some random graphics.

On my local host installation it also causes screen flicker in a loop.

I discovered this when trying to look for a quote replies solution.

Any chance we can do something to block/stop it.

Kind Regards

Max

Interesting, it seems to be the WordPress 4.4 content embed feature.

If you add some text before the link, then it doesn't happen (edited your post above).

Hopefully bbPress fixes this in their next update.

BTW, I definitely don't hate you! :)

Hey Tom

Thanks for your prompt reply.

Ok. So the problem is coming from BBpress not GP.

I will post the bug on the BBpress site. Is it ok if I link to this topic?

Kind Regards

Max

Sure - I'm not sure if it's bbPress directly, seems to be a combination of bbPress and the WordPress 4.4 content embeds.

It will stop WordPress from converting the URL to things like youtube videos into the actual video.

Currently, you can just add your youtube URL into your post, and WP will turn it into the embed.

With the above plugin, it will just show the URL.

The option to uncheck embed is already available in the back end of BBpress at: settings/forum/auto-embed links.

So the plugin I linked to doesn't really have anything to offer (other than stopping embeds in WP).

Another ham-fisted way around this bug it to use the css:

.bbp-reply-header a.bbp-reply-permalink {display:none}

(which by the way bbpress have done on their forums)

The downsides are:

1. no numbering reference on replies if someone want to quote or link to old reply.
2. In front end profile/replies no link on each reply to take user back to relevant thread.

What do you think is best: display or not display?

I think it's really preference - no right or wrong way.

This archived topic is closed to new replies.