Better Indentation in Posts? [message #4556] |
Tue, 30 July 2002 16:10 |
jbahr
Messages: 1 Registered: July 2002 Location: Longmont, CO
Karma: 0
|
Junior Member |
|
|
Forgive me if this is covered (I haven't seen this covered yet). We run a poetry board, but this probably applies to any text posting that requires varying indentation. Most boards I use deny the use of HTML for the usual security reasons, but do supply enough tags to get formatting done. FUDcode is a great start, but one often needs the equivalent of nbsp to get finer control over initial indentation. Justifification isn't enough. This is a big problem on poetry boards where indentation can be as important as line breaks.
Discus, for example, provides a number of special characters that get converted to HTML. It would be great to have a set such as of special character codes for other things as well (copyright symbol, etc.).
Thanks! This is really great software. Easy to install and wicked fast.
|
|
|
Re: Better Indentation in Posts? [message #4559 is a reply to message #4556] |
Wed, 31 July 2002 01:06 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Give me a list of characters you would consider useful, I'll review them and add the ones I believe to be of importance in the next version.
FUDforum Core Developer
|
|
|
Same question two years or so later - [message #21256 is a reply to message #4556] |
Tue, 23 November 2004 23:46 |
nayomie
Messages: 27 Registered: November 2004
Karma: 0
|
Junior Member |
|
|
Our forum is also a poetry forum and we often need funky formatting. I have also disabled HTML and find FUDcode just fine. I like the ability to highlight and select text editing options with buttons as in a word processor. And, of course, the [notag][notag] tag works just fine.
But - sometimes I just want to create two or three extra character spaces. Has a FUD equivalent of the HTML been created in the meantime?
Thanks
[Updated on: Tue, 23 November 2004 23:49] Report message to a moderator
|
|
|
|
|
Re: Same question two years or so later - [message #21259 is a reply to message #21258] |
Wed, 24 November 2004 00:21 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
By editing the post_common.tmpl you can add the tab drop down. I'll need to think about a [tab] tag, it be interesting to hear how many other people find this necessary.
FUDforum Core Developer
|
|
|
Re: Same question two years or so later - [message #21261 is a reply to message #21259] |
Wed, 24 November 2004 01:30 |
nayomie
Messages: 27 Registered: November 2004
Karma: 0
|
Junior Member |
|
|
After I posted my last message I had that same idea about editing the template to add a drop down box. I'm slowly starting to get ideas about how to tweak things around here. Getting in this deep is new for me, but wheels are turning.
Btw. - I was able to change some things in the css template, but could not find the spot to edit the light blue and medium blue rows on the main forum page (the category and forum names) and Which template is that in?
;>p
[Updated on: Wed, 24 November 2004 01:31] Report message to a moderator
|
|
|
Re: Same question two years or so later - [message #21263 is a reply to message #21261] |
Wed, 24 November 2004 02:40 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
These rows use an image background, one it th {} and the other is catdesc I believe. Since they are the only 2 styles using image backgrounds they should be easy to find.
FUDforum Core Developer
|
|
|
|
|
|
Re: Better Indentation in Posts? [message #21318 is a reply to message #21317] |
Thu, 25 November 2004 03:30 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Even if you are typing the code you'd probably want to have your formatting preserved without having to resort to hacks like [tab]
FUDforum Core Developer
|
|
|
|
|
|
|
|
Re: Better Indentation in Posts? [message #21522 is a reply to message #21519] |
Thu, 02 December 2004 14:42 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I presume the ident make the entire paragraph indented a certain amount, or is it a single line only?
FUDforum Core Developer
|
|
|
|
Re: Better Indentation in Posts? [message #21554 is a reply to message #21547] |
Fri, 03 December 2004 14:51 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I thought about adding such a tag, but the problem is that it can abused to screw up the page layout by moving the text too far to the right or the left.
FUDforum Core Developer
|
|
|