-
Posts
1,424 -
Joined
-
Last visited
-
Days Won
18
Everything posted by Juergen
-
Another problem: Cannot upload files with the latest version 1.0.1 of secure files. I have detected that upload of files is no longer possible with this field type in my case. I cannot point out the exact time when this problem starts because I havent upload secure files for a longer time. In the meantime I have updated PW more times. The upload has worked in the past but now I get the error message, that the folder doesnt exist or is not writeable. I store all the files in the folders var/securefiles and these folders exist: All folders has the permission 777 for testing purposes My settings of the input field: And this is what I got if I had tried to upload a file: Help would be appreciated Best regards
-
Oh, I have installed it a longer time ago, so I have forgotten that it is not in the Modules directory right now. Adding a "add new page" feature would be awesome!!!!
-
Thanks for the changes! BTW if you have time, it would be great if you add update information to the module so it would be fetched by PW updates. At the moment FEEL doesnt appear under this section and I have to look manually if an update is available or not. I hope it is understandable what I mean Best regards Jürgen
-
How to use pw to create a guestbook like functionality ?
Juergen replied to adrianmak's topic in General Support
I dont know what you exactly need in your guestbook but why dont you use the comment field as a guestbook? You can style it in the way you want with overrides. -
Hello @ all, General question: CKEditor provides the ability to upload images directly in the editor. On a page I have 2 image upload fields - one should be for uploading images via the editor, the second one is for an image gallery. By clicking the upload button in the editor the 2 upload buttons will be displayed - the one of the gallery and the other one for the editor images. I only want that the upload button for the editor images will appear and not the one for the gallery. Is that possible. Best regards
-
If area size is used to control the dimensions it would be difficult to create an error message. If specific sizes are used for portrait and landscape format it should be no problem. With php you can check if the image is in portrait format or landscape format and therefore you can output the specific message. "The size of the uploaded image is lower than the allowed size of 400px/600px. Please upload a larger image". And no I dont think that this procedure is complicated for clients. This is what I did at the moment. But my goal is that the images in the lightbox view should have approx. the same size. I dont want one picture with 400x400px and another with 400x600px in the lightbox view. I want to achieve more consistency. That was the reason for this posting.
-
It would be great to add this module as part of the core image field: https://processwire.com/talk/topic/8079-imagefocusarea/ It is very useful especially if you are dealing with portrait images of person (fe teammembers). Best regards
-
New bug? If the image field is loaded via Ajax then the click of the focus-link will be redirected to the homepage instead of opening the image in modal frame. For explaination: I have an image focus area field inside a fieldset. I have decided to show the content of the fieldset only if i click on the fieldset and the content will be shown afterwards via Ajax. In PW you can choose under the fieldset setting tab when to show the content (open, open only if there is content inside,...). If I choose to show the content via Ajax the image focus area field doesnt allow to set a focus area. After clicking the link I will be always redirected to the homepage. If I change the fieldset status to something without Ajax (fe always open) the image focus area field work as expected. Maybe this could be a bug if other users have the same problem. Best regards
-
It would be great if the minimum dimensions of uploaded images could be set differently for portrait and landscape format and not only in general. In my case I have added a lightbox on the frontend for the uploaded images. So if an image is in landscape format it should has a minimum width of 600px (and a proportional height of approx. 400px). If I upload an image in portrait format it should has a minimum height of 600px (and a proportional width of approx. 400px). The reason is that all images should have approx. the same size for the lightbox view. I run into troubles if I add minimum dimensions of height and width at 600px, because a portrait format in the dimensions of height:600px and width:400px will be abortet, because the min. dimension for the width is set to 600px in this case. For the lightbox view the size of the image would be ok. At the moment it is only possible to add height and width minimum dimensions for the image in general. So a sepearate setting field for portrait and landscape formate would be great. Best regards Jürgen
-
I dont know which JS causes FEEL not to work properly. I deleted some JS which works with onload property and my aim was not to make FEEL work - it was a positive side effect. So I didnt take care of the JS names and functions - I only deleted some of them.
-
Maybe there was an JS conflict that makes FEEL working not properly. I have deleted some JS files that I dont need anymore and now FEEL works as expected.
-
After installing it crashes my site. I always get an error 500 (frontend and backend) Error: Exception: You do not have permission to edit this language (in ......./web/wire/modules/LanguageSupport/ProcessLanguageTranslator.module line 79) I was logged in as superuser. What can I do? Best regards Edit: I deleted the files via FTP and now I can login as usual and the frontend will be displayed as expected
-
I will try that tomorrow and post the result here. Thanks for your effort Best regards
-
Yes this file is also added at the end en m\u00f6chten?"}</script><script src="/site/modules/FrontEndEditLightbox/FrontEndEditLightbox.js"></script></body></html>
-
Maybe I have done something wrong, but the edit link will not be displayed, because it is set to "display:none!important" inside the added <feel>-tag. Jquery is loaded. Also the other files (modal.js and fredi.js) are loaded as well. Link is included in the template via echo $page->feel(array( "text" => "Edit this page", "class" => "fixed left" ) ); Are there further steps required to make the links appear? Best regards
-
Does no one have this problem too?? Rendering of form in frontend doesnt grab the settings made in backend. I have upgraded to 2.6.22 dev but same result.
-
New starter theme with blog and basic pages
Juergen replied to benbyf's topic in Themes and Profiles
Hello benbyf, I have tried the demo at http://bbstarter.nicegrp.com/ If you use the search it leads to an error. Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Error has been logged. Best regards -
Independent if the backup is created manually or via cron job - same result. Best regards
-
Hello @ all Strange behavior: Upgrading to dev version 21 (comments with star rating), doesnt grab configuration settings - star rating field and URL field will not be shown if set to yes. This ist the frontend with renderAll(): As you can see no star rating or URL field will be shown. Does anyone have the same problem?
-
I have upgraded PW to the latest dev version (21) and now I get the following error if I want to open a backup: Error: Exception: Unknown Selector operator: '' -- was your selector value properly escaped? (in /home/.sites/24/site1275/web/wire/core/Selectors.php line 283) #0 /home/.sites/24/site1275/web/wire/core/Selectors.php(320): Selectors->create('0', '', ':7232549db11.sq...') #1 /home/.sites/24/site1275/web/wire/core/Selectors.php(115): Selectors->extractString('0:7232549db11.s...') #2 /home/.sites/24/site1275/web/wire/core/Selectors.php(104): Selectors->setSelectorString('0:7232549db11.s...') #3 /home/.sites/24/site1275/web/wire/core/Pages.php(213): Selectors->__construct('0:7232549db11.s...') #4 [internal function]: Pages->___find('0:7232549db11.s...', Array) #5 /home/.sites/24/site1275/web/wire/core/Wire.php(397): call_user_func_array(Array, Array) #6 /home/.sites/24/site1275/web/wire/core/Wire.php(332): Wire->runHooks('find', Array) #7 /home/.sites/24/site1275/web/wire/core/Pages.php(320): Wire->__call('find', Array) #8 /home/.sites/24/site1275/web/wire/core/Pages.php(320): Pages->find('0:7232549db11.s...', Array) I dont know if the error exist only after the last upgrade or if it occured earlier. What does this error message means? Does anyone have the same problem? Best regards
-
Hello kixe, yes you are right, it is Ryans ProcessDatabaseBackups, which is responsible for the backups. So your module does the job quite well - the module creates a new backup after the time period I have choosen. It seems all ok unless I click on the backup to open it, then I get the error message (also at backups which were made with the latest dev version) - I will post this problem in the general section. Best regards
-
I have upgraded PW to the latest dev version (21) and now I get the following error if I want to open a backup: Error: Exception: Unknown Selector operator: '' -- was your selector value properly escaped? (in /home/.sites/24/site1275/web/wire/core/Selectors.php line 283) #0 /home/.sites/24/site1275/web/wire/core/Selectors.php(320): Selectors->create('0', '', ':7232549db11.sq...') #1 /home/.sites/24/site1275/web/wire/core/Selectors.php(115): Selectors->extractString('0:7232549db11.s...') #2 /home/.sites/24/site1275/web/wire/core/Selectors.php(104): Selectors->setSelectorString('0:7232549db11.s...') #3 /home/.sites/24/site1275/web/wire/core/Pages.php(213): Selectors->__construct('0:7232549db11.s...') #4 [internal function]: Pages->___find('0:7232549db11.s...', Array) #5 /home/.sites/24/site1275/web/wire/core/Wire.php(397): call_user_func_array(Array, Array) #6 /home/.sites/24/site1275/web/wire/core/Wire.php(332): Wire->runHooks('find', Array) #7 /home/.sites/24/site1275/web/wire/core/Pages.php(320): Wire->__call('find', Array) #8 /home/.sites/24/site1275/web/wire/core/Pages.php(320): Pages->find('0:7232549db11.s...', Array) # I dont know if the error exist only after the last upgrade or if it occured earlier. What does this error message means?
-
Strange behavior. I have the following settings in my Details Tab: German: %e. %B %G English: %e %B %G A slightly difference - German has a dot(.) after %e - it outputs all in correct language: German: 22. Oktober 2015 English: 22 October 2015 Try it with this date formats and see if the result are the same as in this example. Best regards Jürgen
- 7 replies
-
- 1
-
-
- date
- multilanguage
-
(and 1 more)
Tagged with: