MyBB Community Forums

Full Version: Image icon link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using the xthreads plugin but just wondered if someone on here can help? The images to my 3 forum packages are currently linking to just the uploaded picture and I need them to link to my post. can anyone advise what I need to cange to make that happen?

Affected page is :
http://www.boardhub.org/Forum-Forum-Posting-Service

In default templates > ForumDisplay_Thread:

<div>			<span>{$GLOBALS['threadfields']['timg']['value']} {$prefix}{$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>			<div class="author smalltext">{$thread['profilelink']}</div>		</div>