By Till Ahrens on Friday, 04 March 2016
Posted in Technical Issues
Likes 0
Views 594
Votes 0
Hi, I wanted to ad some text in the comment field text area as you suggested here: http://stackideas.com/forums/how-to-preassign-the-comment-field
But it did't work.

I would like to have a short text in the comment field to explain a little bit:
"Hier kannst du deinen Kommentar eintragen. Deine E-Mail wird nicht veröffentlicht!"

I am using the Bubbles Theme. I tried to change back to the default theme just to check. but there are some problems now with the default theme. Now pictures are not displayed anymore.

Please could you check this for me!

regards
Till
Hey Till,

You can hack on this file -> JoomlaFolder\components\com_easyblog\themes\wireframe\comments\form.php


// LINE 53
<textarea id="comment" name="comment" class="form-control textarea" rows="5" data-comment-editor data-comment-bbcode="<?php echo $this->config->get('comment_bbcode'); ?>"></textarea>

// Replace with
<textarea id="comment" name="comment" class="form-control textarea" placeholder="Hier kannst du deinen Kommentar eintragen. Deine E-Mail wird nicht veröffentlicht!" rows="5" data-comment-editor data-comment-bbcode="<?php echo $this->config->get('comment_bbcode'); ?>"></textarea>



Hope this help.
·
Friday, 04 March 2016 13:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, you are great, that's what I wanted!

One more thing: Could you check what's wrong with the default theme. There are no more pictures displayed!?

Thanks
·
Friday, 04 March 2016 13:13
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.

I am sorry missed up your another question at above, that was strange, by right when you update to Easyblog 5, this default theme will not exist anymore.

In Easylbog 5, the default theme is Wireframe.
·
Friday, 04 March 2016 13:29
·
0 Likes
·
0 Votes
·
0 Comments
·
haha... ok!
Thanks!
·
Friday, 04 March 2016 13:52
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Friday, 04 March 2016 13:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post