BetaArchive Logo
Total Current Archive Size: 4765.54GB in 15409 files
Navigation Home Screenshots Image Uploader Server Info FTP Servers Wiki Forum RSS Feed Rules Please Donate
UP: 9d, 9h, 29m | CPU: 18% | MEM: 5625MB of 12279MB used
{The community for beta collectors}

Post new topic Reply to topic  [ 25 posts ] 
Author Message
 PostPost subject: Themes!        Posted: Sun Aug 20, 2006 2:16 am 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Sat Aug 19, 2006 12:45 am

Posts
33
I don't like subSilver :), especially with this different font. Would it be possible to get a couple darker themes installed?


Top  Profile
 PostPost subject: Re: Themes!        Posted: Sun Aug 20, 2006 2:51 am 
Site Administrator
Site Administrator
User avatar
Offline

Joined
Fri Aug 18, 2006 11:47 am

Posts
11402

Location
Merseyside, United Kingdom

Favourite OS
Microsoft Windows 7 Ultimate x64
Jordan wrote:
I don't like subSilver :), especially with this different font. Would it be possible to get a couple darker themes installed?


We are working on getting some new themes but we need to get together a suitable list and get the community to vote.

_________________
Image


Top  Profile  WWW
 PostPost subject:        Posted: Tue Aug 22, 2006 8:29 am 
Ex OSBA Member
Ex OSBA Member
User avatar
Offline

Joined
Tue Aug 22, 2006 3:30 pm

Posts
411

Location
Essex, UK

Favourite OS
Gentoo
And better Emotions would be nice too :wink:

_________________
The better candies are in the cage


Top  Profile  WWW  ICQ  YIM
 PostPost subject:        Posted: Tue Aug 22, 2006 9:38 pm 
Ex OSBA Member
Ex OSBA Member
Offline

Joined
Sat Aug 19, 2006 1:25 am

Posts
591

Location
Israel
kichimi wrote:
And better Emotions would be nice too :wink:
You mean emoticons, right?


Top  Profile
 PostPost subject:        Posted: Fri Sep 22, 2006 7:06 am 
Ex OSBA Member
Ex OSBA Member
User avatar
Offline

Joined
Tue Aug 22, 2006 3:30 pm

Posts
411

Location
Essex, UK

Favourite OS
Gentoo
i assume lol

Admin Note: Please dont bring up old topics. Read the rules.

_________________
The better candies are in the cage


Top  Profile  WWW  ICQ  YIM
 PostPost subject:        Posted: Sun Oct 01, 2006 2:50 am 
This forum really needs a new theme, as the current one is horrible IMO.


Top
 PostPost subject:        Posted: Sun Oct 01, 2006 2:51 am 
Site Administrator
Site Administrator
User avatar
Offline

Joined
Fri Aug 18, 2006 11:47 am

Posts
11402

Location
Merseyside, United Kingdom

Favourite OS
Microsoft Windows 7 Ultimate x64
themodernizer wrote:
This forum really needs a new theme, as the current one is horrible IMO.


If you can integrate the rest of the site then feel free but as of now it cant be done so the theme stays. Maybe a colour change will help? Suggestions welcome.

_________________
Image


Top  Profile  WWW
 PostPost subject:        Posted: Sun Oct 01, 2006 5:36 am 
Guru Beta Collector
Guru Beta Collector
User avatar
Offline

Joined
Mon Sep 04, 2006 1:45 pm

Posts
734

Location
Norway

Favourite OS
HP keystroke RPL
It cant be that hard to implement the rest in another skin.
I mean, it's just a table at the top and maybe some CSS.

+ AFAIK all phpBB2 themes use the same template/inlucde system, so just rip out the header from the current and slap it in the new theme....


Top  Profile  WWW
 PostPost subject:        Posted: Sun Oct 01, 2006 5:38 am 
Site Administrator
Site Administrator
User avatar
Offline

Joined
Fri Aug 18, 2006 11:47 am

Posts
11402

Location
Merseyside, United Kingdom

Favourite OS
Microsoft Windows 7 Ultimate x64
Yes but how do you select the theme for the rest of the site? Its fine for the forum but its not as easy for the rest of the site. Unless the rest of the site stays on this theme and I simply mod the forum skin.

_________________
Image


