MyBB Community Forums

Full Version: Link back to original post?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible, when clicking on a quote within a post, to be redirected back to the original post that the quote was from?
if quote button is used at the original post then
quoted content already consists of back link at the top of the quoted content.
[Image: XgrKe1T.png]
are you missing it ? if so provide a test url.
(2017-01-23, 07:06 AM).m. Wrote: [ -> ]if quote button is used at the original post then
quoted content already consists of back link at the top of the quoted content.
[Image: XgrKe1T.png]
are you missing it ? if so provide a test url.

Yes, I'm missing it.

Thanks for confirming. I thought there used to be that green arrow.

I'm not seeing it anymore.

You can look throughout this page, and see the green arrow isn't there anymore.

http://sacramentokingsforum.net/showthre...220&page=4


I think I need to upgrade from 1.8.9 to 1.8.10, as hitting the quote button then selecting the quote hasn't been working lately either. I described the problem in this thread:

https://community.mybb.com/thread-206635...pid1260645
I upgraded to 1.8.10.

This still exists.

Please help.

Also, does my quick editor look right, in terms of the template?

Something about it looks off, but maybe it's just me.

If it's off, can someone please help fix it?

[Image: 7EzB8gt.png]
Bump.
(2017-01-23, 07:06 AM).m. Wrote: [ -> ]if quote button is used at the original post then
quoted content already consists of back link at the top of the quoted content.
[Image: XgrKe1T.png]
are you missing it ? if so provide a test url.

Can someone please help?

Also, ignore the question about the quick editor for now, as I'm trying Rin editor right now.

I did somehow lose the smilies though in the quick editor.  It was there even after switching to Rin editor, but 30-60 minutes after switching, it disappeared.  What I mean is that I'm missing the smilies box on the left side.  That somehow disappeared sometime after switching to Rin editor, but it was initially present after the switch.
check content of postbit_gotopost template
<a href="{$url}" class="quick_jump"></a>

looks like you have code similar to below
Quote:<a href="{$url}" class="oembed"></a>

if so, you can change it to:
Quote:<a href="{$url}" class="oembed quick_jump"></a>
(2017-02-01, 04:08 AM).m. Wrote: [ -> ]check content of postbit_gotopost template
<a href="{$url}" class="quick_jump"></a>

looks like you have code similar to below
Quote:<a href="{$url}" class="oembed"></a>

if so, you can change it to:
Quote:<a href="{$url}" class="oembed quick_jump"></a>

Thanks.

I changed the postbit_gotopost template to this:

 <a href="{$url}" class="oembed quick_jump"></a>

I still don't see the green arrow.

What else can I try?

Also, if something is off about one of the templates, how come it's not showing up when I do find updated templates?  Shouldn't it show up in a diff?
1. revert your postbit_gotopost template back to:

 <a href="{$url}" class="quick_jump"></a>

2. upgrade to the latest version of the AutoMedia plugin to fix this error
https://community.mybb.com/thread-55969-...pid1262096
This works now.

Thanks.