Caption line breaks?

Permalink Browser Info Environment
Touch Gallery is installed and some changes already done. I'm sure I'll get a nice gallery for my customer (if you check the site, remember, its' still on early stage). Site is built on Elemental.

But I have one question. This - as some other sites which are under work - needs sometimes to have quite a lot of information to be put in the caption. For example: "Name (of the product/object/photo)", "year of production", "artist/maker/designer", "materials", "photographer" ...

Line breaks would be a great help, but I have not yet found a way to make them. Regular "return" makes a line break which shows when editing, but not anymore in gallery (= for the viewer).

So, are my attempts futile or is there a way for make line breaks?

Kindly,
Päivi

Type: Pre-Sale
Status: Resolved
PaiviK
View Replies:
mnakalay replied on at Permalink Reply
mnakalay
It is possible but I need to know what you want to do exactly.
You see there are 2 different captions for each image, the one that shows with each thumbnail and the one with each full screen image.
In your file manager, each image has 2 attributes "title" and "description" when you edit its properties.

Title is used for the thumbnail caption and Description is use for the full screen caption.

Title can't really do what you want, but description can.

Whatever the situation, I just need to know if you need the text with each thumbnail or with full screen so I know how to help you.
PaiviK replied on at Permalink Reply
PaiviK
Ideally "title" would make the title (with a different style) and description would be the additional info devided on separate lines. Both would be shown.

But if that is not possible, this is what I need:

In current case the thumbnail caption is more important.
For example:

Red flower vase
Glass, 2014
Photo: Who Ever

Btw, just a comment. All galleries (which I have checked) seem to use image title and description for captions. Most of the time that is a perfectly good option. But when making multilingual sites that can be a little annoying - you either have to make captions in two (or more) languages or have to upload images several times and give them separate texts. It works, but separate caption (text file?) would be nice sometimes. But that would probably mean a less simple gallery...
mnakalay replied on at Permalink Reply
mnakalay
The title attribute is really meant to only hold short text.

What I suggest is that you create a new text area file attribute, just like the description one, and you use it instead of the title attribute.

I don't know if you are a coder or not. If you don't think you can do that let me know I'll send you a template with the modification.

Concerning the translation problem, I have never tried it myself but my understanding is that the Concrete5 muli-language system deals with that directly.
PaiviK replied on at Permalink Reply
PaiviK
Not really a coder, but I do (at least sometimes) manage to copy, paste, split and blend some code... ;-)
I would be happy if you sent me a template I could play around with!

My latter comment was not about translation... But never mind.
mnakalay replied on at Permalink Reply 1 Attachment
mnakalay
ok. Here's a modified version of the block's view.php that you can use as a template.

The modification is simple. First you create a new file attribute with a text area like the description field. I gave mine a handle of "long_title"

In the template you will see that I get the file and from there the value of the attribute. I also use the Php function nl2br that turns new lines into HTML <br> tags
$f = File::getByID($img->fID);
$title = nl2br($f->getAttribute('long_title'));


You can then use the variable $title anywhere you want.

You will see that in the file I am sending, I use it as a value for the link's "title" attribute. That will however create problems as new lines will not really show and the text will contain a visible <br> tag.

But you can use it in a different way like in a span that you can position on top of the image
PaiviK replied on at Permalink Reply
PaiviK
Thank you very much!
Päivi

concrete5 Environment Information

# concrete5 Version
Core Version - 5.7.4.2
Version Installed - 5.7.4.2
Database Version - 20150504000000

# concrete5 Packages
Touch Gallery (2.0.5).

