Search found 46 matches

by caigner
Thu Feb 22, 2024 8:47 am
Forum: CMSMS Core
Topic: Where to add external sources (Javascripts)
Replies: 3
Views: 399

Where to add external sources (Javascripts)

I want to use Hyphenopoly in my project.

Are there recommendations (best practices) as to where to put such external sources?

Regards,
Christian
by caigner
Wed Feb 21, 2024 6:12 pm
Forum: CMSMS Core
Topic: When logged in Images are visible, when logged out, they disappear
Replies: 2
Views: 213

Re: When logged in Images are visible, when logged out, they disappear

Disabling Smarty Caching did the trick. Thanks!
by caigner
Wed Feb 21, 2024 2:05 pm
Forum: CMSMS Core
Topic: When logged in Images are visible, when logged out, they disappear
Replies: 2
Views: 213

When logged in Images are visible, when logged out, they disappear

Hi! Currently I experience a very strange problem. When I am logged in, the texts and images which I entered in the content editor are visible on the webpage. When I log out they vanish. They are no longer in the code. This is my template code: {content block="tile1_text" label="Text ...
by caigner
Fri Feb 16, 2024 4:08 pm
Forum: CMSMS Core
Topic: Content Manager - how to display the image
Replies: 2
Views: 240

Re: Content Manager - how to display the image

Ok, I will do as you suggested.

Thanks!
by caigner
Fri Feb 16, 2024 12:29 pm
Forum: CMSMS Core
Topic: Content Manager - how to display the image
Replies: 2
Views: 240

Content Manager - how to display the image

In the Content Manager Module one can select an image on the Option tab. The module help page says: Image This property allows associating a previously uploaded image with your this content item. Editors can select an image file from the uploads/images directory. This image may be displayed on the g...
by caigner
Wed Jan 31, 2024 6:05 pm
Forum: Modules/Add-Ons
Topic: Random Images
Replies: 3
Views: 436

Re: Random Images

Hi James,

Thanks for you help. I'll try it first thing tomorrow morning.

Best regards,
Christian
by caigner
Wed Jan 31, 2024 1:21 pm
Forum: Modules/Add-Ons
Topic: individual image size for each subgallery
Replies: 2
Views: 17142

Re: individual image size for each subgallery

Thank you! I shall take a look at it.
by caigner
Wed Jan 31, 2024 1:11 pm
Forum: Modules/Add-Ons
Topic: individual image size for each subgallery
Replies: 2
Views: 17142

individual image size for each subgallery

In the Gallery module options you can set a maximum resize-size during upload. That works fine, but applies to all galleries and subgalleries. Is there a way to set the resize size for each (sub)gallery on an individual basis? Example: For products I need a square format like 500x500 px. For people ...
by caigner
Wed Jan 31, 2024 10:19 am
Forum: Modules/Add-Ons
Topic: Random Images
Replies: 3
Views: 436

Random Images

The scenario: The user has uploaded multiple images via File Manager or Gallery . Now I want to display a random selection of these images on a webpage, like this: One Image: {random_image dir="images/Gallery/tiles" assign="myImage" urlonly=1} <img src="{$myImage}"> Mul...
by caigner
Sun Jan 14, 2024 6:03 pm
Forum: CMSMS Core
Topic: Fallback image if content_image is not set
Replies: 3
Views: 515

Re: Fallback image if content_image is not set

Thanks for pointing me into the right direction. I tweaked your suggestion a little bit and now it works fine: {content_image block='Header-Foto' assign='myContentImage' dir='images/headers' urlonly=1} <img class="hero" src="{$myContentImage|default:'/uploads/images/headers/header_def...
by caigner
Sun Jan 14, 2024 4:57 pm
Forum: CMSMS Core
Topic: Fallback image if content_image is not set
Replies: 3
Views: 515

Fallback image if content_image is not set

In case the user does not provide a content_image I want to display a default (fallback) image. So I wrote these lines in my template: {if isset(content_image)} {content_image dir="images/headers/" block='Header-Bild'} {else} <img src="/uploads/images/headers/header_default_o.jpg"...
by caigner
Sun Mar 05, 2023 1:15 pm
Forum: CMSMS Core
Topic: make "none" the default for parent pages for Editors group
Replies: 1
Views: 736

make "none" the default for parent pages for Editors group

Hi! I added a user to the Editors group and disabled "Manage All Content" for this group. The problem now is that when the user creates a new content page the parent page in the navigation tab is missing "None". That makes it impossible for the user to add a new main navigator en...
by caigner
Thu Jan 19, 2023 2:21 pm
Forum: German - Deutsch
Topic: Link zu PDF-Datei ergibt "You don't have permission to access this resource."
Replies: 7
Views: 4051

Re: Link zu PDF-Datei ergibt "You don't have permission to access this resource."

So, what should

Code: Select all

RedirectMatch 403 ^.*/doc/.*$
look like, so that a PDF can be downloaded? Should I remove it from the .htaccess file?
by caigner
Mon Oct 31, 2022 11:26 am
Forum: German - Deutsch
Topic: Link zu PDF-Datei ergibt "You don't have permission to access this resource."
Replies: 7
Views: 4051

Re: Link zu PDF-Datei ergibt "You don't have permission to access this resource."

Das Verzeichnis "doc" hat 775 und die PDF-Datei hat 644. Es sollten also alle Website-Besucher lesenden Zugriff darauf haben. Besitzer des Verzeichnisses ist der selbe, dem auch das uploads-Verzeichnis gehört. Ich habe das Verzeichnis in der Admin-Umgebung mittels File-Manager angelegt. So...

Go to advanced search