cotonti.com : Standard bbcodes list https://www.cotonti.com Laatste forum onderwerpen Cotonti en Tue, 07 Apr 2026 16:39:00 -0000 esclkm Di, 13 Jan 2009 19:54:25 -0000 Kilandor
Correct
[color=#C4A000]this[/color] [color=#3465A4]is[/color] [color=#EF2929]not[/color] right
this is not right

Incorrect
[color=#C4A000]this [color=#3465A4]is [color=#EF2929]not[/color] right[/color][/color]
this [color=#3465A4]is [color=#EF2929]not right[/color][/color]

Actually by the looks of it you didn't close each color tag and auto-close closed it.
Which meant if thats true your orginal looked like
[color=#C4A000]this [color=#3465A4]is [color=#EF2929]not[/color] right
this [color=#3465A4]is [color=#EF2929]not right]]>
Di, 13 Jan 2009 19:50:05 -0000
esclkm this [color=#3465A4]is [color=#EF2929]not right[/color][/color]]]> Di, 13 Jan 2009 03:29:36 -0000 Trustmaster
BBcode demo/help page would be good... as a plugin :-)

And I think all these colors are fine because it is not so large but contains most of the colors your users might ever need.]]>
Di, 13 Jan 2009 03:24:28 -0000
esclkm Di, 13 Jan 2009 01:20:56 -0000 medar Di, 13 Jan 2009 01:14:15 -0000 esclkm Ma, 12 Jan 2009 21:46:10 -0000 rayblo Ma, 12 Jan 2009 21:35:23 -0000 Ratibor # rayblo : maybe add these aswell?
http://www.seditio.eu/page.php?id=15
http://www.seditio.eu/page.php?id=16
http://www.seditio.eu/page.php?id=14
And as extra;
http://www.seditio.eu/page.php?id=147
No, this is very very specific codes.]]>
Ma, 12 Jan 2009 21:09:30 -0000
rayblo
http://www.seditio.eu/page.php?id=15

http://www.seditio.eu/page.php?id=16

http://www.seditio.eu/page.php?id=14

And as extra;

http://www.seditio.eu/page.php?id=147]]>
Ma, 12 Jan 2009 20:58:04 -0000
Ratibor
COMPULSORY
============

1. Style text
[b]text[/b] - Makes text bold.
[i]text[/i] - Makes text italicized.
[u]text[/u] - Underlines text.
[s]text[/s] - Strikes out text.
[size=10]text[/size] - font size
[font=Arial Black]text[/font]
[_]
[br]
[hr]
[sub]
[sup]

2. Aligns text, pictures, etc
[align=left]left align[/align] - Aligns enclosed items to the left.
[align=center]centered[/align] - Aligns enclosed items to the center.
[align=right]right align[/align] - Aligns enclosed items to the right.
[align=justify]justifyalign[/align] - Aligns enclosed items to the justify.
or
[left][/left]
[center][/center]
[right][/right]
[justify][/justify]

3. Codes and quotes.
[ code ]code[ /code ] - Used to insert codes.
[quote]text[/quote] or [quote=Author]text[/quote] - Used to insert quote box.
[spoiler]XXXXXXXXXXXXX[/spoiler]
[hide]xxxxxxxxx[/hide]
[hide=Y]xxxxxxxxx[/hide]
[pre]text[/pre] - preformatted text

4. Images and links.
[img]http://somesite/image.jpg[/img] - Inserts image
[url]http://somesite[/url] or [url=http://somesite]Site Name[/url] Inserts link
[email=][/email]

5. Color tags (as were in SE)
[color=#F57900]text[/color]

6. List tags
[list]
[*] - Inserts items in list format (points).
[/list]

[list=1]
[*] - Inserts items in list format (numbers).
[/list]

7. Table tags
[table][/table] - Inserts a table.
[caption]Header[/caption]
[tr][/tr] - Inserts a row into a table.
[th][/th] - Inserts a title column into a table.
[td][/td] - Inserts a column into a table.

8. Cotonti specific code
[more]
and other specific code
]]>
Ma, 12 Jan 2009 20:36:21 -0000
Trustmaster Wo, 24 Dec 2008 22:44:22 -0000 esclkm Wo, 24 Dec 2008 22:08:08 -0000 Trustmaster Wo, 24 Dec 2008 13:34:24 -0000 esclkm 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]]]>
Wo, 24 Dec 2008 07:50:40 -0000
Kilandor
However there are a few BBcode that are missing that previously existed, some of which should be, put back in.]]>
Thu, 18 Dec 2008 17:17:59 -0000
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).

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]]>
Thu, 18 Dec 2008 04:53:00 -0000
Trustmaster Thu, 18 Dec 2008 04:51:50 -0000 esclkm one of them will be in system directory and only contents h1-h7]]> Thu, 18 Dec 2008 04:47:57 -0000 Trustmaster
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.]]>
Thu, 18 Dec 2008 04:39:51 -0000
musiconly
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...]]>
Thu, 18 Dec 2008 04:08:28 -0000
Trustmaster Thu, 18 Dec 2008 03:50:52 -0000 musiconly
especially if they have heavily modified h1-h7 with images, colors and etc..:con]]>
Thu, 18 Dec 2008 03:49:19 -0000
Trustmaster Thu, 18 Dec 2008 03:43:14 -0000 Lombi Thu, 18 Dec 2008 03:20:59 -0000 musiconly # 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]]>
Thu, 18 Dec 2008 02:14:14 -0000
esclkm and if we will use fontsize it may make site no so strong. site becomes look like new year tree.]]> Thu, 18 Dec 2008 00:40:16 -0000 Lombi Thu, 18 Dec 2008 00:31:45 -0000 Trustmaster Wo, 17 Dec 2008 23:41:42 -0000 esclkm i think that this bb code is not necessary]]> Wo, 17 Dec 2008 23:23:55 -0000 Boss Ma, 25 Aug 2008 02:47:30 -0000 Boss [align=left]left align[/align] - Aligns enclosed items to the left. [align=center]centered[/align] - Aligns enclosed items to the center. [align=right]right align[/align] - Aligns enclosed items to the right. [align=justify]justifyalign[/align] - Aligns enclosed items to the justify. This much complicated way.

