Search…

X3 Photo Gallery Support Forums

Search…
 
bdub0804
Topic Author
Posts: 1
Joined: 24 Apr 2009, 23:50

Can't upload Music & Picture File Name Problem

25 Apr 2009, 16:05

I can't seem to download music to my site, it says the files are too big. How can I fix this problem?

All my photos say .JPG after them, how can I get it off?

brettwphotography.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

26 Apr 2009, 03:51

Basically you can change the TITLES of of your images from the admin. For example, you may have a photo "pictureoflily.jpg", and you can set the title "Picture of Lily", which will display instead of the actual filename.

However, if you are only looking to not display the *.jpg extension, I would have to integrate a setting for that in next release. What you say?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

27 Apr 2009, 00:58

this option will be available in a new release coming in a few days. There will be a CSS style:
Code
.filename_extension {
     display: none;
}
... which can be used to hide the extension, or style it in any other way.

This class effect the NAME being displayed in full image mode, thumbnails, and thumbnailscroller. It only effects the text if you are using the original filename and have not created your own title.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

15 Jan 2010, 03:19

JimDole wrote:Thanks Karl this is very helpful. So I just go into admin and rename the titles. Yes?
Exactly.