MyBB Community Forums

Full Version: whats the tamplete !!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,



am really enjoying to use MyBB and really I will use it in my site, just am facing lel problems and I hope someone can help me out

I wanna know whats the tamplete thats in the Pic that am gonna attach it in this post, I hope to know whats the tamplete so I can edit it ASAP

[attachment=1112]

Thanks a lot
The Templates, Theme Sets and Graphis you are seeing is letting you know where you are currently on the board and you can click the drop down box to jump to another part of the forum
It's the template "forumdisplay_threadlist". You have to expand the forumdisplay templates first.

It's this part:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" align="left">
<!-- start icon legend -->
<table width="5%" cellspacing="0" cellpadding="2" border="0">
<tr>
<td nowrap="nowrap">
<img src="$theme[imgdir]/newfolder.gif" alt="$lang->new_thread" />&nbsp;&nbsp;<span class="smalltext">$lang->new_thread</span><br />
<img src="$theme[imgdir]/newhotfolder.gif" alt="$lang->new_hot_thread" />&nbsp;&nbsp;<span class="smalltext">$lang->new_hot_thread</span><br />
<img src="$theme[imgdir]/dot_folder.gif" alt="$lang->posts_by_you" />&nbsp;&nbsp;<span class="smalltext">$lang->posts_by_you</span>
</td>
<td nowrap="nowrap">
<img src="$theme[imgdir]/folder.gif" alt="$lang->no_new_thread" />&nbsp;&nbsp;<span class="smalltext">$lang->no_new_thread</span><br />
<img src="$theme[imgdir]/hotfolder.gif" alt="$lang->hot_thread" />&nbsp;&nbsp;<span class="smalltext">$lang->hot_thread</span><br />
<img src="$theme[imgdir]/lockfolder.gif" alt="$lang->locked_thread" />&nbsp;&nbsp;<span class="smalltext">$lang->locked_thread</span>
</td>
</tr>
</table>
</td>
<td valign="middle" align="right">
<table>
<tr><td align="right">$searchforum</td></tr>
<tr><td align="right">$forumjump</td></tr>
</table>
</td></tr>
</table>
Hi there,


-wolfden: thanks a lot for replying but you didn't got what I ment, its okik man, thanks a lot

-Michael83: thanks a lot Michael83, thats what I was searching for, and I edited it, and everythings working g8 and fine Smile


thanks for both of you


index