MyBB Community Forums

Full Version: Where to edit?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where can I edit this part?

http://dialatic.com/forumdisplay.php?fid=97&page=1

I want this following part gone...

Quote: New Posts
Hot Thread (New) Hot Thread (New)
Hot Thread (No New) Hot Thread (No New)

No New Posts No New Posts
Contains Posts by You Contains Posts by You
Locked Thread Locked Thread

Also the blue default footer.

What template are these in? I turned on template names, and clicked view source, but it doesn't say...

Also, can you tell me how to display the welcome block? I deleted the default code by mistake. Sad The one for logging in and stuff. It's like {$welcome} or something?

One more quick question... How can I remove this (http://dialatic.com/images/arrow_down.gif) image, so it doesn't show on the navigation thing when there's multiple pages in a section?
open this template: forumdisplay_threadlist
delete this:
<div class="float_left">
        <dl class="thread_legend smalltext">
            <dd><img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_thread}" title="{$lang->new_thread}" /> {$lang->new_thread}</dd>
            <dd><img src="{$theme['imgdir']}/newhotfolder.gif" alt="{$lang->new_hot_thread}" title="{$lang->new_hot_thread}" /> {$lang->new_hot_thread}</dd>
            <dd><img src="{$theme['imgdir']}/hotfolder.gif" alt="{$lang->hot_thread}" title="{$lang->hot_thread}" /> {$lang->hot_thread}</dd>
        </dl>
    </div>

    <div class="float_left">
        <dl class="thread_legend smalltext">
            <dd><img src="{$theme['imgdir']}/folder.gif" alt="{$lang->no_new_thread}" title="{$lang->no_new_thread}" /> {$lang->no_new_thread}</dd>
            <dd><img src="{$theme['imgdir']}/dot_folder.gif" alt="{$lang->posts_by_you}" title="{$lang->posts_by_you}" /> {$lang->posts_by_you}</dd>
            <dd><img src="{$theme['imgdir']}/lockfolder.gif" alt="{$lang->locked_thread}" title="{$lang->locked_thread}" /> {$lang->locked_thread}</dd>
        </dl>
    </div>
Thanks. Smile Any solutions to my other 3 or so problems? lol
Thanks a lot. This is solved. Smile