By hasan çelik on Tuesday, 04 August 2015
Replies 5
Likes 0
Views 1K
Votes 0
Hi

When I add a code block to my post, I can't able to extend my code block's height..For example I have a code block which has 170 lines.. According to current version, I can able to publish 15 lines...
I 've added two pictures about this.
Hey Hasan,

You can modify on this file -> JoomlaFolder/components/com_easyblog/themes/wireframe/blogs/blocks/code.js

//LINE 15
$('#<?php echo $uid;?>').height('200px');

// Change your height from here
$('#<?php echo $uid;?>').height('500px');



Hope this help.
·
Tuesday, 04 August 2015 12:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

I try to say Is there any option for extendable code. for example when I add the 50 lines codes, program automatically increase default code line (15 lines)..

I can able to do this, when I add embeddable github code block...

http://loopec.com/index.php/makaleler/zzzzz
·
Tuesday, 04 August 2015 17:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey hasan,

Unfortunately we do not have any option for this at this point of time yet.

But it would be best if you can submit a feature request regarding this in our voice page -> http://stackideas.com/voices/easyblog , so everyone else could vote for it, the more people request on this, and we will priority consider it.
·
Tuesday, 04 August 2015 23:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok thanks;) it is a good idea.
·
Tuesday, 04 August 2015 23:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Hasan
·
Tuesday, 04 August 2015 23:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post