MyBB Community Forums

Full Version: Night Themes Series V2 (Blue / Blue (MP) / Green / Red / Pink) - Yellow Next
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
Hey, MAN! thats unfair jag spends alot of time fixing and repairing themes all greenday and all blue and rednight!Smile lol
Beautiful themes (Blue Night, in my case), however, how do I get rid of these custom boxes?

I don't have any use for them and so they're just standing there saying they can be edited.
PINK NIGHT is now OUT look in first post (or click here http://mods.mybboard.net/view/pink-night)

shadaik Wrote:Beautiful themes (Blue Night, in my case), however, how do I get rid of these custom boxes?

I don't have any use for them and so they're just standing there saying they can be edited.

Just use the plain Blue night (http://mods.mybboard.net/view/blue-night)

Pow-Mia Wrote:Hey, MAN! thats unfair jag spends alot of time fixing and repairing themes all greenday and all blue and rednight!Smile lol

Thanks Smile

yottabytewizard Wrote:Hey man, i found a problem on your theme 'Blue night'. I downloaded it from the mods website and from here and both have the same problem.

I'm unable to login with the form in the head section. It sends the password field empty, no matter what you time on it. (Redirected the form to submit it to my test.php which only shows the username/password that were sent).

I fixed that issue remplazing the 'onfocus' script you have with the one of MyBB Default Template, so I also added onblur...

this is the code:
onfocus="if(this.value == '{$lang->login_password}') { this.value=''; }" onblur="if(this.value=='') { this.value='{$lang->login_password}'; }" />
</form>

With this im able to login now.

That seems odd for me it works fine and I'm using firefox. Ill have a look into it though Smile
Oh, easy as that. Shy

ThanksSmile
thanks for nice themes [ blue night ] and iam used, but... how can i put image my forum's logo?

I see just edited text themes blue night and jag100.

thanks for attention
Just where the test is in the header template add <img> tags to show your logo
hi I instaled theme blue night... and I can't change logo because when I past code

    <div class="logo" align="center">
<img src="http://i22.tinypic.com/16kykr7.png" border="0" alt="www.erape.i365.pl">
            </div>

logo is over forum, screen:
http://imageerape.110mb.com/katalog/bzyk1.JPG

And my question is: how change logo in theme Blue Night ?
you must give
<a href="yourdomain"
and add your img
<img src="http://i22.tinypic.com/16kykr7.png" border="0" alt="www.erape.i365.pl">

so,your code for logo's forum is
<a href="yourdomain"=<img src="http://i22.tinypic.com/16kykr7.png" border="0" alt="www.erape.i365.pl">

this is my code for my forum :
<div id="header"><center><a href="http://bravoes.com"><img src="http://img389.imageshack.us/img389/6986/pegasus18mg4.gif" border="0" alt="Image Hosted by ImageShack.us"/></a></center>
<div id="logo">
	</div><div id="menu">
		<ul>
			<li class="active"><a href="$settings[homeurl]">$settings[homename]</a></li>
			<li><a href="$settings[bburl]/index.php">Home</a></li>
			<li><a href="$settings[bburl]/search.php">Search</a></li>
			<li><a href="$settings[bburl]/memberlist.php">$lang->toplinks_memberlist</a></li>
			<li><a href="$settings[bburl]/calendar.php">$lang->toplinks_calendar</a></li>

		</ul>
	</div>

</div>
<div id="container"><br />
{$welcomeblock}	
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
<br/><center><a href=http://www.bravoes.com/ target=_blank><img src=http://img220.imageshack.us/img220/1323/bravoe1ei1.gif border=0></a></CENTER><br/>
heh... when i use benks code
<a href="www.erape.i365.pl"><img src="http://i22.tinypic.com/16kykr7.png" border="0" alt="www.erape.i365.pl">

that looks: screen:
http://imageerape.110mb.com/katalog/bzyk3.JPG

what i can do?
pavlos89 Wrote:heh... when i use benks code
<a href="www.erape.i365.pl"><img src="http://i22.tinypic.com/16kykr7.png" border="0" alt="www.erape.i365.pl">

that looks: screen:
http://imageerape.110mb.com/katalog/bzyk3.JPG

what i can do?

Try this...
<a href="www.erape.i365.pl"><img src="http://i22.tinypic.com/16kykr7.png" border="0" ></a>
Pages: 1 2 3 4 5 6 7