Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

How do I use SoftWrap?

edited June 2007 in Vanilla 1.0 Help
Hello, I'm new to vanilla so plz forgive my Ignorance... I need to know how to use SoftWrap .. I have Installed It and everything seems to be ok ... but I don't know what code to use to put the code I add In discussions Into tags... (e.g: [code][/code]) or what? Thanx.

Comments

  • Ok I got It working with BetterBBcode ... Another weird Issue Is that I have FCKeditor extension Installed but, It doesn't appear at all !
  • Well if you are using Safari you'll have issues (not compatible with Safari.). Make sure you don't have any other extensions conflicting with it. Try disabling them all or one by one and see if it works. You also have to download the FCKeditor files from their site. In order for Vanilla to recognize an extension, it must be contained within it's own directory within the extensions directory. So, once you have downloaded and unzipped the extension files, you can then place the folder containing the default.php file into your installation of Vanilla. The path to your extension's default.php file should look like this: 1) /path/to/vanilla/extensions/FCKeditor/default.php 2) Download FCKeditor from (http://www.fckeditor.net/download/) 3) unzip it in /path/to/vanilla/js/FCKeditor/ the path to fckconfig.js should look like this: /path/to/vanilla/js/FCKeditor/fckconfig.js 4) Copy the included Video folder to /js/FCKeditor/editor/plugins/ that will enable the embedding of youtube and google video
  • edited June 2007
    thanx but doesn't work either!
  • SoftWrap is simply a CSS hack to wrap lengthly code lines, no? I took a look at it and it works flawlessly (big ups to stash for making it). Simply put, any long lines within a <code> block will force it to wrap to the screen or body width (whichever condition applies (also providing the theme css is compliant)) without it falling outside the page.
This discussion has been closed.