WebGUI
      Click here to register.
      
Sprechen Sie WebGUI? Parlez vous WebGUI? Se habla WebGUI? Spreekt u WebGUI?

Do you speak WebGUI? Please help us translate WebGUI into your language.


PHP BB Skin/Template

User: Meatbop
Date: 12/5/2006 1:45 pm
Views: 4278
Rating: 23    Rate [
|
]

In the spirit of encouraging creativity, design staff at Plain Black have created an example to demonstrate the power of WebGUI templating. Plain Black has heard many questions and concerns from community members about customizing the look of WebGUI. While creating a new look and feel for a site can be achieved simply by altering one of WebGUI’s existing templates, many still feel hesitant about taking that approach. In answer to these concerns, Plain Black design staff went to work recreating the essence of a bulletin board from a product that competes with WebGUI’s collaboration system, then implemented the new set of templates in a WebGUI site.

Simply select the following Templates for the corresponding WebGUI assets.

  • Message Board Template - PHP Bulletin Board
  • Collaboration System Template - PHPBB Forum
  • Thread Template- PHPBB Thread


Replies

Re: PHP BB Skin/Template
User: Tavis
Date: 12/5/2006 4:53 pm
Rating: -12    Rate [
|
]
Status: Approved

Wow.. that's great!  Gotta love the flexibility that WebGUI has to offer.  It's just a fresh lump of playdough and becomes whatever you want it to be. :)


Re: PHP BB Skin/Template
User: snapcount
Date: 12/5/2006 7:12 pm
Rating: 11    Rate [
|
]
Status: Approved
Steve you freaking rock!  I have soooo wanted to see this template exist for WebGUI.

Re: PHP BB Skin/Template
User: TheSeparator
Date: 12/6/2006 10:08 am
Rating: 4    Rate [
|
]
Status: Approved

This is fantastic. Today I visited a prospect for an on-site introduction WebGUI.

Of course the topic templates was mentioned. This is normally the rough bit, since we promise WebGUI is easy.

But after having seen the forum 'makeover' we identified a potential ROI for some decent template training.

Congratulations !      Surprised

Any things else in the pipeline to blow me away ?

 

Regards,

TheSeparator 

 

 

 


Re: PHP BB Skin/Template
User: alafondo
Date: 1/21/2007 6:10 pm
Rating: 14    Rate [
|
]
Status: Approved

This great contribution.

But I meet one problem - avatars, it doesn't want to show avatars.

My WebGUI version - 7.3.5


Re: PHP BB Skin/Template
User: patspam
Date: 3/4/2007 10:42 pm
Rating: -1    Rate [
|
]
Status: Approved

Thanks for the great contribution.

I found that it's useful to apply a max-width size limit on user avatars. To do so, just add the following to the Thread Template head  block:

tr.CS_forum td img {
        max-width: 200px;
        width: expression(this.width > 200 ? 200: true);
}

The second line (width:expression) is an IE5 workaround (refer to http://phydeaux3.blogspot.com/2006/01/max-width-and-faking-it-for-ie.html) 

You can see it in action here: monashwushu.com/forum 

Patrick


PreviousBackNext