# concrete5 Overrides
languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/pt_BR/LC_MESSAGES/messages.mo, languages/pt_BR/LC_MESSAGES, languages/pt_BR, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/pl_PL/LC_MESSAGES/messages.mo, languages/pl_PL/LC_MESSAGES, languages/pl_PL, languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT, languages/nl_NL/LC_MESSAGES/messages.mo, languages/nl_NL/LC_MESSAGES, languages/nl_NL, languages/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/sl_SI/LC_MESSAGES/messages.mo, languages/sl_SI/LC_MESSAGES, languages/sl_SI, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, themes/karhinen/kolmiosainen_perussivu.php, themes/karhinen/view.php, themes/karhinen/default.php, themes/karhinen/page_forbidden.php, themes/karhinen/page_theme.php, themes/karhinen/etusivu.php, themes/karhinen/elements/header_etu.php, themes/karhinen/elements/footer_bottom.php, themes/karhinen/elements/footer.php, themes/karhinen/elements/header.php, themes/karhinen/elements/header_top.php, themes/karhinen/elements, themes/karhinen/css/karhinen.css, themes/karhinen/css/main.less, themes/karhinen/css/bootstrap-modified.css, themes/karhinen/css/build/miscellaneous-styles.less, themes/karhinen/css/build/mobile/navigation.less, themes/karhinen/css/build/mobile, themes/karhinen/css/build/search.less, themes/karhinen/css/build/blocks/tags.less, themes/karhinen/css/build/blocks/feature-template-hover-description.less, themes/karhinen/css/build/blocks/topic-list.less, themes/karhinen/css/build/blocks/next-previous.less, themes/karhinen/css/build/blocks/page-title-option-byline.less, themes/karhinen/css/build/blocks/image.less, themes/karhinen/css/build/blocks/date-navigation.less, themes/karhinen/css/build/blocks/faq.less, themes/karhinen/css/build/blocks/testimonial.less, themes/karhinen/css/build/blocks/page-attribute-display.less, themes/karhinen/css/build/blocks/page-list-option-buttons.less, themes/karhinen/css/build/blocks/page-title.less, themes/karhinen/css/build/blocks/feature.less, themes/karhinen/css/build/blocks/page-list.less, themes/karhinen/css/build/blocks/image-slider.less, themes/karhinen/css/build/blocks/page-list-template-thumbnail-grid.less, themes/karhinen/css/build/blocks, themes/karhinen/css/build/mixins.less, themes/karhinen/css/build/bootstrap-3.2.0/list-group.less, themes/karhinen/css/build/bootstrap-3.2.0/component-animations.less, themes/karhinen/css/build/bootstrap-3.2.0/grid.less, themes/karhinen/css/build/bootstrap-3.2.0/input-groups.less, themes/karhinen/css/build/bootstrap-3.2.0/breadcrumbs.less, themes/karhinen/css/build/bootstrap-3.2.0/pagination.less, themes/karhinen/css/build/bootstrap-3.2.0/print.less, themes/karhinen/css/build/bootstrap-3.2.0/navs.less, themes/karhinen/css/build/bootstrap-3.2.0/popovers.less, themes/karhinen/css/build/bootstrap-3.2.0/bootstrap.less, themes/karhinen/css/build/bootstrap-3.2.0/buttons.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/forms.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/opacity.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/border-radius.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/table-row.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/resize.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/alerts.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/size.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/labels.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/buttons.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/center-block.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/text-emphasis.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/vendor-prefixes.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/grid-framework.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/grid.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/background-variant.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/responsive-visibility.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/clearfix.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/text-overflow.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/reset-filter.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/nav-vertical-align.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/panels.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/nav-divider.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/progress-bar.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/gradients.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/list-group.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/hide-text.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/image.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/tab-focus.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/pagination.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins, themes/karhinen/css/build/bootstrap-3.2.0/dropdowns.less, themes/karhinen/css/build/bootstrap-3.2.0/panels.less, themes/karhinen/css/build/bootstrap-3.2.0/pager.less, themes/karhinen/css/build/bootstrap-3.2.0/navbar.less, themes/karhinen/css/build/bootstrap-3.2.0/modals.less, themes/karhinen/css/build/bootstrap-3.2.0/responsive-embed.less, themes/karhinen/css/build/bootstrap-3.2.0/forms.less, themes/karhinen/css/build/bootstrap-3.2.0/utilities.less, themes/karhinen/css/build/bootstrap-3.2.0/scaffolding.less, themes/karhinen/css/build/bootstrap-3.2.0/progress-bars.less, themes/karhinen/css/build/bootstrap-3.2.0/tables.less, themes/karhinen/css/build/bootstrap-3.2.0/badges.less, themes/karhinen/css/build/bootstrap-3.2.0/type.less, themes/karhinen/css/build/bootstrap-3.2.0/variables.less, themes/karhinen/css/build/bootstrap-3.2.0/close.less, themes/karhinen/css/build/bootstrap-3.2.0/carousel.less, themes/karhinen/css/build/bootstrap-3.2.0/thumbnails.less, themes/karhinen/css/build/bootstrap-3.2.0/jumbotron.less, themes/karhinen/css/build/bootstrap-3.2.0/theme.less, themes/karhinen/css/build/bootstrap-3.2.0/labels.less, themes/karhinen/css/build/bootstrap-3.2.0/media.less, themes/karhinen/css/build/bootstrap-3.2.0/tooltip.less, themes/karhinen/css/build/bootstrap-3.2.0/wells.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins.less, themes/karhinen/css/build/bootstrap-3.2.0/responsive-utilities.less, themes/karhinen/css/build/bootstrap-3.2.0/button-groups.less, themes/karhinen/css/build/bootstrap-3.2.0/alerts.less, themes/karhinen/css/build/bootstrap-3.2.0/code.less, themes/karhinen/css/build/bootstrap-3.2.0/glyphicons.less, themes/karhinen/css/build/bootstrap-3.2.0/normalize.less, themes/karhinen/css/build/bootstrap-3.2.0, themes/karhinen/css/build/pagination.less, themes/karhinen/css/build/buttons.less, themes/karhinen/css/build/captcha.less, themes/karhinen/css/build/header.less, themes/karhinen/css/build/body.less, themes/karhinen/css/build/content.less, themes/karhinen/css/build/custom-design-classes/area-content-accent.less, themes/karhinen/css/build/custom-design-classes/testimonial-bio.less, themes/karhinen/css/build/custom-design-classes/blog-entry-list.less, themes/karhinen/css/build/custom-design-classes/recent-blog-entry.less, themes/karhinen/css/build/custom-design-classes/block-sidebar-padded.less, themes/karhinen/css/build/custom-design-classes/block-sidebar-wrapped.less, themes/karhinen/css/build/custom-design-classes, themes/karhinen/css/build/breadcrumb.less, themes/karhinen/css/build/reset.less, themes/karhinen/css/build/fonts/defaults.less, themes/karhinen/css/build/fonts/royal.less, themes/karhinen/css/build/fonts/night-road.less, themes/karhinen/css/build/fonts/blue-sky.less, themes/karhinen/css/build/fonts, themes/karhinen/css/build/footer.less, themes/karhinen/css/build, themes/karhinen/css/presets/night-road.less, themes/karhinen/css/presets/royal.less, themes/karhinen/css/presets/blue-sky.less, themes/karhinen/css/presets/defaults.less, themes/karhinen/css/presets, themes/karhinen/css/styles.xml, themes/karhinen/css, themes/karhinen/images/background-slider-default.png, themes/karhinen/images/tausta_vaalea.jpg, themes/karhinen/images/logo-kasi.png, themes/karhinen/images/logo-bg.png, themes/karhinen/images, themes/karhinen/perussivu.php, themes/karhinen/kuvasivut.php, themes/karhinen/thumbnail.png, themes/karhinen/page_not_found.php, themes/karhinen/blank.php, themes/karhinen/description.txt, themes/karhinen, languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/pt_BR/LC_MESSAGES/messages.mo, languages/pt_BR/LC_MESSAGES, languages/pt_BR, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/pl_PL/LC_MESSAGES/messages.mo, languages/pl_PL/LC_MESSAGES, languages/pl_PL, languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT, languages/nl_NL/LC_MESSAGES/messages.mo, languages/nl_NL/LC_MESSAGES, languages/nl_NL, languages/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/sl_SI/LC_MESSAGES/messages.mo, languages/sl_SI/LC_MESSAGES, languages/sl_SI, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, themes/karhinen/kolmiosainen_perussivu.php, themes/karhinen/view.php, themes/karhinen/default.php, themes/karhinen/page_forbidden.php, themes/karhinen/page_theme.php, themes/karhinen/etusivu.php, themes/karhinen/elements/header_etu.php, themes/karhinen/elements/footer_bottom.php, themes/karhinen/elements/footer.php, themes/karhinen/elements/header.php, themes/karhinen/elements/header_top.php, themes/karhinen/elements, themes/karhinen/css/karhinen.css, themes/karhinen/css/main.less, themes/karhinen/css/bootstrap-modified.css, themes/karhinen/css/build/miscellaneous-styles.less, themes/karhinen/css/build/mobile/navigation.less, themes/karhinen/css/build/mobile, themes/karhinen/css/build/search.less, themes/karhinen/css/build/blocks/tags.less, themes/karhinen/css/build/blocks/feature-template-hover-description.less, themes/karhinen/css/build/blocks/topic-list.less, themes/karhinen/css/build/blocks/next-previous.less, themes/karhinen/css/build/blocks/page-title-option-byline.less, themes/karhinen/css/build/blocks/image.less, themes/karhinen/css/build/blocks/date-navigation.less, themes/karhinen/css/build/blocks/faq.less, themes/karhinen/css/build/blocks/testimonial.less, themes/karhinen/css/build/blocks/page-attribute-display.less, themes/karhinen/css/build/blocks/page-list-option-buttons.less, themes/karhinen/css/build/blocks/page-title.less, themes/karhinen/css/build/blocks/feature.less, themes/karhinen/css/build/blocks/page-list.less, themes/karhinen/css/build/blocks/image-slider.less, themes/karhinen/css/build/blocks/page-list-template-thumbnail-grid.less, themes/karhinen/css/build/blocks, themes/karhinen/css/build/mixins.less, themes/karhinen/css/build/bootstrap-3.2.0/list-group.less, themes/karhinen/css/build/bootstrap-3.2.0/component-animations.less, themes/karhinen/css/build/bootstrap-3.2.0/grid.less, themes/karhinen/css/build/bootstrap-3.2.0/input-groups.less, themes/karhinen/css/build/bootstrap-3.2.0/breadcrumbs.less, themes/karhinen/css/build/bootstrap-3.2.0/pagination.less, themes/karhinen/css/build/bootstrap-3.2.0/print.less, themes/karhinen/css/build/bootstrap-3.2.0/navs.less, themes/karhinen/css/build/bootstrap-3.2.0/popovers.less, themes/karhinen/css/build/bootstrap-3.2.0/bootstrap.less, themes/karhinen/css/build/bootstrap-3.2.0/buttons.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/forms.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/opacity.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/border-radius.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/table-row.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/resize.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/alerts.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/size.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/labels.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/buttons.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/center-block.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/text-emphasis.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/vendor-prefixes.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/grid-framework.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/grid.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/background-variant.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/responsive-visibility.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/clearfix.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/text-overflow.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/reset-filter.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/nav-vertical-align.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/panels.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/nav-divider.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/progress-bar.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/gradients.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/list-group.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/hide-text.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/image.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/tab-focus.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins/pagination.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins, themes/karhinen/css/build/bootstrap-3.2.0/dropdowns.less, themes/karhinen/css/build/bootstrap-3.2.0/panels.less, themes/karhinen/css/build/bootstrap-3.2.0/pager.less, themes/karhinen/css/build/bootstrap-3.2.0/navbar.less, themes/karhinen/css/build/bootstrap-3.2.0/modals.less, themes/karhinen/css/build/bootstrap-3.2.0/responsive-embed.less, themes/karhinen/css/build/bootstrap-3.2.0/forms.less, themes/karhinen/css/build/bootstrap-3.2.0/utilities.less, themes/karhinen/css/build/bootstrap-3.2.0/scaffolding.less, themes/karhinen/css/build/bootstrap-3.2.0/progress-bars.less, themes/karhinen/css/build/bootstrap-3.2.0/tables.less, themes/karhinen/css/build/bootstrap-3.2.0/badges.less, themes/karhinen/css/build/bootstrap-3.2.0/type.less, themes/karhinen/css/build/bootstrap-3.2.0/variables.less, themes/karhinen/css/build/bootstrap-3.2.0/close.less, themes/karhinen/css/build/bootstrap-3.2.0/carousel.less, themes/karhinen/css/build/bootstrap-3.2.0/thumbnails.less, themes/karhinen/css/build/bootstrap-3.2.0/jumbotron.less, themes/karhinen/css/build/bootstrap-3.2.0/theme.less, themes/karhinen/css/build/bootstrap-3.2.0/labels.less, themes/karhinen/css/build/bootstrap-3.2.0/media.less, themes/karhinen/css/build/bootstrap-3.2.0/tooltip.less, themes/karhinen/css/build/bootstrap-3.2.0/wells.less, themes/karhinen/css/build/bootstrap-3.2.0/mixins.less, themes/karhinen/css/build/bootstrap-3.2.0/responsive-utilities.less, themes/karhinen/css/build/bootstrap-3.2.0/button-groups.less, themes/karhinen/css/build/bootstrap-3.2.0/alerts.less, themes/karhinen/css/build/bootstrap-3.2.0/code.less, themes/karhinen/css/build/bootstrap-3.2.0/glyphicons.less, themes/karhinen/css/build/bootstrap-3.2.0/normalize.less, themes/karhinen/css/build/bootstrap-3.2.0, themes/karhinen/css/build/pagination.less, themes/karhinen/css/build/buttons.less, themes/karhinen/css/build/captcha.less, themes/karhinen/css/build/header.less, themes/karhinen/css/build/body.less, themes/karhinen/css/build/content.less, themes/karhinen/css/build/custom-design-classes/area-content-accent.less, themes/karhinen/css/build/custom-design-classes/testimonial-bio.less, themes/karhinen/css/build/custom-design-classes/blog-entry-list.less, themes/karhinen/css/build/custom-design-classes/recent-blog-entry.less, themes/karhinen/css/build/custom-design-classes/block-sidebar-padded.less, themes/karhinen/css/build/custom-design-classes/block-sidebar-wrapped.less, themes/karhinen/css/build/custom-design-classes, themes/karhinen/css/build/breadcrumb.less, themes/karhinen/css/build/reset.less, themes/karhinen/css/build/fonts/defaults.less, themes/karhinen/css/build/fonts/royal.less, themes/karhinen/css/build/fonts/night-road.less, themes/karhinen/css/build/fonts/blue-sky.less, themes/karhinen/css/build/fonts, themes/karhinen/css/build/footer.less, themes/karhinen/css/build, themes/karhinen/css/presets/night-road.less, themes/karhinen/css/presets/royal.less, themes/karhinen/css/presets/blue-sky.less, themes/karhinen/css/presets/defaults.less, themes/karhinen/css/presets, themes/karhinen/css/styles.xml, themes/karhinen/css, themes/karhinen/images/background-slider-default.png, themes/karhinen/images/tausta_vaalea.jpg, themes/karhinen/images/logo-kasi.png, themes/karhinen/images/logo-bg.png, themes/karhinen/images, themes/karhinen/perussivu.php, themes/karhinen/kuvasivut.php, themes/karhinen/thumbnail.png, themes/karhinen/page_not_found.php, themes/karhinen/blank.php, themes/karhinen/description.txt, themes/karhinen

