It is currently Thu Sep 02, 2010 8:28 am


Post a new topicPost a reply Page 1 of 32   [ 470 posts ]
Go to page 1, 2, 3, 4, 5 ... 32  Next
Author Message
 Post subject: [3.0.7] twilightBB v.1.0.14 - updated Mar 02
PostPosted: Thu Jul 10, 2008 7:24 pm 
Site Admin
User avatar

Joined: Wed Mar 22, 2006 4:52 pm
Posts: 5763
Location: DVD Drive
Style name: twilightBB
Style version: 1.0.14
phpBB version: 3.0.7
Description: Very dark fluid style.

Image

Demo:
http://gamexe.net/forum/viewtopic.php?style=6&f=1&t=1257

Screenshots:
Screenshot1

File Size: 366,333 bytes
Download File: twilightBB1014.zip

Imageset packs:
United States English
German
Russian
(feel free to create your own language packs and submit them!)

Rank Images:
Ex: Image
Click here to download ranks

PSD's:
Imagemenu
Imageposting
Imageprofile images

How to make style fixed width:
Spoiler: show
Open twilightBB/theme/stylesheet.css and find:
Code:
#container {
   height: 100%;
   background: #1C1C1C;
   width: 97%;
   text-align: left;
   border: 0;
   padding: 0;
   margin: 0 auto;
   min-width: 900px;
}

Remove min-width: 900px;, and replace width: 96%; with the values of your choice.


How to add a home button/another button in the header:
Spoiler: show
Upload home.png to imageset/YOURLANGUAGE
Open twilightBB/template/overall_header.html
Find:
Code:
<div id="header">
   <div id="menu">
      <ul id="nav">

After, add:
Code:
<li><a class="faq" href="#ADDURL" title="Home"><span>Home</span></a>

Open twilightBB/theme/stylesheet.css
Find:
Code:
.faq {
   background: url("{T_IMAGESET_LANG_PATH}/faq.png") 0 0 no-repeat;
}

After, add:
Code:
.home {
   background: url("{T_IMAGESET_LANG_PATH}/home.png") 0 0 no-repeat;
}

Find:
Code:
.faq span, .ucp span, .members span, .search span, .nonewpms span, .newpms span, .mcp span {
   display: none; text-indent: -5000px;
}

.faq:hover, .ucp:hover, .members:hover, .search:hover, .nonewpms:hover, .newpms:hover, .mcp:hover {
   background-position: 0 -50px;
}

Replace with:
Code:
.home span, .faq span, .ucp span, .members span, .search span, .nonewpms span, .newpms span, .mcp span {
   display: none; text-indent: -5000px;
}

.home:hover, .faq:hover, .ucp:hover, .members:hover, .search:hover, .nonewpms:hover, .newpms:hover, .mcp:hover {
   background-position: 0 -50px;
}

Now login to your ACP, clear cache and refresh your imageset and theme. For info on how to do that, refer to the FAQ posted in this forum.


For all support, feedback, comments, requests, etc for this style, please post in this topic.

Enjoy our phpBB styles? Help support us.

Version Changes:
1.0.12-1.0.14: Updated for phpBB 3.0.7. Menu buttons are now centered.
1.0.10-1.0.12: Posted on phpBB.com. Only 2 very minor changes.
1.0.8-1.0.10: Updated for phpBB 3.0.5 and 3.0.6. Also some IE fixes, and forumlist tables now align.
1.0.6-1.0.8: Various small fixes.
1.0.4-1.0.6: Updated for phpBB 3.0.4
1.0.2-1.0.4: Fixed the bug when content forces the container to expand.
1.0.0-1.0.2: Updated for phpBB 3.0.2.

_________________
My Rig: i7 920 D0 @ 3.8ghz / TRUE / EVGA E758 MOBO / Corsair 1000w HX / 6gb Corsair Dom 1600 / Sapphire 1gb 4870
Please do not PM me for support. That's what the forums are for.

Gifts: [x] [x] [x] [x] [x] [x] [x] [x]


Top
 Profile  
 
 Post subject: Re: [3.0.1] twilightBB v.1.0.0
PostPosted: Fri Jul 11, 2008 2:29 am 
Tryclyde
User avatar

Joined: Sun Aug 06, 2006 2:49 am
Posts: 1463
Location: Montreal,QC
Nice Theme :D

_________________
Image


Top
 Profile  
 
 Post subject: Re: [3.0.2] twilightBB v.1.0.2 - updated July 11
PostPosted: Fri Jul 11, 2008 10:47 am 
Site Admin
User avatar

Joined: Wed Mar 22, 2006 4:52 pm
Posts: 5763
Location: DVD Drive
Thanks, glad you like it. :)

_________________
My Rig: i7 920 D0 @ 3.8ghz / TRUE / EVGA E758 MOBO / Corsair 1000w HX / 6gb Corsair Dom 1600 / Sapphire 1gb 4870
Please do not PM me for support. That's what the forums are for.

Gifts: [x] [x] [x] [x] [x] [x] [x] [x]


Top
 Profile  
 
 Post subject: Re: [3.0.2] twilightBB v.1.0.2 - updated July 11
PostPosted: Sun Jul 13, 2008 7:24 am 
Mallow
User avatar

Joined: Fri May 23, 2008 6:50 am
Posts: 227
Location: Where you least suspect...
Wow! Great work on this. Very sleek and cool. :clap:

_________________
Image
Image
http://www.hidden-designers.com


Top
 Profile  
 
 Post subject: Re: [3.0.2] twilightBB v.1.0.2 - updated July 11
PostPosted: Sun Jul 20, 2008 11:06 am 
Site Admin
User avatar

Joined: Wed Mar 22, 2006 4:52 pm
Posts: 5763
Location: DVD Drive
Thanks. Glad you like it.

Also, I'd like to add that the PSD's for this style have been added to the first post. Admins should have an easier time customizing this style with the help of them.
Enjoy. :)

_________________
My Rig: i7 920 D0 @ 3.8ghz / TRUE / EVGA E758 MOBO / Corsair 1000w HX / 6gb Corsair Dom 1600 / Sapphire 1gb 4870
Please do not PM me for support. That's what the forums are for.

Gifts: [x] [x] [x] [x] [x] [x] [x] [x]


Top
 Profile  
 
 Post subject: Re: [3.0.2] twilightBB v.1.0.2 - updated July 11
PostPosted: Sun Jul 20, 2008 12:45 pm 
Newbie
User avatar

Joined: Sun Jul 20, 2008 12:41 pm
Posts: 1
Wow! this is awesome man!
Almost the best phpBB3 theme I found, congratulations! =)

I will do a little job maybe.. hehee... I will translate to spanish :heehee:
I'm searching since yesterday a black phpbb3 theme and I found it today :D

Thanks!


Top
 Profile  
 
 Post subject: i have a problem
PostPosted: Tue Jul 22, 2008 7:40 am 
Newbie

Joined: Tue Jul 22, 2008 7:32 am
Posts: 3
hi mister,i m from belgium (my english is bad,i speak french)

my problem is : i don't look "post reply","faq","members","edit", . . . the picture in my forum

please help me

i have the template : twilightBB 3.0.2 and my forum is version 3.0.2

sorry for my bad language . . .


thank you


Top
 Profile  
 
 Post subject: Re: [3.0.2] twilightBB v.1.0.2 - updated July 11
PostPosted: Tue Jul 22, 2008 9:43 am 
Site Admin
User avatar

Joined: Wed Mar 22, 2006 4:52 pm
Posts: 5763
Location: DVD Drive
Je n'ai pas pu comprendre ce que vouz avez dit, alors puissez vous repeter en francais? Bien que c'est la langue maternelle, ca devrait être plus facile à communiquer. :)

Oh, et btw, j'ai fusionné votre message dans ce sujet alors que c'est la place indiquée pour la discussion à propos du style twilightBB pour phpBB3.

_________________
My Rig: i7 920 D0 @ 3.8ghz / TRUE / EVGA E758 MOBO / Corsair 1000w HX / 6gb Corsair Dom 1600 / Sapphire 1gb 4870
Please do not PM me for support. That's what the forums are for.

Gifts: [x] [x] [x] [x] [x] [x] [x] [x]


Top
 Profile  
 
 Post subject: Re: [3.0.2] twilightBB v.1.0.2 - updated July 11
PostPosted: Tue Jul 22, 2008 10:31 am 
Newbie

Joined: Tue Jul 22, 2008 7:32 am
Posts: 3
merci beaucoup !

bon voila enfet j'ai installé le thème twilightBB v.1.0.2 et une fois que je l'ai mis par defaut sur mon forum ,aucune bouton n'apparait voici un screen du probleme : http://lfn.source.free.fr/beug.PNG

donc comme vous pouvez le voir,on ne vois pas les boutons orange et les boutons "post reply" ni les autres ...

information : subsilver et prosilver => il n'y a aucun problème avec ces 2 themes

merci beaucoup d'avoir fait attention a mon probleme !


Top
 Profile  
 
 Post subject: Re: [3.0.2] twilightBB v.1.0.2 - updated July 11
