New Features
Posted: Sat Aug 02, 2008 6:21 pm
More maintenance type stuff. The following new features are installed here on the Gaming Den.
Horizontal Rule This code prints a horizontal rule in the post. The button for it is the one with "hr" on it. The code is simple:
Gives:
*
Strikethrough Produces a line through text. The button for it is the one with the "s" on it.
gives:
This is strikethrough font
*
Align This aligns your text. There's a drop down list with four choices.
*
Spacer This basically functions as an indent feature, except you tell it how far to indent. The default is one space.
gives:
this line has one space in the front of it.
You can specify how many spaces to use:
gives:
this line has 10 spaces in front of it
If anybody experiences any problems, please let me know.
*
Upcoming:
The Google search seemed like a good idea at the time, but in practice it blows worse than a whore with buck teeth. I found a tool that will rebuild the search index on the forum. However, the installation of that tool is a fairly intensive manual process. I'll be doing it over on Nifty first, then I'll repeat the process here.
Also, I know folks anxiously want an ignore feature. To get that, as best as I can tell, we need to upgrade to v3 of phpBB. I'm investigating what that entails, but it probably won't happen until September at the earliest.
Horizontal Rule This code prints a horizontal rule in the post. The button for it is the one with "hr" on it. The code is simple:
Code: Select all
[hr]
*
Strikethrough Produces a line through text. The button for it is the one with the "s" on it.
Code: Select all
[s]This is strikethrough font[/s]
This is strikethrough font
*
Align This aligns your text. There's a drop down list with four choices.
Code: Select all
[align=right]this is right aligned[/align]
[align=center]this is center aligned[/align]
[align=left]this is left aligned[/align]
[align=justify]This is supposed to be "justify" aligned, though as best as I can tell it doesn't actually work[/align]
this is right aligned
this is center aligned
this is left aligned
This is supposed to be "justify" aligned, though as best as I can tell it doesn't actually work
*
Spacer This basically functions as an indent feature, except you tell it how far to indent. The default is one space.
Code: Select all
[spacer]this line has one space in the front of it.
this line has one space in the front of it.
You can specify how many spaces to use:
Code: Select all
[spacer=10]this line has 10 spaces in front of it
this line has 10 spaces in front of it
If anybody experiences any problems, please let me know.
*
Upcoming:
The Google search seemed like a good idea at the time, but in practice it blows worse than a whore with buck teeth. I found a tool that will rebuild the search index on the forum. However, the installation of that tool is a fairly intensive manual process. I'll be doing it over on Nifty first, then I'll repeat the process here.
Also, I know folks anxiously want an ignore feature. To get that, as best as I can tell, we need to upgrade to v3 of phpBB. I'm investigating what that entails, but it probably won't happen until September at the earliest.