« Project home page
my little forum
Log in
Register
Search:
Back to the entry by shian
Post reply
Reply to the message by
shian
Name:
E-mail:
(optional, won't be displayed directly)
Leave this field empty:
Homepage:
(optional)
Leave this field empty:
Location:
(optional)
Remember me (cookie)
Category:
General
Project organisation
Technics
Design/Themes
Features
Development
Todo
Bugs
German / Deutsch
Spanish / Español
French / Français
Accessibility/UX
Subject:
Formatting help
skip to input
format text bold
[b]bold text[/b]
format text italic
[i]italic text[/i]
insert hyperlink
[link=http://example.com/]link text[/link] / [link]http://example.com/[/link]
set text color
[color=#rgb]colored text[/color]
font size
[size=small]small text[/size]
[size=large]large text[/size]
insert list
[list][*]list item[/list]
insert image
[img]http://example.com/image.jpg[/img]
left: [img=left]http://example.com/image.jpg[/img]
right: [img=right]http://example.com/image.jpg[/img]
thumbnail: [img=thumbnail]http://example.com/image.jpg[/img]
thumbnail left: [img=thumbnail-left]http://example.com/image.jpg[/img]
thumbnail right: [img=thumbnail-right]http://example.com/image.jpg[/img]
upload image
upload image ...
insert TeX code
[tex]TeX code[/tex]
insert code
[inlinecode]code[/inlinecode]
[code]code[/code]
[code=css]code[/code]
[code=html]code[/code]
[code=javascript]code[/code]
[code=perl]code[/code]
[code=php]code[/code]
[code=sql]code[/code]
[code=xml]code[/code]
:-)
;-)
:-P
:-D
:-|
:-(
:yes:
:no:
:ok:
:lol:
:lol2:
:lol3:
:cool:
:surprised:
:angry:
:crying:
:waving:
:confused:
:lookaround:
:clap:
:love:
:tick:
Message:
> Just to be complete, since some forums are in LTR direction while others are in RTL direction, the correct implementation must consider both cases, so that: > > [b]1) If the forum is in LTR direction and one wants to insert RTL text, we need:[/b] > > [code=html]<p dir="rtl"> ... </p>[/code] > > [b]2) If the forum is in RTL direction and one wants to insert LTR text, we need:[/b] > > [code=html]<p dir="ltr"> ... </p>[/code] > > This way we cover all scenarios. > > > Honestly "my little forum" is really better then other forums I've used, including the most popular PHP forums; Yet most forums don't have the [i]direction[/i] feature (that's one of the main reasons that I found "my little forum", since I was looking for a practical forum that also supports [i]direction[/i] through BBcode). > [b]What I mean is that adding this feature is another big advantage over many other forums.[/b] > > For example, if I want to teach programming in Hebrew, then most of the text will be in English (LTR) of course, only some explanation will be in Hebrew (RTL). > Without the [i]direction[/i] feature it is literally impossible - the text will turn into gibberish; > Look, the following sentence is completely out of order in LTR direction, i.e. it is displayed in reverse: > > [i][b]הפונקציה floor() מקבלת ארגומנט אחד: atom או sequence.[/b][/i] > > This is why we need the [i]direction[/i] feature. > > > Thank you, shian. > > > [i]Reference: https://www.w3schools.com/tags/att_global_dir.asp[/i]
E-mail notification on reply of this posting
OK - Submit
Preview