News:

Join the Facebook Fan Page.

Main Menu

Bleen

Started by .Darkman, January 01, 2007, 07:05:05 AM

Previous topic - Next topic

.Darkman

Link to the theme


Bleen is a cool, bright theme.
It goes well with all kinds of Forums.

Features :-
  Custom HTML Header box.
  Custom HTML Footer box.
  Custom Smileys.
  Custom Message Icons.

I have also uploaded the PSD of the LOGO.

Demo : http://gfxindia.com/forums/index.php?theme=4



Tested in 1.1 and 1.1.1

Clever Tutorials - One place for all of them . . .
SMF Theme Works



loudog

Great theme!! One question... is there anyway to make not as wide. Thanks!!

GameSuxx

Hello,

I miss the "My Messages" Button in the Navi and the Messagefield for "unread PM`s" seems to be not correctly working.

THX
Gamie

Wer lesen kann, is klar im Vorteil !

.Darkman

You can add the "my messages" button yourselves. It is easy.

Clever Tutorials - One place for all of them . . .
SMF Theme Works



GameSuxx

OK.... :D

What have I to do ?

Wer lesen kann, is klar im Vorteil !

.Darkman

Search in index.template.php for :

// Show the [home] and [help] buttons.
echo '
<a href="', $scripturl, '">', $txt[103], '</a>', $context['menu_separator'], '
<a href="', $scripturl, '?action=help">', $txt[119], '</a>', $context['menu_separator'];

// How about the [search] button?
if ($context['allow_search'])
echo '
<a href="', $scripturl, '?action=search">', $txt[182], '</a>', $context['menu_separator'];

Replace with :

// Show the [home] and [help] buttons.
echo '
<a href="', $scripturl, '">', $txt[103], '</a>', $context['menu_separator'], '
<a href="', $scripturl, '?action=help">', $txt[119], '</a>', $context['menu_separator'];

// [My Messages} button.
if ($context['user']['is_guest'])
{
echo '';

}
// [My Messages} button.
else
echo '
<a href="', $scripturl, '?action=pm">My Messages</a>';

// How about the [search] button?
if ($context['allow_search'])
echo '
<a href="', $scripturl, '?action=search">', $txt[182], '</a>', $context['menu_separator'];

Clever Tutorials - One place for all of them . . .
SMF Theme Works



GameSuxx

Hi,

I have done that, but cant see the Button.....I changed the language to english too.  :o

Wer lesen kann, is klar im Vorteil !

.Darkman

you will see it only if you are logged in.

Clever Tutorials - One place for all of them . . .
SMF Theme Works



GameSuxx

LoL....i know that,

but there is NO Button at all ! Thake a look... http://forum.esportbase.de [nofollow]

Wer lesen kann, is klar im Vorteil !

.Darkman

try this

// Show the [home] and [help] buttons.
echo '
<a href="', $scripturl, '">', $txt[103], '</a>', $context['menu_separator'], '
<a href="', $scripturl, '?action=pm">My Messages</a>', $context['menu_separator'], '
<a href="', $scripturl, '?action=help">', $txt[119], '</a>', $context['menu_separator'];



// How about the [search] button?
if ($context['allow_search'])
echo '
<a href="', $scripturl, '?action=search">', $txt[182], '</a>', $context['menu_separator'];

Clever Tutorials - One place for all of them . . .
SMF Theme Works



inbetwee

Find in the default theme the Modificantions.english.php
and add this:  $txt['My Message'] = ''My Message'';
You can do it the same whit  Modificantions.german.php if you want the german launguage.

Inbetwee

GameSuxx

Quote from: inbetwee on January 21, 2007, 03:11:34 PM
Find in the default theme the Modificantions.english.php
and add this:  $txt['My Message'] = ''My Message'';
You can do it the same whit  Modificantions.german.php if you want the german launguage.

Inbetwee

Hi,
I have done that so:

<?php
// Version: 1.1; Modifications
$txt['My Message'] = ''My Message'';

?>


After that I become an error like this one:

syntax error, unexpected T_STRING

Wer lesen kann, is klar im Vorteil !

GameSuxx

Quote from: .Darkman on January 21, 2007, 12:24:11 PM
try this

// Show the [home] and [help] buttons.
echo '
<a href="', $scripturl, '">', $txt[103], '</a>', $context['menu_separator'], '
<a href="', $scripturl, '?action=pm">My Messages</a>', $context['menu_separator'], '
<a href="', $scripturl, '?action=help">', $txt[119], '</a>', $context['menu_separator'];



// How about the [search] button?
if ($context['allow_search'])
echo '
<a href="', $scripturl, '?action=search">', $txt[182], '</a>', $context['menu_separator'];


YES....thats it !  :D

Thanks for all the good ideas...to Darkmen and inbetwee

Wer lesen kann, is klar im Vorteil !

loudog

Darkman, anyway to make it so its not quite as wide. Thanks Lou

.Darkman

What do you mean as wide ?
You want to make it less wide ?

Clever Tutorials - One place for all of them . . .
SMF Theme Works



loudog


.Darkman

Search for this in style.css :

#wrap {
margin: 0 auto 0 auto;
text-align: left;
width: 850px;
    padding: 0px 20px 20px 20px;
}


Change the 850px to any width that you'd wish.

Clever Tutorials - One place for all of them . . .
SMF Theme Works



loudog

Thanks!! Worked great

.Darkman

That is taken from default theme.

Clever Tutorials - One place for all of them . . .
SMF Theme Works



srbija

Quote from: .Darkman on January 23, 2007, 08:18:51 PM
That is taken from default theme.

Yes, I see, because I delete my question,sorry.

I install this theme, its very good.


Advertisement: