Hi
Private message module is preparing support for input filter.
It is working fine, but I find that there is shown collapsed fieldset for selecting input format, although i have enabled better_formats module.
Can you please add permission "show format selection for private message" and function support for this, into your module?
Her you can find latest info: http://drupal.org/node/373124#comment-2050366
thanks
Igor
Comments
Comment #1
dragonwize commentedI would be happy to look into adding privatemsg integration. When the input format patch is committed and final I will look into it more.
Comment #2
andypostSuppose it's time to make it active because commited #373124: Input Filter
Comment #3
skizzo commentedshould this be included in the project page roadmap?
Comment #4
uomeds commentedI also notice Privatemsg now works with Input Formatting, which is fantastic, but I still can't disable user access to the various formats.
I am using Privatemsg 6.x-1.0-rc4. I see this might be fixed in the latest dev. Where do I download it if so?
Thanks.
Comment #5
savioret commentedsubscribing
Comment #6
codevoice commentedsubscribing
Comment #7
pepemty commentedsubscribing
Comment #8
freddyseubert commentedsubscribing - this would be a nice feature
Comment #9
skylord commentedsubscribing
Comment #10
igorik commentedBetter formats is probably dead project, however, I hide it using css.
Comment #11
savioret commentedAnd what is the "alive" alternative to better formats ?
Comment #12
dragonwize commentedNot sure what definition of "dead" you are using here. But the module is very much active. A new version was just posted last month.
If you would like this feature pushed through faster, you can help with development otherwise it has to wait till I get around to it.
Comment #13
weka commented+ 1 for adding Privatemsg integration.
Thank you for a great module.
Comment #14
nyleve101 commentedHi, just wondering how you hide it with css??
Thanks Evelyn
Comment #15
igorik commentedHi
those are my css rules, if you don't use privatemsg attachments or privatemsg forward, ignore or edit first rule
The format fieldset has no css class so I am hiding all collapsed fieldsets on privatemsg. It is ok because (for now) there are no other fieldsets except input format fieldset, and optionally privatemsg attachments and privatemsg forward fieldset.
In the future, I hope that better formats will be support privatemsg input and those css rules will be no necessary.
Comment #16
freddyseubert commented@Evelyn:
I wanted to hide the whole collapsible fieldset with CSS. First I had to add a CSS-class to the fieldset with the following code in my themes' (customized Garland) template.php:
(this snipplet is taken from http://chirale.wordpress.com/2008/03/17/add-css-class-to-drupal-form-fie... )
After that, you can hide the format-fieldset with CSS.
I don't know if this is the "right" way, but it works. :)
Comment #17
nyleve101 commentedfreddyseubert and igorik thank you both so much for getting back to me, it's very kind of you and much appreciated!
Hope all is well and you're taking care of yourself!
Evelyn
Comment #18
dragonwize commentedOther modules will be able to take advantage of BF in 3.x.
Comment #19
quotesbro commentedI do it this way:
Hiding with css is a wrong way.
Comment #20
dragonwize commented6.x is now unsupported.