Search found 59 matches

by hater
Wed Feb 21, 2007 12:53 am
Forum: [3.0/Olympus] Styling
Topic: INCLUDE function and whitespace trimming
Replies: 2
Views: 3852

Re: INCLUDE function and whitespace trimming


I can understand… its much easier to see if things are bumped down… but if you use "FireBug" the FireFox extension, it shows you in much greater detail whats actually going on without having to sort through massive amounts of code… though you need to have FireFox :D

At home and during testing I ...
by hater
Wed Feb 21, 2007 12:05 am
Forum: [3.0/Olympus] New features discussion
Topic: save drafts interface needlessly complex?
Replies: 16
Views: 15974

Re: save drafts interface needlessly complex?

My theory...

One could argue that spending too much time creating and coding a method to "almost post" something would be foolish... Cluttering up the posts table with content that isn't actually posted leaves administrators and moderators without a method to prevent malicious use of the draft ...
by hater
Tue Feb 20, 2007 11:52 pm
Forum: [3.0/Olympus] Styling
Topic: INCLUDE function and whitespace trimming
Replies: 2
Views: 3852

INCLUDE function and whitespace trimming

Call me rainman, but I enjoy being meticulous about code and structure...

When a file is included via another template file, all whitespace is trimmed from the ends of file...

What this causes is the file to be included directly inline with existing XHTML code from previous and following template ...
by hater
Tue Feb 20, 2007 11:30 pm
Forum: [3.0/Olympus] Styling
Topic: New theme
Replies: 114
Views: 131091

Re: New theme

Am I allowed to show off what I did? :?:
(If not, delete me, scold me, hurt me baby hurt me :P )

http://www.delsolownersclub.com

Basically modified the admin style to fit in the forum. Added some switches to help define some things... More of just a trial run than anything...

I already know ...
by hater
Wed Feb 14, 2007 10:48 pm
Forum: [3.0/Olympus] New features discussion
Topic: BBcodes: all you wanted ask, but...
Replies: 10
Views: 14270

Re: BBcodes: all you wanted ask, but...

I'm still sad you can't arrange the BBCodes like you can smilies and everything else... :(
by hater
Mon Jan 29, 2007 10:18 am
Forum: [3.0/Olympus] Discussion
Topic: phpBB3 Beta 5 Discussion!
Replies: 70
Views: 72081

Re: phpBB3 Beta 5 Discussion!

The styles tab (amongst others) not appearing is directly related to permissions, and the main administrators role vs the roles of forum administrators...

What you will find, in my opinion, is that with phpBB3 the permissions structure is so much more robust, that your website is no longer just a ...
by hater
Mon Jan 29, 2007 10:10 am
Forum: [3.0/Olympus] Discussion
Topic: memberlist vs viewonline
Replies: 1
Views: 3113

memberlist vs viewonline

I am just curious why the viewonline code was never migrated over to be part of memberlist.php?

It seems to me the similarities between these files would make for an easy compilation of code. It has been since years ago when the group control panel list of users in their groups was migrated over to ...
by hater
Mon Jan 29, 2007 2:36 am
Forum: [3.0/Olympus] Styling
Topic: New theme
Replies: 114
Views: 131091

Re: New theme

I'm quite surprised that no one has assimilated that the new theme/style is already in place...

It has been for some time...

It's the administration control panel... :)
by hater
Mon Jan 29, 2007 1:13 am
Forum: [3.0/Olympus] Discussion
Topic: Center Tag In Phpbb3?!
Replies: 50
Views: 69574

Re: Center Tag In Phpbb3?!


<center> is far better than div align whatnot because it's shorter and less prone to screwing up (typos).

besides, it works EVERYWHERE.

and besides, it IS valid HTML. it may have been depricated in 4.01, but it's still HTML. it's not valid XHTML 1.0 strict but *beep* it, it's HTML. so code ...
by hater
Fri Jan 05, 2007 8:12 pm
Forum: [3.0/Olympus] Styling
Topic: Why do we use js-hover-effects in User Control Panel Navigat
Replies: 17
Views: 20316

Re: Why do we use js-hover-effects in User Control Panel Navigat

In my opinion, the tabular layout is 8 years depricated anyhow... Using Java hacks to change background color properties on a table cell is like using leaded gasoline these days... It's old, inefficient, and just bad for the environment. :)

Thankfully, this template is not the one that will be ...