[acronym="XXXXX"]yyyyyyyyyyy[/acronym]
[ spoiler]XXXXXXXXXXXXX[ /spoiler]
[hide]xxxxxxxxx[/hide]
[hide=Y]xxxxxxxxx[/hide]
This much seldom to whom it is necessary. Offer this place in OPTIONAL.

[caption]Header[/caption]
This not understandable why.]]>
Ma, 25 Aug 2008 02:45:17 -0000
Trustmaster Za, 23 Aug 2008 06:13:11 -0000 Dayver
[newpage]
[title][/title]
]]>
Vr, 22 Aug 2008 21:13:58 -0000
Kilandor
	'[li]' => '<li>',
	'[/li]' => '</li>',

	'\\[list=(square|disc|circle|none)\\]' => '<ul type="\\1">',
	'\\[li=(square|disc|circle|1|a|A|i|I)\\]' => '<li type="\\1">',
]]>
Vr, 22 Aug 2008 18:59:18 -0000
Ratibor COMPULSORY ============ 1. Style text [b]text[/b] - Makes text bold. [i]text[/i] - Makes text italicized. [u]text[/u] - Underlines text. [s]text[/s] - Strikes out text. [_] [br] [hr] [sub] [sup] 2. Aligns text, pictures, etc [align=left]left align[/align] - Aligns enclosed items to the left. [align=center]centered[/align] - Aligns enclosed items to the center. [align=right]right align[/align] - Aligns enclosed items to the right. [align=justify]justifyalign[/align] - Aligns enclosed items to the justify. 3. Codes and quotes. [ code ]code[ /code ] - Used to insert codes. [ quote ]text[ /quote ] or [ quote=Author ]text[ /quote ] - Used to insert quote box. [acronym="XXXXX"]yyyyyyyyyyy[/acronym] [ spoiler]XXXXXXXXXXXXX[ /spoiler] [hide]xxxxxxxxx[/hide] [hide=Y]xxxxxxxxx[/hide] 4. Images and links. [img]http://somesite/image.jpg[/img] - Inserts image [url]http://somesite[/url] or [url=http://somesite]Site Name[/url] Inserts link [ email=][/email] 5. Color tags (as were in SE) [color=red] [color=black] etc 6. List tags [list] [*] - Inserts items in list format (points). [/list] [list=1] [*] - Inserts items in list format (numbers). [/list] 7. Table tags [table][/table] - Inserts a table. [caption]Header[/caption] [tr][/tr] - Inserts a row into a table. [th][/th] - Inserts a title column into a table. [td][/td] - Inserts a column into a table.]]> Vr, 22 Aug 2008 12:32:01 -0000 Boss #619 NovoKain : - code
It impossible. This tag for strike text.

My offer.
	
COMPULSORY
============

1. Style text
[b]text[/b] - Makes text bold.
[i]text[/i] - Makes text italicized.
[u]text[/u] - Underlines text.
[s]text[/s] - Strikes out text.

2. Aligns text, pictures, etc
[left]left align[/left]	- Aligns enclosed items to the left.
[center]centered[/center] - Aligns enclosed items to the center.
[right]right align[/right]	- Aligns enclosed items to the right.

3. Codes and quotes.
[ code ]code[ /code ] - Used to insert codes.
[ quote ]text[ /quote ] or [ quote=Author ]text[ /quote ] - Used to insert quote box.

4. Images and links.
[img]http://somesite/image.jpg[/img] - Inserts image
[url]http://somesite[/url] or [url=http://somesite]Site Name[/url] Inserts link

5. Color tags (as were in SE)
[black][/black]
[grey][/grey]
etc

OPTIONAL
=========

[list]
[li]item[/li] - Inserts items in list format (points).
[/list]

[list]
[ol]item[/ol] - Inserts items in list format (numbers).
[/list]

[table][/table]	- Inserts a table.
[tr][/tr] - Inserts a row into a table.
[th][/th] - Inserts a title column into a table.
[td][/td] - Inserts a column into a table.

]]>
Vr, 22 Aug 2008 11:33:42 -0000
Trustmaster Vr, 22 Aug 2008 10:00:55 -0000 Orkan [color=green]

instead of:
 [green], [blue] 
etc..]]>
Vr, 22 Aug 2008 07:25:32 -0000
NovoKain - code

Working
<object></object>
code for embed video like <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/JTIBMhs80H8&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src=https://www.cotonti.com/"http://www.youtube.com/v/JTIBMhs80H8&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>]]>
Vr, 22 Aug 2008 07:25:19 -0000