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.
Edit boxes, formatters and quotes... oh my!
Hi Guys.
I've been using vanilla on and off for a while, and since it looks like no fix for the MultiRoles extension is forthcoming that will let me meet my original requirements(alas), I've changed those requirements. This means I can try to get my forum up and running using a different approach to the one I was originally after, and have been getting some of my core users to test stuff out for me.
One of the things that has come up is that for one user, for no reason either of us can fathom, my combination of HTML formatter, formatting buttons and quote tools just does not work for him. I can copy the text of his posts into one of mine and they work fine... but if he posts the same thing, it converts the HTML tag angle brackets to entities and the code appears in the final post.
So I'm going to ask for recommendations:
I want people to be able to enter HTML that can get tidied up if it's b0Rked. I also want them to have some simple buttons at the top of the edit window for things like bold, italic, links, etc... I also want a quote facility.
At the moment I've got the following extensions installed and active that should be messing about with people's comments as they enter them:
Html Formatter 2.0.6
Quicktags 0.5
Quotations 1.6
As far as I know, it's ony those three that jigger about with comments as users posts them. I've looked at using a WYSIWYG editor, and tested TinyMCE (couldn't make it behave properly in IE, and its appearance was too inconsistent across other browsers).
So... What extensions would people recommend I use to get what I need out of Vanilla? It needs to be light, fast and cross platform/cross browser. Or what would people suggest that either I or my friend might be doing wrong, and how would you suggest I diagnose or fix it?
I've been using vanilla on and off for a while, and since it looks like no fix for the MultiRoles extension is forthcoming that will let me meet my original requirements(alas), I've changed those requirements. This means I can try to get my forum up and running using a different approach to the one I was originally after, and have been getting some of my core users to test stuff out for me.
One of the things that has come up is that for one user, for no reason either of us can fathom, my combination of HTML formatter, formatting buttons and quote tools just does not work for him. I can copy the text of his posts into one of mine and they work fine... but if he posts the same thing, it converts the HTML tag angle brackets to entities and the code appears in the final post.
So I'm going to ask for recommendations:
I want people to be able to enter HTML that can get tidied up if it's b0Rked. I also want them to have some simple buttons at the top of the edit window for things like bold, italic, links, etc... I also want a quote facility.
At the moment I've got the following extensions installed and active that should be messing about with people's comments as they enter them:
Html Formatter 2.0.6
Quicktags 0.5
Quotations 1.6
As far as I know, it's ony those three that jigger about with comments as users posts them. I've looked at using a WYSIWYG editor, and tested TinyMCE (couldn't make it behave properly in IE, and its appearance was too inconsistent across other browsers).
So... What extensions would people recommend I use to get what I need out of Vanilla? It needs to be light, fast and cross platform/cross browser. Or what would people suggest that either I or my friend might be doing wrong, and how would you suggest I diagnose or fix it?
0
This discussion has been closed.
Comments
Announcement 1.2
Applicant Email Verification 0.4.0
Atom Feed 1.0
Buy A Drink 1.0
Category Filter 1.1
Category Icons 1.0.1
Category Jumper 1.0
ConfirmGoBack 0.1
Dice Roller 0.3
Discussion Filters 1.0
Discussion Pages 1.0
Guest Welcome Message 1.0
Html Formatter 2.0.6
Invite Friends 0.3
LiveSearch 1.1
Member List 1.2
New Applicants 1
Notify 0.2
Page Management 2.3
Panel Lists 1.0
Private Accounts 1.0
Quicktags 0.5
Quotations 1.6
RSS2 Feed 1.0
Role History 1.0
Another thing to try would be Kses instead of the HTML formatter--but I don't believe it would resolve this issue. It appears to be something unique with his setup.
Cheers for the suggestion about Kses, though. I may give it a look and see how it behaves...
it's like the old "my computer won't turn on"
'well, is it plugged in?'
i remember we had this problem too, esp with quotes (if users didn't select the appropriate formatter it would just display as code, 'twas nasty. once everybody remembered to selected the right format, all was well.
Looks like I had him in an obscure custom role for some reason when I was trying to use multiroles - it should have been a role that added some permissions, rather than defining them completely. Since I've now ditched multiroles, that role wasn't adding to his permissions but being the sole defining role instead.
Since I've restructured to not use multiroles, that's obviously not going to work anymore - so he's back to the normal roles now and all seems well.
Cheers guys...
...but to be honest I'm not entirely sure if that permission plays much of a relevant role in vanilla any more. As far as I can remember, nothing refering to it was included in the original html formatter (ie. before I sort of hijacked development of it :-P ), and upon searching through the vanilla files the only time it's actually used as a permission is in displaying a user's picture. It seems to me to be something of a leftover from the software vanilla evolved from.