MyBB Community Forums

Full Version: Quick reply posting to wrong thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So i'm trying to implement the quick reply system on portal with the recent topics:

https://gyazo.com/d8f3f810c5382ff6e0d54f7c8b4e52a5

However, when trying to reply on any post it always replies on the first thread posted.

file edited: portal_announcement & showthread_quickreply

Any help is appreciated, thank you.

My announcement template: https://pastebin.com/KCRh3bc5
Use {$announcement['tid']} instead of {$tid}.
(2020-12-14, 10:13 PM)Omar G. Wrote: [ -> ]Use {$announcement['tid']} instead of {$tid}.

I will try this now, thank you for taking the time to look!  Big Grin

(2020-12-14, 10:13 PM)Omar G. Wrote: [ -> ]Use {$announcement['tid']} instead of {$tid}.

Worked! Much appreciated i've learnt something new!