
It's Done!
- Tormentor667
- Stronghold Team
- Posts: 3555
- Joined: Sun Nov 13, 2005 23:15
- Location: Germany
- Contact:
Re: It's Done!
Much better... now all that's left to do is a complete redesign of DRDTeam.org 

- Rachael
- Developer
- Posts: 3651
- Joined: Sat May 13, 2006 10:30
Re: It's Done!
What, you volunteering? 

- Enjay
- Developer
- Posts: 4747
- Joined: Tue Aug 30, 2005 23:19
- Location: Scotland
- Contact:
Re: It's Done!
Logging on for the first time and setting a few preferences was a painless process. All seems well so far. 

- Rachael
- Developer
- Posts: 3651
- Joined: Sat May 13, 2006 10:30
Re: It's Done!
New styles installed!
Some of these were voted in, others were added in because I wanted to use them. ^^
To change your style, check your user preferences.
None of the styles support the custom title yet, however. That is something I will work on in the future... when I'm not half asleep.
Some of these were voted in, others were added in because I wanted to use them. ^^
To change your style, check your user preferences.
None of the styles support the custom title yet, however. That is something I will work on in the future... when I'm not half asleep.

- Remmirath
- DRD Team Admin (Inactive)
- Posts: 528
- Joined: Fri Feb 15, 2008 19:43
- Location: Somewhere...
- Contact:
Re: It's Done!
Wow. Most of these styles are pretty much awesome. 
drdteam became much better. Thanks to you, SP.

drdteam became much better. Thanks to you, SP.

SoulPriestess wrote:Good job, Morpheus! You are teh awesum!
- wildweasel
- DRD Team Admin (Inactive)
- Posts: 2132
- Joined: Wed Jun 29, 2005 22:00
- Location: the Admincave!
- Contact:
Re: It's Done!
What a nice surprise to come home to! Thanks, SP!
- Tormentor667
- Stronghold Team
- Posts: 3555
- Joined: Sun Nov 13, 2005 23:15
- Location: Germany
- Contact:
Re: It's Done!
I even thought about this but I have to admit that I am not very familiar with phpbb or the site system you are using for the front- and / or hosted pages. That seems to be a problem as of nowSoulPriestess wrote:What, you volunteering?

- Rachael
- Developer
- Posts: 3651
- Joined: Sat May 13, 2006 10:30
Re: It's Done!
It's not much different than your Joomla! system, that you use at Realm667, really. With some very notable exceptions, however:
phpBB is a forum system, not a CMS system. In fact, any page content you have tied to the forums has to be programmed by hand, or installed from a mod.
Also, blocks are not customizable. You have to make them yourself.
Overall, phpBB is far better as a forum system than Joomla!, however Joomla! is far better than phpBB at presenting content.
If you were to give this site a make-over, though, it could easily be done because of the way the CMS's were made. All you really need is some phpBB templates and some headers/footers/post templates for the CMS's, and you can completely redesign the entire site with that.
phpBB has two sample styles in its download, under the "styles" directory. If you're good with HTML, these styles are easier than you might think to change.
Attached is the c-include.php from the SVN site, which so far is the cleanest coded style file. It contains all the templates used on that site, and similar files are used for the hostees and the home page. I have a newer version that uses XHTML, but it's not finished yet.
If you really really want it, I'll zip up the NewDRD style for you from the board.
--------------
EDIT: Slightly offtopic...
The forums should be faster now.
For some reason, when I imported the database from my computer, it automatically chose InnoDB to store all its tables. If you don't know what that means, it means this: double the disk space, double the access time.
So I've went through and converted every table to MyISAM. This has also increased the site's survivability in its current state, because once the SQL database hits 100 MB, it will stop accepting new entries.
So now, instead of a 76mb database, and looking to move the site to a new host, we're now down to 41mb, and things should be MUCH faster. ^^
phpBB is a forum system, not a CMS system. In fact, any page content you have tied to the forums has to be programmed by hand, or installed from a mod.
Also, blocks are not customizable. You have to make them yourself.
Overall, phpBB is far better as a forum system than Joomla!, however Joomla! is far better than phpBB at presenting content.
If you were to give this site a make-over, though, it could easily be done because of the way the CMS's were made. All you really need is some phpBB templates and some headers/footers/post templates for the CMS's, and you can completely redesign the entire site with that.
phpBB has two sample styles in its download, under the "styles" directory. If you're good with HTML, these styles are easier than you might think to change.
Attached is the c-include.php from the SVN site, which so far is the cleanest coded style file. It contains all the templates used on that site, and similar files are used for the hostees and the home page. I have a newer version that uses XHTML, but it's not finished yet.
If you really really want it, I'll zip up the NewDRD style for you from the board.
--------------
EDIT: Slightly offtopic...
The forums should be faster now.
For some reason, when I imported the database from my computer, it automatically chose InnoDB to store all its tables. If you don't know what that means, it means this: double the disk space, double the access time.
So I've went through and converted every table to MyISAM. This has also increased the site's survivability in its current state, because once the SQL database hits 100 MB, it will stop accepting new entries.
So now, instead of a 76mb database, and looking to move the site to a new host, we're now down to 41mb, and things should be MUCH faster. ^^
- Tormentor667
- Stronghold Team
- Posts: 3555
- Joined: Sun Nov 13, 2005 23:15
- Location: Germany
- Contact:
Re: It's Done!
So is the style made of CSS or HTML? Or both? What is stored where?
- Rachael
- Developer
- Posts: 3651
- Joined: Sat May 13, 2006 10:30
Re: It's Done!
The style is pretty much HTML but it's really PHP. And I forgot to give you the .css page, but you can download it easily here: http://svn.drdteam.org/svn.css
Everything is in 4 files. news.php and page.php just execute c-include.php for every post they represent, and neither of them have anything to do with styling.
Everything is in 4 files. news.php and page.php just execute c-include.php for every post they represent, and neither of them have anything to do with styling.
- WolfyGirl
- Posts: 126
- Joined: Sun Sep 14, 2008 8:08
- Location: The Netherlands
- Contact:
Re: It's Done!
whoohoo!!! \o/
Finally i don't have to look where i can find there settings in Users control panel xD
reason : i almost never worked with PHPBB 2.
anyways, well done SoulPriestess, Well done!
Finally i don't have to look where i can find there settings in Users control panel xD
reason : i almost never worked with PHPBB 2.
anyways, well done SoulPriestess, Well done!

- Mortarion
- Posts: 71
- Joined: Fri Apr 04, 2008 13:05
- Location: An empty city somewhere
- Contact:
Re: It's Done!

then I noticed.
Nice work, SP, I think you have have applied the proverbial Shock paddles to the forums, yay!
It's Arma-goddamn-M*****ing-geddon.
-
- Stronghold Team
- Posts: 210
- Joined: Fri Aug 01, 2008 23:07
- Location: Aus
Re: It's Done!
Great job SoulPriestess! Loving the diffrenet themes 
