By Guido Wickihalter on Friday, 28 February 2014
Posted in General Issues
Replies 10
Likes 0
Views 462
Votes 0
Hello

when i upload a image/foto and i view the image, i see the imagename/filename.
exemplae: image.jpg

is possible to deactivate the filename in albums, fotos, popups and more?

Guido
You wanting people to uploading photos with no title name, just purely posting photos? What about the description? Just trying to get an idea of what you want.
·
Friday, 28 February 2014 17:47
·
0 Likes
·
0 Votes
·
0 Comments
·
i

i have here 3 examples screenshots.

1.
is the popup when i klick on a foto


2.
is in albums. when mouse over the image


3.
in albums shows the fotos



Guido
·
Friday, 28 February 2014 18:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Guido,

Hm, unfortunately this cannot be turned off right now but you can always customize it by editing the theme file /components/com_easysocial/themes/wireframe/photos/item.php


<a data-photo-image-link
href="<?php echo $photo->getPermalink();?>"
title="<?php echo $this->html( 'string.escape' , $photo->title ); ?>">
<?php
// These images are hidden from user.
// It allows us to switch between thumbnail/featured and SEO crawling.
?>
<i data-photo-image-thumbnail
data-src="<?php echo $photo->getSource( 'thumbnail' ); ?>"></i>
<i data-photo-image-featured
data-src="<?php echo $photo->getSource( 'featured' ); ?>"></i>
<i data-photo-image-large
data-src="<?php echo $photo->getSource( 'large' ); ?>"></i>
</a>


However, I really reckon that you keep the photo title otherwise there's no where the user can view the title of the photo
·
Friday, 28 February 2014 18:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Also note that even if you removed all the image titles, the page title would still contain the image title.
·
Friday, 28 February 2014 18:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

ok and thanks for help.

i have see now where i can rename the name of the foto.
maybi when i first time upload you can see the filename.
only when i go and rename its another name.

mark this for a new feature for 1.3


Guido
·
Friday, 28 February 2014 19:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Guido,

Hm, sorry but I don't quite get you here. Can you please elaborate more on this please?
·
Saturday, 01 March 2014 00:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

I saw today that whenever you look at pictures to the filename looks. only when you do not then rename the picture.
but that does not make the most of user or do not know where, on that account my question is whether one can always disable that the picture name you can not see the. because that is ugly to see.

translated by google

Guido
·
Saturday, 01 March 2014 00:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, sorry but I am not really sure if I understand you here
·
Saturday, 01 March 2014 01:21
·
0 Likes
·
0 Votes
·
0 Comments
·
i think he means that, it was not very nice from the user view, to see the filename, e.g. Image DFKJLSDFHLSDG__.img . And i think he eventually figure out that he can rename the images from the front-end.
·
Saturday, 05 April 2014 23:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, that's the idea actually because we want to preserve the file names as the user may have already named the photo file name correctly. You can of course edit the photo and give your own title
·
Sunday, 06 April 2014 01:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post