MyBB Community Forums

Full Version: How do i fix this [Threadlist] [Forumdisplay]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello Mybb Community,

How do i fix this?
(http://prntscr.com/egmpfr)//http://i.img...xQN8Uj.png
[Image: 1xQN8Uj.png]
Thread titles do not accept HTML.
Could you provide a link to your forums please?
It looks like the title has HTML in it, MyBB does not allow that.
This would explain why it's broken for you.
Hi,
I believe your template is having wrong code, I will suggest contacting the theme dev about this.
You can also paste content of your forumdisplay_thread templates so that it can be solved.

Regards
WallBB
If i remove this: http://prntscr.com/egq82a and Place {username} than it works normaly...

Template forumdisplay_thread
<tr class="inline_row">
	<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}">&nbsp;</span>{$icon}</td>
	<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$avatarep_avatar['avatarep']}</td>
	<td class="{$bgcolor}{$thread_type_class}">
		{$attachment_count}
		<div>
		<span>{$prefix} {$gotounread}{$thread['threadprefix']}
		<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">
		<a href="{$thread['threadlink']}">{$thread['subject']}</a></span>{$thread['multipage']}</span>
		<div class="author smalltext">{$thread['profilelink']}</div>
		</div>
	</td>
	<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
	<td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['views']}</td>
	{$rating}
	<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: left;">
        <table border="0">
         <tr>
         <td>{$avatarep_lastpost['avatarep']}</td>
         <td>
		<span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
		<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
        </td>
        </tr>
        </table>
	</td>
{$modbit}
</tr>
(2017-03-06, 03:58 PM)Boet Wrote: [ -> ]If i remove this: http://prntscr.com/egq82a and Place {username} than it works normaly...

The issue seems to be with the username code then, can you paste it here? In code tags.
(2017-03-06, 04:01 PM)Nasyr Wrote: [ -> ]
(2017-03-06, 03:58 PM)Boet Wrote: [ -> ]If i remove this: http://prntscr.com/egq82a and Place {username} than it works normaly...

The issue seems to be with the username code then, can you paste it here? In code tags.

Hi Nasyr,

<span style="color: green;text-shadow: 0px 0px 5px #39c70d;"><strong><em>{username}</em></strong></span>
That seems to be okay, can you provide a link to your forums please?
(2017-03-06, 04:16 PM)Nasyr Wrote: [ -> ]That seems to be okay, can you provide a link to your forums please?

Ofcourse: Https://gamersweb.nl BE SURE YOU ARE CONNECTED WITH HTTPS!
(2017-03-06, 04:32 PM)Boet Wrote: [ -> ]
(2017-03-06, 04:16 PM)Nasyr Wrote: [ -> ]That seems to be okay, can you provide a link to your forums please?

Ofcourse: Https://gamersweb.nl BE SURE YOU ARE CONNECTED WITH HTTPS!

I have had a look and the output shows as such;
[attachment=38514]

Would you be able to create a second administrator account and send me the details?
I want to have a look through the templates and make some trial and error changes.
I haven't come across an issue like this before, the best solutions is some trial and error.
Pages: 1 2