By massimo on Thursday, 31 December 2015
Posted in General Issues
Replies 4
Likes 0
Views 596
Votes 0
Hey there,

Can you check my attached screenshot below. Are you referring placeholder message?

If yes, can you modify on this file -> JoomlaFolder\components\com_easydiscuss\classes\composer.php

// LINE 132
$html .= '<textarea class="dc_reply_content full-width" name="dc_reply_content" class="full-width">' . $this->content . '</textarea>';

// replace with
$html .= '<textarea class="dc_reply_content full-width" placeholder="Please insert your content here." name="dc_reply_content" class="full-width">' . $this->content . '</textarea>';

·
Friday, 01 January 2016 10:53
·
0 Likes
·
0 Votes
·
0 Comments
·
I have a little bit lost here, what do you mean editor default text?

Can you elaborate more detail regarding this?
·
Thursday, 31 December 2015 10:11
·
0 Likes
·
0 Votes
·
0 Comments
·
As you can see in the attachments I need a pre-fill textarea...
·
Thursday, 31 December 2015 20:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, your reply seems to be empty. Am I missing anything here?
·
Saturday, 02 January 2016 13:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post