Форумы / Cotonti / Core Labs / Archive / Standard bbcodes list

<<<123>>>

musiconly
#16 18.12.2008 02:14
# esclkm : i think that we have h1-h7 bbcodes.
and if we will use fontsize it may make site no so strong. site becomes look like new year tree.

I agree
Lombi
#17 18.12.2008 03:20
Yep, you have a point.
<a href="http://www.domenlo.com">Surreal Art</a>
Trustmaster
#18 18.12.2008 03:43
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!
Отредактировано: Trustmaster (18.12.2008 03:51, 15 лет назад)
musiconly
#19 18.12.2008 03:49
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
#20 18.12.2008 03:50
Yep, this is what I meant.
May the Source be with you!
musiconly
#21 18.12.2008 04:08
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
#22 18.12.2008 04:39
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
#23 18.12.2008 04:47
hmmm... may be use 2 css files?
one of them will be in system directory and only contents h1-h7
littledev.ru - мой маленький зарождающийся блог о котонти.
снижение стоимости программирования и снижение стоимости производства разные вещи. Первое можно скорее сравнить с раздачей работникам дешевых инструментов, чем со снижением зарплаты
Trustmaster
#24 18.12.2008 04:51
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
#25 18.12.2008 04:53
# 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.

I completely forgot about this.. :blush
Kilandor
#26 18.12.2008 17:17
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
#27 24.12.2008 07:50
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
#28 24.12.2008 13:34
No, internationalization with BBcodes is a bad idea. It will make the site messy and slow.
May the Source be with you!
esclkm
#29 24.12.2008 22:08
But how we can do internationalization faster?
littledev.ru - мой маленький зарождающийся блог о котонти.
снижение стоимости программирования и снижение стоимости производства разные вещи. Первое можно скорее сравнить с раздачей работникам дешевых инструментов, чем со снижением зарплаты
Trustmaster
#30 24.12.2008 22:44
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!

<<<123>>>