Top  Profile  WWW
 PostPost subject:        Posted: Sun Oct 01, 2006 5:49 am 
Guru Beta Collector
Guru Beta Collector
User avatar
Offline

Joined
Mon Sep 04, 2006 1:45 pm

Posts
734

Location
Norway

Favourite OS
HP keystroke RPL
Well, just setting subSilver as deafult on the forum and installing some other themes in the forum would be the easy way out.

But the rest of the site, I don't really see any subSilver references besides a stripped down css file with colours and that horrible scrollbar-mod.

You could do something like :
A script to return the logged in users current css file for the rest of the site.
Of course the site needs to be similar in classes and such to the theme, otherwise the style may not be applied correctly.

This is indeed trickier than I thought.

Also, the Front page has colours hard-coded in html, why?

Edit: The front page has a lot of designcode inlined when using a separate CSS-file would be more maintainable, and more bandwith friendly.


Last edited by longview on Sun Oct 01, 2006 8:52 pm, edited 1 time in total.

Top  Profile  WWW
 PostPost subject:        Posted: Sun Oct 01, 2006 5:52 am 
Site Administrator
Site Administrator
User avatar
Offline

Joined
Fri Aug 18, 2006 11:47 am

Posts
11402

Location
Merseyside, United Kingdom

Favourite OS
Microsoft Windows 7 Ultimate x64
Its hard coded because its difficult to use a sql database for something so simple. Its not exactly built into phpbb, its just a template thats the same. Ill have a little think and see what I can do.

All I can think of so far is add templates and mod the header to have the nav bar in it at the top.

_________________
Image


Top  Profile  WWW
 PostPost subject:        Posted: Sun Oct 01, 2006 6:01 am 
Guru Beta Collector
Guru Beta Collector
User avatar
Offline

Joined
Mon Sep 04, 2006 1:45 pm

Posts
734

Location
Norway

Favourite OS
HP keystroke RPL
Looking over the rest, I can see the theme is also a bandwith-hog.

First, place all CSS in a separate file, then go through the rest of the template and weed out stuff like:
Code:
body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4"

It's already defined is CSS, so it's just wasting bandwith.

Do the same for that huge JavaScript in the posting mode.

It shouldnt take more than 10-20 minutes to do the file-separation.


Top  Profile  WWW
 PostPost subject:        Posted: Sun Oct 01, 2006 6:02 am 
Site Administrator
Site Administrator
User avatar
Offline

Joined
Fri Aug 18, 2006 11:47 am

Posts
11402

Location
Merseyside, United Kingdom

Favourite OS
Microsoft Windows 7 Ultimate x64
Maybe so but every time phpbb is updated I have to do it again. Thats why modding is no option. Original templates/themes with no modding or nothing. Sorry.

_________________
Image


Top  Profile  WWW
 PostPost subject:        Posted: Sun Oct 01, 2006 12:32 pm 
Ex OSBA Member
Ex OSBA Member
Offline

Joined
Thu Aug 24, 2006 6:28 pm

Posts
351
It wouldn't be that hard to recode your portal to use phpBB templates.


Top  Profile
 PostPost subject:        Posted: Sun Oct 01, 2006 4:36 pm 
Site Administrator
Site Administrator
User avatar
Offline

Joined
Fri Aug 18, 2006 11:47 am

Posts
11402

Location
Merseyside, United Kingdom

Favourite OS
Microsoft Windows 7 Ultimate x64
But the point is how will the server know which template to serve up? Its not linked directly to phpbb, its just a static page. Id have to jump into the sql database to find out which one you want, something i dont know how to do or want to mess with.

_________________
Image


Top  Profile  WWW
 PostPost subject:        Posted: Sun Oct 01, 2006 6:33 pm 
Guru Beta Collector
Guru Beta Collector
Offline

Joined
Fri Aug 18, 2006 12:05 pm

Posts
698

Location
Or-stray-liagh
Hmm, if you didn't want to worry aboot getting the themes between phpBB and the rest of the site to be the same, how about you use some kind of CMS and integrate phpBB into it? Then, you could set the theme in the CMS to something, and phpBB would follow. Just a thought...

_________________
pr0gram the pr0grammer
BetaArchive retiree | OSBA Expat