# concrete5 Cache Settings
Block Cache - Off
Overrides Cache - Off
Full Page Caching - Off
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
Apache

# Server API
cgi-fcgi

# PHP Version
5.5.18

# PHP Extensions
bcmath, bz2, calendar, cgi-fcgi, Core, ctype, curl, date, dba, dom, ereg, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imagick, imap, intl, ionCube Loader, json, libxml, mbstring, mcrypt, memcache, mhash, mssql, mysql, mysqli, mysqlnd, openssl, pcntl, pcre, PDO, pdo_dblib, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, readline, Reflection, session, shmop, SimpleXML, soap, sockets, SPL, sqlite3, ssh2, standard, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xml, xmlreader, xmlwriter, xsl, Zend OPcache, zip, zlib.

# PHP Settings
max_execution_time - 60
log_errors_max_len - 0
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 256M
post_max_size - 21M
sql.safe_mode - Off
upload_max_filesize - 20M
memcache.max_failover_attempts - 20
mssql.max_links - Unlimited
mssql.max_persistent - Unlimited
mssql.max_procs - Unlimited
mssql.textlimit - Server default
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
pgsql.max_links - Unlimited
pgsql.max_persistent - Unlimited
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 1440
soap.wsdl_cache_limit - 5
opcache.max_accelerated_files - 2000
opcache.max_file_size - 0
opcache.max_wasted_percentage - 5

Browser User-Agent String

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.134 Safari/537.36

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.