ShadowXOR - 24 January 2008 04:20 PM
- Option to keep Fast Reply always open, It’s all I really use and the great part of using it in IPB is you don’t have to click anything accept POST!
- Numbered lists, bulleted lists, and strike through text. I used these a lot in our old forums to show members what features we were working on and what was completed.
- Spoiler tags, a lot of sites use these to hide things that may spoil a movie/game for a person and are useful for other things as well.
These three are already possible.
1) In your theme file, simply get rid of the Fast Reply button and change this:
<div id="fastreply" style="display: none; padding:0;">
to this:
<div id="fastreply">
2) You can use any formatting plugin you like on your forums, including Markdown, Textile, or something custom that gives easy access to bulleted lists. Strike is part of default typography with [strike][/strike] pMcode. example
3) Again, a formatting plugin could handle this. This is really specific need, though, so you aren’t likely to find it in an existing formatting plugin. It would be simple matter to write, though, and perhaps someone from the community would even be able to help you with that in the Plugin assistance forums.