Top  Profile
 PostPost subject:        Posted: Sun Oct 01, 2006 8:45 pm 
i know this is out of the blue, but this site may look good with the XP watercolor theme. it looks good on my browser, i dunno, just a crazy thought, nevermind me...


Top
 PostPost subject:        Posted: Sun Oct 01, 2006 10:35 pm 
Site Administrator
Site Administrator
User avatar
Offline

Joined
Fri Aug 18, 2006 11:47 am

Posts
11402

Location
Merseyside, United Kingdom

Favourite OS
Microsoft Windows 7 Ultimate x64
The Warrior Crixus wrote:
i know this is out of the blue, but this site may look good with the XP watercolor theme. it looks good on my browser, i dunno, just a crazy thought, nevermind me...



Could you post a screenshot? Im going to look for some themes soon and Ill probably leave the rest of the site with this theme, the subsilver, but have the forum any theme you want.

_________________
Image


Top  Profile  WWW
 PostPost subject:        Posted: Thu Oct 05, 2006 1:42 pm 
Ex OSBA Member
Ex OSBA Member
User avatar
Offline

Joined
Sat Aug 26, 2006 11:28 am

Posts
44

Location
Australia
This Is An Xp Themed phpBB Template....

Preview: http://www.phpbbhacks.com/templatesdemo/index.php?s=57

Download: http://www.phpbbhacks.com/load.php?id=469

And I Personally Like This One...

Preview: http://www.phpbb.com/styles/forum/index.php?style=199

Download: http://www.phpbb.com/phpBB/catdb.php?mo ... id=1246359

_________________
Image


Top  Profile  WWW
 PostPost subject:        Posted: Thu Oct 05, 2006 4:13 pm 
Guru Beta Collector
Guru Beta Collector
Offline

Joined
Fri Aug 18, 2006 12:05 pm

Posts
698

Location
Or-stray-liagh
wrapa wrote:


I like both :D

_________________
pr0gram the pr0grammer
BetaArchive retiree | OSBA Expat


Top  Profile
 PostPost subject:        Posted: Thu Oct 05, 2006 4:16 pm 
Ex OSBA Member
Ex OSBA Member
User avatar
Offline

Joined
Tue Aug 22, 2006 3:30 pm

Posts
411

Location
Essex, UK

Favourite OS
Gentoo
Me too :P

_________________
The better candies are in the cage


Top  Profile  WWW  ICQ  YIM
 PostPost subject:        Posted: Thu Oct 05, 2006 4:18 pm 
Ex OSBA Member
Ex OSBA Member
User avatar
Offline

Joined
Wed Oct 04, 2006 11:02 pm

Posts
519
Yeah I agree, they're both good... I prefer the XP one out of the two (even though I hate the XP theme on amy machine... odd, eh?)...

Funny, I was thinking of mentioning the possibility of a theme change, I was gonna say that sub-forums with new posts aren't particularly obvious if you're scrolling kinda fast since the icon's kinda pale...


Top  Profile
 PostPost subject:        Posted: Thu Oct 05, 2006 4:47 pm 
Ex OSBA Member
Ex OSBA Member
Offline

Joined
Thu Aug 24, 2006 6:28 pm

Posts
351
Andy wrote:
But the point is how will the server know which template to serve up? Its not linked directly to phpbb, its just a static page. Id have to jump into the sql database to find out which one you want, something i dont know how to do or want to mess with.


argh, I was thinking of the ViperTech portal. I would help, but I've got way too much on my plate right now - working on my own phpBB theme, have real (life) work, building a shed this weekend, have my ADP project...


Top  Profile
 PostPost subject:        Posted: Sat Nov 11, 2006 4:10 am 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Fri Sep 01, 2006 9:16 pm

Posts
36

Location
Ohio USA
I like this theme alot better than the original. It is easier on the eyes.


Top  Profile
 PostPost subject:        Posted: Mon Nov 13, 2006 3:38 am 
surely most beautiful theme available for phpbb..


Top
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 25 posts ] 




Who is online

Users browsing this forum: No registered users and 2 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

Search for:
Jump to:  

All views expressed in these forums are those of the author and do not necessarily represent the views of the BetaArchive site owner.

Powered by phpBB® Forum Software © phpBB Group

Copyright © 2006-2013

 

Sitemap | XML | RSS