MyBB Community Forums

Full Version: Xthreads experts needed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My forum is still under construction and not available for the public, it's a forum for my company warhood, I am using the plugin Xthreads, it's absolutely amazing but there are a few errors that need to be fixed and I hope that someone on MyBB could help for free, cause of Covid my company got really hit hard... and for that reason is that I need help with a few things on xthreads, nobody on the forums is replying or reacting on comments. (forum xthreads)

My gallery is somehow showing double titles from posts, images that don't exist. is there anyone happy to help? and when you click the image it will show the description but not the image, how can this be solved?

and the shop has a security issue with the webshop that I don't know what I am doing wrong?
Maybe someone could help with this:

<td width="50%" valign="top">
 <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
 <tr>
 <td class="thead" colspan="{$colspan}" align="center">
 <strong><a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a></strong>
 </td>
 </tr>
 <tr>
 <td class="tcat smalltext" align="center">
 <strong>{$thread['profilelink']}, {$thread['threaddate']} at {$thread['threadtime']}</strong>
 </td>
 {$modbit}
 </tr>
 <tr>
 <td class="trow1" align="center" valign="middle" colspan="{$colspan}">
 <table width="100%" border="0" style="height: 189px;">
 <tr>
 <td width="1" align="center" valign="middle">
 <a href="{$thread['threadlink']}">{$GLOBALS['threadfields']['trdfimg']['value']}</a>
 {$rating}
 </td>
 <td valign="top" align="center">
 <div align="center"><strong>Quantity:</strong></div>
 <div align="center" style="color: green; font-size: 16px;">
 <strong>{$GLOBALS['threadfields']['trdfquantity']}</strong>
 </div>
 <br />
 <div align="center">
 <strong>{$GLOBALS['threadfields']['trdfminmax']}<br />$ {$GLOBALS['threadfields']['trdfprice']} For {$GLOBALS['threadfields']['trdfet']}!</strong>
 </div>
 <br />
 <img src="{$theme['imgdir']}/{$GLOBALS['threadfields']['trdftnt']}.png" alt="Need To {$GLOBALS['threadfields']['trdftnt']}" title="Need To {$GLOBALS['threadfields']['trdftnt']}" />
 <img src="{$theme['imgdir']}/{$GLOBALS['threadfields']['trdfstatus']}.png" alt="{$GLOBALS['threadfields']['trdfstatus']}" title="{$GLOBALS['threadfields']['trdfstatus']}" />
 <img src="{$theme['imgdir']}/{$GLOBALS['threadfields']['trdfcond']}.png" alt="{$GLOBALS['threadfields']['trdfcond']}" title="{$GLOBALS['threadfields']['trdfcond']}" />
 <br />
 </td>
 </tr>
 </table>
 </td>
 </tr>
 <tr>
 <td class="tcat" colspan="{$colspan}" align="center">
 <strong>Payment: {$GLOBALS['threadfields']['trdfpayment']}</strong>
 </td>
 </tr>
 <tr>
 <td class="tfoot" align="center" colspan="{$colspan}">
 <strong>{$thread['views']} Views,
 <a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts} Responds</strong>
 </td>
 </tr>
 </table>
</td>

what has this code above for a problem?

Other xthreads are working correctly.

If you like to help for free I will invite you to the staff team Wink