Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2005-07-06 17:20:48

sivni
Gone, but not forgotten
From: Norway, Hamar
Registered: 2004-10-27
Posts: 39

Re: A new default template for Textpattern

Great work Jeremie! This is exactly what we need for the txp default install.

I prefer article headings to be H3’s. I use H1 exclusively for the site title, and then I can use H2’s for section titles or something else. This is working out nice for “small-screen-rendering” or text-browsers that don’t use css.

I think I have read somewhere that search engines try to use h1-h3 for indexing purposes, disregarding css.

Last edited by sivni (2005-07-06 22:40:18)

Offline

#14 2005-07-09 02:38:16

duffe
Archived Plugin Author
Registered: 2005-01-18
Posts: 39

Re: A new default template for Textpattern

That’s looking pretty cool Jeremie!

I notice a BR in form_comment_form.txt, can that be removed as it may limit the CSS author from presenting the form differently.

Offline

#15 2005-07-09 02:47:47

Jeremie
Member
From: Provence, France
Registered: 2004-08-11
Posts: 1,578
Website

Re: A new default template for Textpattern

You’re absolutely right. I spend too much time on CSS browser, I had forgotten the basic html rendering rule for long line.

br removed.

Offline

#16 2005-07-09 07:12:31

Skubidu
Archived Plugin Author
Registered: 2004-10-23
Posts: 611
Website

Re: A new default template for Textpattern

Hi Jeremie!
That’s really nice :)
Do you know if there are any plans to localize these templates, when a user switches the language in the admin panel?

Offline

#17 2005-07-09 07:23:10

ubernostrum
Member
From: Lawrence, KS
Registered: 2004-05-05
Posts: 238
Website

Re: A new default template for Textpattern

> Skubidu wrote:
> That’s really nice :)
> Do you know if there are any plans to localize these templates, when a user switches the
> language in the admin panel?

As far as I know this would not be possible without modifications to Textpattern’s internals.


You cooin’ with my bird?

Offline

#18 2005-07-09 08:52:18

Jeremie
Member
From: Provence, France
Registered: 2004-08-11
Posts: 1,578
Website

Re: A new default template for Textpattern

Not really. Not in a dynamic mode anyway, or we will need:

- to include PHP into the template, which will make them hard to decipher for beginners

- or to modify Textpattern to handle it. It’s not that hard – and could be included for the 1.0 release – but I wonder if that will be really necessary because it will make the template hard to read for beginners (not as much as the first solution, but almost).

What we can do, is translate them by hand and put them into a theme package (when the theme engine is on); and distribute TXP with several lang default install or something along those lines.

Offline

#19 2005-07-11 21:27:38

Jeremie
Member
From: Provence, France
Registered: 2004-08-11
Posts: 1,578
Website

Re: A new default template for Textpattern

Someone with better taste than me can confirm (or not) that using Dean’s yellow glory to such extent is not a good idea ? (first draft of the default css file for this proposal).

Offline

#20 2005-07-11 21:46:55

sekhu
Member
Registered: 2005-05-12
Posts: 428
Website

Re: A new default template for Textpattern

jesus my eyes! i could feel my retinas reeling in.

nice work on the back end, but i would change the colours either a pastel-non-puke yellow or a different colour, that yellow is going to cause as many deaths as Evil Dead.

Offline

#21 2005-07-11 22:05:03

thebombsite
Archived Plugin Author
From: Exmouth, England
Registered: 2004-08-24
Posts: 3,251
Website

Re: A new default template for Textpattern

I think I have to agree with both of you. I like the C++ touch. :)


Stuart

In a Time of Universal Deceit
Telling the Truth is Revolutionary.

Offline

#22 2005-07-11 22:21:10

Romuald
Archived Plugin Author
From: France (69)
Registered: 2005-03-01
Posts: 20
Website

Re: A new default template for Textpattern

Inverse background/text color ?

Offline

#23 2005-07-11 22:34:29

sivni
Gone, but not forgotten
From: Norway, Hamar
Registered: 2004-10-27
Posts: 39

Re: A new default template for Textpattern

I’ve been looking more into the article form_article_list.txt

I would love for each article to be wrapped in a div. That way one can easily add a border around the whole post, or add a background image. Or even float the div, so that you can have articles beside eachother ( like this). I’d rather have the div then the < hr > article separator.

Offline

#24 2005-07-11 22:47:48

sivni
Gone, but not forgotten
From: Norway, Hamar
Registered: 2004-10-27
Posts: 39

Re: A new default template for Textpattern

>reid wrote:
>One, it’s often helpful to have an overall “content wrapping div” enclosing everything
>after the header (id=”wrap”).

>Jeremie replied:
>There’s already html and body you can adress, another overall container can be useful ?

Yes, oh yes! Its quite usual for the body tag to have background images while a container div holds the rest of the page together with a border or some other magic stuff.

You cannot get enough div tags :)

Offline

Board footer

Powered by FluxBB