By foredoc on
Hi, I am using Drupal 6.0, and quote-6.x-1.1-beta
When I tried to quote, it gives the following output:
[quote=admin]Test[/quote]
I have never used quote module before, but this should not be correct, right? Any ideas? Thanks.
Hang
Comments
Looks like you've gotten
Looks like you've gotten this completely wrong. The quotes module provides you a node type for adding and displaying quotations, and not for BBCode Formatting. You're probably looking for this: http://drupal.org/project/bbcode
- Pavan Keshavamurthy
http://grahana.net/
- Pavan Keshavamurthy
http://grahana.net/
But the quote module works
But the quote module works well, except the quotation format is not what I expected.
I expect: "test",
It gives: [quote=admin]Test[/quote].
I am wondering if there is any settings that I missed. Thanks
I have figured it out: did
I have figured it out: did not enable the "quote filter". Thanks.