musiconly |
|
---|---|
# esclkm : i think that we have h1-h7 bbcodes. I agree |
Lombi |
|
---|---|
Yep, you have a point.
<a href="http://www.domenlo.com">Surreal Art</a>
|
Trustmaster |
|
---|---|
The problem with h1-h7 was that most skins are missing them or use them some tricky way. But logically, that's right, size is usually utilized for headings.
May the Source be with you!
|
|
Dit bericht is bewerkt door Trustmaster (2008-12-18 03:51, 16 jaren ago) |
musiconly |
|
---|---|
it's gonna be pretty messy if someone is already using h1-h7 in his css for his website..
especially if they have heavily modified h1-h7 with images, colors and etc..:con |
Trustmaster |
|
---|---|
Yep, this is what I meant.
May the Source be with you!
|
musiconly |
|
---|---|
So we need to do a workaround!
Instead of using the actual h1-h7 tags, we create custom tags for markitup.. for example, H1 will be T1.. and in css styling, we put something like this: .t1 { font-size: 20px; } and so on for other t* tags... |
Trustmaster |
|
---|---|
This is quite incorrect when it comes to using the H bbcodes to markup the articles on your site (search engines look for headings, not for spans with .tX class).
Overall, correct CSS files would solve all the problems like: #content h1 {
// On-page gorgeous heading
}
.forums-post h1 {
// Modest forums heading
} The problem though is that all skins have different CSS. May the Source be with you!
|
esclkm |
|
---|---|
hmmm... may be use 2 css files?
one of them will be in system directory and only contents h1-h7 littledev.ru - мой маленький зарождающийся блог о котонти.
снижение стоимости программирования и снижение стоимости производства разные вещи. Первое можно скорее сравнить с раздачей работникам дешевых инструментов, чем со снижением зарплаты |
Trustmaster |
|
---|---|
That's wrong. Our CMS is skinnable, meaning that all the layout can be set in the skin file, including the layout of formatted text.
May the Source be with you!
|
musiconly |
|
---|---|
# Trustmaster : This is quite incorrect when it comes to using the H bbcodes to markup the articles on your site (search engines look for headings, not for spans with .tX class). I completely forgot about this.. :blush |
Kilandor |
|
---|---|
Its not at all our responsiblity to be sure a skin has all the appropriate data unless it comes from us. Its the responibility of the owner/creator using it.
However there are a few BBcode that are missing that previously existed, some of which should be, put back in. |
esclkm |
|
---|---|
i think that this project may be fully international.
We have different user languages? but we cant switch language of content I think that we need bbcode [lang] look like [lang=ru]этот текст могут прочитать только те пользовтаьели у кторорых установлен в профиле русский язык[/lang] [lang=en]this text visible only if userlang is english [/lang] littledev.ru - мой маленький зарождающийся блог о котонти.
снижение стоимости программирования и снижение стоимости производства разные вещи. Первое можно скорее сравнить с раздачей работникам дешевых инструментов, чем со снижением зарплаты |
Trustmaster |
|
---|---|
No, internationalization with BBcodes is a bad idea. It will make the site messy and slow.
May the Source be with you!
|
esclkm |
|
---|---|
But how we can do internationalization faster?
littledev.ru - мой маленький зарождающийся блог о котонти.
снижение стоимости программирования и снижение стоимости производства разные вещи. Первое можно скорее сравнить с раздачей работникам дешевых инструментов, чем со снижением зарплаты |
Trustmaster |
|
---|---|
With proper DB and proper algorithms. It has been discussed before, that we need to reconsider the page concept for that.
May the Source be with you!
|