peregrine
MVPperegrine MVP
Thank you, Bleistivt and Vrijvlinder for letting me transfer ownership of my plugins to you both, You are the only two people I have given permission. over and out of here
Reactions
-
Re: Where is the spoiler button?
although the same basic problem was here https://github.com/vanillaforums/Garden/issues/1581 which was closed :) you can look at this http://vanillaforums.org/discussion/comment/181005/#Comment_18100… (View Post)1 -
Re: Where is the spoiler button?
what you can do if you use Html as your main formatting, and bbcode just for the spoiler part. it is kind of a kluge. change PerformHtml: function(TextArea, Operation) { var htmlOpts = { opener: … (View Post)1 -
Re: To add this to you buttonbar.
you may need to change this as well in buttonbar.js to use a bbcode for the pullquote when your main formatting is set to Html. kluge... change in buttonbar.js PerformHtml: function(TextArea, Operati… (View Post)1 -
Re: Where is the spoiler button?
here is an example how to add pullquote addon to your buttonbar. same basic idea as doing the quotes. http://vanillaforums.org/discussion/25726/to-add-this-to-you-buttonbar and you can do the same th… (View Post)2 -
Re: How to post code like php, C, C++ ...
aside from the formatting suggestions r_j offered.... by the way if any one has trouble posting html tags without the tag being acted upon. you could use the < e.g. <html> becomes <html&g… (View Post)1
