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.
Quicktags Extensions: insert image, links, blockquote etc
I use vanilla for a small forum of mine (bastardly.com/forum) & my user base isn't exactly the most computer savvy (nor am I), so I was wondering if there's anything out there that will add buttons on top of the where the commenting happens to help users add images, create clean links, blockquote, etc without having to pull out their hair or go to a 3rd party HTML websites.
It will only make a simple piece of software like vanilla even simpler!
0
This discussion has been closed.
Comments
That will never happen - it goes against the entire philosophy of Vanilla (keep it simple).
But it could happen as an extension very easily.
this.newWin = 0
I suspected setting it to [1] would add target="_blank" to the link but alas no, it didn't work, I had to hard code it in further down in the script.
No big deal really, just thought I'd point it out for a fix in the next update of the extension.
Firstly, I wonder how many times during the course of reading comments in this forum, that one clicks on a link, never expecting to come back after viewing it, preferably to the exact same spot that you left it?
Secondly, my members are newbies, many Mac users with a one-button mouse and nary a thought to doing a command-click to open a new window, so the easier I make the experience, the better for them. I also hate watching them clicking the back button endlessly until they come back to a familiar page.
Thirdly, the fix didn't work, there is provision in the script as I said but it had no effect, so I manually changed line 441 to...
edButtons[i].tagStart = '<a href="' + URL + '" target="_blank">';
The operative bit being target="_blank"
Fourthly, I understand you guys are experts and know exactly what you are doing, but sometimes you forget that not all end users are at the same level, some nowhere near it. That's why preferences were invented and that's why designers have a job designing.
[rant off] I feel better now.