MyBB Community Forums

Full Version: Issue with Thread Starter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been dealing with these problems for about a week, but I haven't been able to fix them one way. That's why I can't activate the site. I would be glad if someone volunteers to help me guide me in this matter.

https://imgyukle.com/i/TKtzeb
Make sure you have icon image file folders_sprite.png uploaded in correct path.
I uploaded it but again the result did not change Sad
Inspect the path the system is looking the file for.


[Image: imagefc820e1d141de8d6.gif]
<div class="avatar">
<a href="" title="Konuyu Başlatan "><img src="" alt=""></a>
</div>

<a href="" title="Konuyu Başlatan "><img src="" alt=""></a>



I think the link to the picture is not given. How can I make this arrangement?
Check your forumdisplay_thread template. The following line should be there:
<span class="thread_status {$folder}" title="{$folder_label}">&nbsp;</span>
(2020-11-24, 11:56 AM)efone Wrote: [ -> ]"Forumdisplay_thread" şablonunuzu kontrol edin. Aşağıdaki satır orada olmalıdır:
"<span class =" thread_status {$ folder} "title =" {$ folder_label} "> & nbsp; </span>`
Denedim ama düzenleyemedim Sad

Caps : 

https://imgyukle.com/i/TqXClY

<li class="forum_thread inline_row">
	<div class="avatar">
		<a href='{$flp_avatar['profile']}' title='Konuyu Başlatan {$flp_avatar['username']}'><img src='{$flp_avatar['avatar']}' {$flp_avatar['dimensions']} alt='' /></a>
	</div>	
		
	<div class="forum">
		<div class="icons"><span class="thread_status {$folder}" title="{$folder_label}">&nbsp;</span></div>
		<div class="icons2">{$icon}</div>
		<div class="icons3">{$thread['avatar']}<avatarep_uid_[{$thread['uid']}]>{$thread['avatarep']}<avatarep_uid_[{$thread['uid']}]>{$thread['avatarep']}{$attachment_count}</div>
		
		<h1>{$prefix} {$gotounread}{$thread['threadprefix']}<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><a href="{$thread['threadlink']}">{$thread['subject']}</a></span></h1>
		<p class="author smalltext">{$thread['profilelink']}</p>{$thread['multipage']}
	</div>
	
	{$rating}
	
	<div class="istatistikler">
		<dl><dt>Cevaplar</dt> <dd><a href="{$mybb->settings['bburl']}/misc.php?action=whoposted&tid={$thread['tid']}" onclick="MyBB.whoPosted({$thread['tid']}); return false;">{$thread['replies']}</a>{$unapproved_posts}</dd></dl>
		<dl><dt>Görüntüleme</dt> <dd>{$thread['views']}</dd></dl>
	</div>
	
	<div class="sonyorumlar">
		<dl>
			<dt><avatarep_uid_[{$thread['lastposteruid']}]><avatarep_uid_[{$thread['lastposteruid']}]>{$lastpostdate}</dt>
			<dd>{$avbr}{$avbr}{$lastposterlink}</dd>
		</dl>
	</div>
	
	{$modbit}
</li>
Will anyone help me with this? Come, I learned this is the last point.
Picture link below

[Image: logo.jpg]
I solved the problem, thanks ..