Should working but it`s not.
When I`am doing what You say, site crashes and I have error:
Parse error: syntax error, unexpected T_STRING in /homez.650/dobrylot/www/ojezu/components/com_comment/templates/default/readmore.php on line 1
I`ve edited readmore.php and after Your changes have:
<?php/** * @author Daniel Dimitrov - compojoom.com * @date: 11.04.13 * * @copyright Copyright (C) 2008 - 2013 compojoom.com . All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */defined('_JEXEC') or die('Restricted access'); ?><a href="<?php echo $this->link; ?>#!/ccomment" class="btn ccomment-readmore"> <?php echo JText::_('COM_COMMENT_WRITECOMMENT'); ?> (<?php echo $this->count; ?>)</a><?php if ($this->config->get('template_params.preview_visible', 0)) : ?> <?php echo $this->loadTemplate('preview'); ?><?php endif; ?>
Whats wrong?