By Lorenzo on Sunday, 11 January 2015
Posted in Technical Issues
Replies 7
Likes 0
Views 0.9K
Votes 0
Hello,
I noticed that when I use EasyBlog media manager a long series of additional images are generated in a folder named 600, this doesn't happen if I use JCE image manager.
How to avoid this behavior because apparently I am constrained to use your media manager to upload the main photo for the blog.
Should I delete fields that refer to images in: EasyBlog -> Themes -> Blog Images? (I didn't find any option to disable them).






Another question: I decided to use only JCE and this also to manage video and files, how to disable your video manager? I was able to disable it for the photos, but not for videos...






Thank you
Hello Lorenzo,

Blog images are like a primary identifier for your post but in this case, it's an image that is associated with the post. You can disable this if you want by editing the file /components/com_easyblog/themes/dashboard/system/dashboard.write.php and remove the following code,


<?php echo $this->fetch( 'dashboard.write.blogimage.php' ); ?>


However, I reckon that you do not remove this as this is one of the key features which allows you to easily retrieve a post image. For instance, if you use a module to display a post and want to include the image of the post, blog image comes in handy.


If you want to remove the "Embed Video" option in the editor, edit the file /components/com_easyblog/themes/dashboard/system/dashboard.write.insert.php and remove the codes below,


<i></i>
<?php echo $this->fetch( 'dashboard.write.insert.video.menu.php' ); ?>
·
Sunday, 11 January 2015 12:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,
Blog images are like a primary identifier for your post but in this case, it's an image that is associated with the post. You can disable this if you want by editing the file /components/com_easyblog/themes/dashboard/system/dashboard.write.php and remove the following code,

However, I reckon that you do not remove this as this is one of the key features which allows you to easily retrieve a post image. For instance, if you use a module to display a post and want to include the image of the post, blog image comes in handy.


... so if I understand correctly, the other three images that are automatically generated, are essential for other options in EasyBlog, such as the display in modules?

If you want to remove the "Embed Video" option in the editor, edit the file /components/com_easyblog/themes/dashboard/system/dashboard.write.insert.php and remove the codes below,


...it works if I make changes directly on the dashboard.write.insert.php file, but if I put the file in my template for the override is not working anymore.
Where should be placed this file?

This is what I have tried without success:
- /templates/my_template/html/com_easyblog/dashboard.write.insert.php
- /templates/my_template/html/com_easyblog/dashboard/system/dashboard.write.insert.php

Thank you
·
Sunday, 11 January 2015 23:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

... so if I understand correctly, the other three images that are automatically generated, are essential for other options in EasyBlog, such as the display in modules?


Yes, it is used in other thing in EB.

...it works if I make changes directly on the dashboard.write.insert.php file, but if I put the file in my template for the override is not working anymore.
Where should be placed this file?


You can put it in this folder instead: JoomlaFolder\templates\my_template\html\com_easyblog\dashboard\dashboard.write.insert.php
Hope this helps.
·
Monday, 12 January 2015 11:12
·
0 Likes
·
0 Votes
·
0 Comments
·
... thank you!
·
Monday, 12 January 2015 16:36
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.
·
Monday, 12 January 2015 17:42
·
0 Likes
·
0 Votes
·
0 Comments
·
... sorry to come back to this post, so for pictures inside the blog article, you recommend to use the media manager of EasyBlog or rather JCE editor?
·
Monday, 12 January 2015 17:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Lorenzo,

Sorry for late reply to this,
Yes, I'm encourage you use Easyblog media manager that would be great.
·
Tuesday, 13 January 2015 02:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post