-
Posts
328 -
Joined
Everything posted by ottogal
-
Done: Issue #1828
-
With debug mode enabled, clicking the debug action/icon shows the debug tools in a panel - but only for a Superuser. So the icon should not be visible for non-Super users.
-
Hi all, there seems to be a bug with this feature: When you change the setting Default "view" location/action to New Window/Tab, a click to the View tab wouldn't work anymore - you'd have to use the dropdown list. (The other options don't have this issue.) BTW: Wouldn't it be more consistent to let also the green View Button in the pages tree respect this same setting? (PW 3.0.18 devns)
-
Great improvements, indeed! Some minor observations, though: (1) After opening an image field in the editor, it happens that some of the thumbnails are not cropped correctly: https://snag.gy/zP3cVG.jpg Switching the grid to proportional mode and back, they are displayed well. (2) After the upload of an image the "Choose File" button is displayed wrongly (but works as intended): https://snag.gy/SiBY91.jpg (3) The "Choose File" button's caption is in English, even if the editor user's language is German: https://snag.gy/8OSQyP.jpg (4) In the list mode one image takes too much space (so you have to scroll a lot in case of many images). Why not place the green buttons inline with the filename? Like this: https://snag.gy/ioxGDI.jpg And it would be fine if you could even toggle on and off the display of the description fields... But anyway, no ranting here. Kudos for the fantastic work!
-
Hi again, I'm competely at a loss with this problem... I increased the upload_max_filesize and post_max_size, also tried to set post_max_size to 0 Iinspired by another post, I tried this in the .htaccess : <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> All that without success. I'd highly appreciate any further hints. (Cannot give a link, though.)
-
Select specific files for download from array
ottogal replied to electricarts's topic in API & Templates
Are you sure your field download_files has a Maximum files allowed value greater than 1? -
Just saw: When you try to check for updates you get the message instead of the correct one:
-
Ah, okay, I've missed that. Thanks for the clarification - and sorry for my silly "bad idea" statement...
-
That was the crucial point! I'm quite sure to have read about the "Removed Plugins" setting in the forums, but it didn't reach my brain... Now all is working fine - thank you again, Robin S, for your helping thoughts!
-
Me: You: That seems to be a bad idea: When I removed the trailing -master from the folder's name \site\modules\PageTableExtended-master and tried to login, I got this Warning: With pruning the -master from \site\modules\MarkupSimpleNavigation-master , I got an "non object" error message refering to the line where the navigation is rendered... So I renamed back all these folders to their previous names (with trailing -master).
-
Any ideas?
- 14 replies
-
- pagetableextended
- pagetable
-
(and 1 more)
Tagged with:
-
Searching the forums I found this post refering to a similar problem. It says In the file InputfieldCKEditor.module, line 249 is // 'enterMode' => 'CKEDITOR.ENTER_P', // already the default, can be left out So it seems changing the enterMode value to something else might help. Where and how would I change it?
-
I gave it a try but it does'nt work. These are the steps I did: Download of the module's ZIP file. Upload and unpack the file via FTP into the folder /site/modules/InputfieldCKEditor/plugins/ In the PW Admin, edit the CKEditor settings of the field body: tick the checkbox magicline in Extra Plugins In the file config.js, add the line config.extraPlugins = 'magicline'; to the CKEDITOR.editorConfig function. Did I miss some other necessary setting?
-
Thank you so much, @tpr! I'll try it.
-
This "insert paragraph here" functionality seems not to be part of the "div" plugin. Scanning the list of CKE plugins up and down I didn't find any which would provide this feature. Does anybody know, what it is and where to find it? (I think it extremely strange that something basic like putting the cursor to the very end of a textarea needs a plugin...)
-
Thank you very much, Robin S, for your hint to this plugin - it helped to solve my problem. Yet I've got another tiny issue: If a div like that is the last element in the source, ist not possible (in the editor area) to set the cursor below this div. Do you know a workaround for this? (Other than going into the source and adding some dummy character.)
-
And there's no way to let "him" know? Nesting of these elements is allowed, so why CKE is not taking this option into account? I tried this before. Sometimes it works, sometimes one of the paragraph texts looses it's wrapping p element... In any case, this is not a very intuitive way for "editor" users, they would need a special instruction in advance. I don't want them to have to check the source code and to instruct them how to "repair" the strange things that occur. I replaced the contents.css file with my own css file which contains all the relevant styles. And these are diplayed correctly (after source code is corrected).
-
Hi all, Obviously CKEditor doesn't allow nested flow elements like in this example: <div class="foo"> <p>Some Text</p> <p>More Text</p> </div> I want to wrap a colored box around the two paragraphs: .foo { background-color: #bdf; border: 1px solid #000; } In the mystyles.js I added the following: CKEDITOR.stylesSet.add( 'mystyles', [ { name: 'Box', element: 'div', attributes: { 'class': 'foo' } }, and added div(*)[*]{*} to the extraAllowedContent setting. In the editor, when I just have the two p elements in the CKE textarea; source is <p>Some Text</p> <p>More Text</p> I mark them and apply the style "Box". The result is <div class="foo">Some Text</div> <div class="foo">More Text</div> which of course is not what I want. Is there a way to overcome this behaviour of the CKEditor? (This same issue always drove me crazy in TinyMCE, and I hoped that CKEditor would handle this situation in a more rational way.) Of course, very likely I overlook some simple way to achieve that... I'm thankful for any hints! Edit: AFC and HTML Purifier are switched off.
-
Thank you for the information. I'm looking forward...
-
Hi cstevensjr, sorry for my late reply, I was distracted by other issues... Thank you for your time to do these screenshots. My field settings are okay, and I don't believe that it's a question of file size. In the meantime I made a strange observation: I added the field (type file, allowed extension mp4) to the template of a page in the Admin branch of the tree (it's a child of Admin). And here I don't have any problem to upload just the same mp4 file I used before...
-
Thank you for all your explanations (and your great modules!)...
-
Yep. - As far as I see both versions of the module file are identical; so for a installed module of which I've got only the -master version, I can rename the file pruning the trailing "-master"?
-
But again: Why there are two versions?
-
Now I installed the module via github, that worked without issues. At the moment I can't give you access to the setup. Thanks for the hints to the -master versions of modules. Again the question: What are they for, what's the difference to the others?