PostPosted: Tue Jul 22, 2008 11:12 am 
Site Admin
User avatar

Joined: Wed Mar 22, 2006 4:52 pm
Posts: 5763
Location: DVD Drive
Ah, ca c'est à cause qu'il n'existe pas encore des boutons pour autres langues que l'anglais. Une solution assez simple consiste de renommer le dossier 'en' à 'fr' dans styles/twilightBB/imageset/, mais avec cela, ces éléments seraient quand-même en anglais. Si tu veux, je pourrait traduire les boutons et les faires disponibles, ou, si tu possède Photoshop, tu peux téléchargé les PSD pour ces images et les modifiées toi-même.

_________________
My Rig: i7 920 D0 @ 3.8ghz / TRUE / EVGA E758 MOBO / Corsair 1000w HX / 6gb Corsair Dom 1600 / Sapphire 1gb 4870
Please do not PM me for support. That's what the forums are for.

Gifts: [x] [x] [x] [x] [x] [x] [x] [x]


Top
 Profile  
 
 Post subject: Re: [3.0.1] twilightBB v.1.0.0
PostPosted: Tue Jul 22, 2008 7:45 pm 
Newbie

Joined: Tue Jul 22, 2008 7:41 pm
Posts: 1
KillaH54 wrote:
Nice Theme :D


Top
 Profile  
 
 Post subject: Re: [3.0.2] twilightBB v.1.0.2 - updated July 11
PostPosted: Wed Jul 23, 2008 11:06 am 
Newbie

Joined: Tue Jul 22, 2008 7:32 am
Posts: 3
merci beaucoup sa marche impec !

grand merci !


Top
 Profile  
 
 Post subject: Re: [3.0.2] twilightBB v.1.0.2 - updated July 11
PostPosted: Wed Jul 23, 2008 1:45 pm 
Site Admin
User avatar

Joined: Wed Mar 22, 2006 4:52 pm
Posts: 5763
Location: DVD Drive
Pas d'problème. Et bonne chance avec le forum. :)

_________________
My Rig: i7 920 D0 @ 3.8ghz / TRUE / EVGA E758 MOBO / Corsair 1000w HX / 6gb Corsair Dom 1600 / Sapphire 1gb 4870
Please do not PM me for support. That's what the forums are for.

Gifts: [x] [x] [x] [x] [x] [x] [x] [x]


Top
 Profile  
 
 Post subject: Re: [3.0.2] twilightBB v.1.0.2 - updated July 11
PostPosted: Thu Jul 24, 2008 5:52 am 
Newbie

Joined: Thu Jul 24, 2008 5:48 am
Posts: 2
Hey there,
I dig this theme !!! :clap: :clap: :clap:
It looks realy slick and just what i need for my forum :D:D

Only 1 question;
I like the buttons to be centered and not lined out to the left.

I tried it by modify overall_header and center it there, but did not work.


Can u help me with that ?

Best regards
Alex Geertsema
Icemyride.nl/fusion/


Top
 Profile  
 
 Post subject: Re: [3.0.2] twilightBB v.1.0.2 - updated July 11
PostPosted: Thu Jul 24, 2008 8:12 am 
Site Admin
User avatar

Joined: Wed Mar 22, 2006 4:52 pm
Posts: 5763
Location: DVD Drive
Unfortunately, with CSS, it's currently impossible to centre an unordered list when its display is set to block: this is what is used to create the rollover effect. And so, if you wanted to center the elements, you'd have to use standard images rather than a list, which would then remove the rollover effect, unless you used javascript to reproduce it.

_________________
My Rig: i7 920 D0 @ 3.8ghz / TRUE / EVGA E758 MOBO / Corsair 1000w HX / 6gb Corsair Dom 1600 / Sapphire 1gb 4870
Please do not PM me for support. That's what the forums are for.

Gifts: [x] [x] [x] [x] [x] [x] [x] [x]


Top
 Profile  
 
Display posts from previous:  Sort by  
Post a new topicPost a reply Page 1 of 32   [ 470 posts ]
Go to page 1, 2, 3, 4, 5 ... 32  Next


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
twilightBB Style by Daniel St. Jules of Gamexe.net
Sponsors: Tattoo - Hughes Net offers - Casino Online - Rollup Banner Stands - Migrate to Sharepoint - Michael J Knapp
Halloween Costumes - Satellite Internet - Satellite Internet Packages - QToner.us - Mens Watch - San Diego Personal Trainer
Online Shopping - Banner Stands - - 800-511-2896 - Cheap Mobile Phone