cancel
Showing results for 
Search instead for 
Did you mean: 

Community Site changes

James
Grafter
Posts: 21,036
Thanks: 5
Registered: ‎04-04-2007

Re: Community Site changes

Quote
Influence them to make it fully CSS-driven for the styling, then the world is your tablecloth

Yup, agreed Smiley
MikeWhitehead
Grafter
Posts: 748
Registered: ‎19-08-2007

Re: Community Site changes

You could have the tablecloth however you like, even pink (would match your trainers) Wink
If it was fully CSS, then I'd contribute some styles based on what people would like - would lighten the load off of the PlusNet web devs a bit I think. Plus I have far too much time on my hands.
Kelly
Hero
Posts: 5,497
Thanks: 380
Fixes: 9
Registered: ‎04-04-2007

Re: Community Site changes

I think wordpress makes that a bit of a PITA, but we'll try.
Kelly Dorset
Ex-Broadband Service Manager
MikeWhitehead
Grafter
Posts: 748
Registered: ‎19-08-2007

Re: Community Site changes

Shouldn't do, from first glance it's all CSS-driven already. The only hardcoded styling used is stuff that PlusNet have used for your own personal changes (which could be chucked into a stylesheet and called just the same).
Colin
Grafter
Posts: 1,264
Registered: ‎04-04-2007

Re: Community Site changes

Wordpress does make bits of it a PITA as it hardcodes some stuff in non-template files Sad
mitch
Dabbler
Posts: 12
Registered: ‎04-04-2007

Re: Community Site changes

everything in *this* wordpress theme is controlled with one stylesheet, except for the odd css for the plugins.
its a pretty decent templating system they have - once the html was stripped out of the source and used in the templates.
which we're trying to do with SMF but that is a massive PITA!!
So the possibility to change the wordpress part of the community site with some css is there, just needs an interface. If you have a stylesheet to try on it mike, send it through to colin and we'll see how it looks. It will just need to follow the code structure we use, which to be honest, isn't the best it could be. but its good enough.

I reckon the design looks great, it's an efficient way to show all the news sources we have so far, and it's not overbearing in the slightest. Currently it takes a few too many clicks than necassary to find all the other blogs we have.
I think the more we've added to the design we have currently, the more its strained and become ugly. But this looks like a much more extendable layout.
It would be good to get the list of blogs under the categories, and maybe identify which blogs the posts are coming from on the left with a link straight through to that particular blog.
Kelly
Hero
Posts: 5,497
Thanks: 380
Fixes: 9
Registered: ‎04-04-2007

Re: Community Site changes

Quote from: mitch
It would be good to get the list of blogs under the categories, and maybe identify which blogs the posts are coming from on the left with a link straight through to that particular blog.

Ah, we haven't explained this bit properly internally or externally Wink
We are going to merge all of the different blogs we have and categorise them properly and use the tagging features in wordpress 2.3 properly.  This means that all posts across the blogs will get front page space, but 'innovation' will exist as a category so is still accessible as a single link.
Kelly Dorset
Ex-Broadband Service Manager
MikeWhitehead
Grafter
Posts: 748
Registered: ‎19-08-2007

Re: Community Site changes

Quote from: mitch
So the possibility to change the wordpress part of the community site with some css is there, just needs an interface. If you have a stylesheet to try on it mike, send it through to colin and we'll see how it looks. It will just need to follow the code structure we use, which to be honest, isn't the best it could be. but its good enough.

Do you mean if I have a stylesheet for Wordpress or SMF? I have three for SMF so far, but have only been able to test it on a few pages so far so it's probably incomplete. You can see Wordpress has some pretty versatile theming options if you check http://www.wpthemesfree.com/. I'll start working on some for Wordpress when I get a spare minute, things have been pretty hectic this end the past couple of days.
mitch
Dabbler
Posts: 12
Registered: ‎04-04-2007

Re: Community Site changes

Quote from: MikeWhitehead
Do you mean if I have a stylesheet for Wordpress or SMF?

Wordpress, as we could just drop them into the current theme to see how they look.
MikeWhitehead
Grafter
Posts: 748
Registered: ‎19-08-2007

Re: Community Site changes

Got none just now mate. Is the one you guys have just made any different coding-wise to the standard wordpress install? because if it is then any styles I came up with would need to work around those coding changes.
mitch
Dabbler
Posts: 12
Registered: ‎04-04-2007

Re: Community Site changes

There's no standard install to code around, unless you mean the default theme.
We have a custom theme for our wordpress part of the site, you would need to develop your stylesheet to work with those elements, just vew source to see how it's built and either; override the current stylesheet or create a new one.