- Compatible XF Versions
- 2.0
- 2.1
- 2.2
Description:
Adds a line feed below quotes.
When a member uses the Reply link the quoted posted is added to the quick editor. The cursor by default will be directly under the quote box. Some members leave as is, others will add a line feed or two. This makes for messy posts as the spacing is inconsistent. This add-on helps eliminate this issue by adding a line feed below the quote box.
(Example before add-on is installed)
(Example after add-on is installed)
(Example of Options page)
Features:
This add-on will not function correctly if you have the following in your config.php file:
$config['development']['fullJs'] = true;
Adds a line feed below quotes.
When a member uses the Reply link the quoted posted is added to the quick editor. The cursor by default will be directly under the quote box. Some members leave as is, others will add a line feed or two. This makes for messy posts as the spacing is inconsistent. This add-on helps eliminate this issue by adding a line feed below the quote box.
(Example before add-on is installed)
(Example after add-on is installed)
(Example of Options page)
Features:
- Works in thread and conversation posts.
- Create a directory called /misc/ in your web root.
- Copy the message_manager.js file from the add-on directory to your /misc/ directory.
- In the options page add the Link to the message_manager.js file.
This add-on will not function correctly if you have the following in your config.php file:
$config['development']['fullJs'] = true;