MyBB Community Forums

Full Version: OUGC Similar Threads Enhancement
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This plugin will show the first image of the first post inside the similar threads box in show thread page.

It will also allow you to show xThreads fields for that thread if you have it installed.

It also shows the first image of the thread in the forum display listing page.

https://github.com/Sama34/OUGC-Similar-T...hancement/

The available variables are:
forumdisplay_thread -> {$thread['post']['image']}
showthread_similarthreads_bit -> {$similar_thread['post']['image']}
showthread_similarthreads_bit -> {$similar_thread['threadfields']['_KEY_']}

If the first post has no image in it then no image will be displayed at all.