MyBB Community Forums

Full Version: EDIT: New Posts icons not showing?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi,
I'm using the theme sky cotton but the search bar seems to out of line. I noticed there's a link on the nav bar to the search page so I'm wanting to get rid of the bar. How do I do this?
Thanks.

Site URL:
http://pokelight.comuf.com/



EDIT: The new posts icons aren't showing at the footer of the layout. Why? Thanks.
It's likely to be in the header template.
Ah, so it is, thanks! Smile
I now have another problem... the New Posts icons aren't showing at the bottom of the layout and I'd like them to. How do I do that?
It seems your site has just been taken offline by 000webhost, I can't see the problem to help.
Open header_welcomeblock_guest template and find and remove the following code;

<form action="search.php" method="post" style="padding-top: 8px;">

							<input type="hidden" name="action" value="do_search" />

							<input type="hidden" name="postthread" value="1" />

							<input type="hidden" name="forums" value="all" />

							<input type="hidden" name="showresults" value="threads" />

							<input type="text" name="keywords" value="Search..." onfocus="if(this.value == 'Search...') { this.value = ''; }" onblur="if(this.value=='') { this.value='Search...'; }" class="textbox" style="padding: 6px 26px 6px 6px; width: 140px; margin-left: 13px;" /><input type="submit" value="" class="search_go" />

						</form>
(2011-03-20, 02:48 PM)Solidus Wrote: [ -> ]It seems your site has just been taken offline by 000webhost, I can't see the problem to help.

It hasn't for me... I'll print screen it.
http://i53.tinypic.com/2eelbg4.png
On the index template, find,
{$boardstats}

and add below it,

<dl class="forum_legend smalltext">
	<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->no_new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
	<dd>{$lang->forum_locked}</dd>
</dl>
Uh, now it's gone kinda messed... can you view the forum yet?
No I can't view it.
Pages: 1 2