By Mark on Friday, 29 May 2015
Posted in Technical Issues
Replies 5
Likes 0
Views 745
Votes 0
I recently switched from Kunena to EasyDiscuss (still working a few bugs out).

I would "not" like to have the image name displayed below the image itself. I turned off the "Image Title" under settings/tabs, but that didn't help.

With Kunena, images could be placed "in" the post (text above and below) and located left, right, etc... I'd like to do similar with EasyDiscuss. As of right now all uploaded images are at the bottom under the "attachments" section.
Hi Mark,

You are most welcome .

Best regards
Chris
·
Friday, 29 May 2015 13:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

To remove the image name in the attachment go to your rootjoomlafolder\components\com_easydiscuss\themes\simplistic and find the file name attachment.image.php.

From there you can delete this line of code


<div class="caption" style="text-align:center;">
<a class="attachment-image-link" title="<?php echo $this->escape( $attachment->title );?>" href="<?php echo DiscussRouter::getRoutedURL( 'index.php?option=com_easydiscuss&controller=attachment&task=displayFile&tmpl=component&id=' . $attachment->id, false, true ); ?>"><?php echo $attachment->title;?></a>
</div>


To place image in the middle/left or right of the post you can go login to your backend->Layout->General->Editing->Default editor for questions->Select Editor-TinyMCE.

http://screen.stackideas.com/postleftright_s1_001.png

Once apply your editor in Easydiscuss will look like this

http://screen.stackideas.com/editors2.png

And here is the output http://screen.stackideas.com/outputeditors3.png

Hope that helps

Best regards
Chris
·
Friday, 29 May 2015 11:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the answer on removing the image name.

I'm still having problems placing an uploaded image "into" the post.

My preferred editor is JCE, but I switched to TinyMCE just to try things out. When inputing an image copied from a web URL, an image can be placed into the post, but I've found no way of inserting an uploaded image from my computer. It's there alright, but it's still at the bottom in the attachment section.

I can't drag it up or find any other means of placing it in the post.
·
Friday, 29 May 2015 12:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

My suggestion to upload an image from your local computer into the post is to open the folder where the picture file is located and the Easydicuss editor and place them side by side, from there you can click and drag the photo to the editor (please refer to the screenshot).

http://screen.stackideas.com/clickanddrag.png

Best regards
Chris
·
Friday, 29 May 2015 13:19
·
0 Likes
·
0 Votes
·
0 Comments
·
That works. Thanks.
·
Friday, 29 May 2015 13:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post