Actions
Feature #7872
closedSupport > blockquoting in forum
Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
Group Forums
Target version:
Start date:
2017-03-31
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
This is a selfish request: I like to use > for quoting, and I'd like them to be translated to blockquotes.
Updated by Raymond Hoh over 4 years ago
- Status changed from New to Testing Required
- Assignee set to Raymond Hoh
- Target version changed from Future release to 1.17.0
Ask and you shall receive!
- https://github.com/cuny-academic-commons/cac/commit/90ca8a32f66d231cae5c7330176c457c8c7163a4
- https://github.com/cuny-academic-commons/cac/commit/dba65d694691a0beea6f27b6cc6c3fc888100e00
The Visual Editor already renders '> ' into a <blockquote>
without any code.
However, if you primarily use the plain-text editor in the forums, you can now begin any line with '> ' to start a quote. To stop a quote, use two breaklines.
When the forum post is rendered, the line will be wrapped around a <blockquote>
.
Example:
> I just quoted somebody My reply to that quote.
will transform to:
<blockquote class="bbp-the-quote">I just quoted somebody</blockquote> My reply to that quote.
The '> ' syntax also works via email as well.
Updated by Boone Gorges over 4 years ago
- Status changed from Testing Required to Resolved
Actions