-
Posts
4,077 -
Joined
-
Last visited
-
Days Won
87
Everything posted by horst
-
Linking directly between templates and field edit screens from pages
horst replied to Vigilante's topic in Wishlist & Roadmap
When $config->debug is true, you can read all fieldnames when hovering the arrow in the top right of every field. This is possible with plain PW. -
Post to database of another Processwire site
horst replied to modifiedcontent's topic in General Support
Yep, that's how it is often. Also I tried to bookmark all interersting stuff (with several systems of subfolders), it ever ended up unusable, just because of the amount of bookmarks collected by the time. -
ePrivacy was planned to be obliged at the same time, but now is considered to be obliged not before 2019!
-
Post to database of another Processwire site
horst replied to modifiedcontent's topic in General Support
Did you have read this? https://processwire.com/blog/posts/multi-instance-pw3/ -
There is currently a discussion with code examples from @BitPoet going on here in the forums withexact that point. Have a look into the security thread. I'm on mobile and not comfortable enough to find and paste the link. But it is only 1-3 days ago.
-
The problematic data is only "personal sensitive data", not every data that is in the DB. So what about encrypting the personal sensitive data. This should be doable with less effort. At least, when sensitive personal data is / should be out of scope of search results. This said, it should be less possible to reveal sensitive data from mysql-backups that are not under own control.
-
I have temporary hidden some posts, as I'm not clear if they are following our guidelines. EDIT: The above mentioned posts will stay hidden, as they are not in conjunction with our guidelines.
-
ImageExtra works together with AOS. This way you can add all fields you need and has the ability to filter and sort. No need for othet modules.
-
this comes from time to time since PW 2.3
-
Retrieving wrong (non-croped) file with filesManager
horst replied to Noel Boss's topic in API & Templates
There was a bug in 3.0.88. It get fixed in 3.0.89. Don't know if it affected your case, but want to ask: Did it work for you after upgrading? -
not exactly but a bit related thread:
-
Maybe you can use the the imagesExtra module, drop your sorting-module and install AOS (Admin On Steroids). WIth AOS you can add filter and searchboxes to images fields, what makes it very conveniant to find images with specific strings. So, I'm not sure if that search/filterfield includes all imagesExtra fields by default. But a quick question to @tpr will shed some light, I hope.
-
You can set a reply-to emailaddress in the config screen. If this isn't what you are after, there is a possibility to add individual headers. I'm on mobile now, thus not able to do a search. Can have a closer look later.
-
Maybe you better should collect an array, and leave it as is? $address_rev = wire('users')->find("roles=revisor"); $emailcc = array(); foreach($address_rev as $one){ $emailcc[] = one->email } $options = array( 'sendSingle' => true, 'cc' => $emailcc );
-
Hi @mr-fan, thanks for sharing this calendario demo. Would you mind to post the css tweaks you show in the example?
-
As additional information for those who uses my third party module "Image Animated GIF":
- 1 reply
-
- 9
-
Hi @Robin S, congrats to one more nice module! And I totally understand why you created it. I also (wanted to) use such a feature in different scenarios. Therefor once I added the "weighten" option to the PIA module. Hopefully you don't mind my following propagation of an alternative way to apply such a functionality. Maybe it is usefull for some people to have a different way to define / calculate / imagine the resulting images. You call it Megapixels, Pia uses image pixel dimensions for width & height or a single dimension for squares, defining a bounding box and get the images contained & weightened into that box. Additonally Pia handles one out of four values to the weighten-option to prioritize the landscape or portrait images in two ways: So, what you wanted was allready available in the modules directory for about three years. But I believe, when seeing all your modules, you have had fun building and sharing it. OT: For me, the last two years it is not possible to keep track of all the good new stuff coming into the core and from community members (like you). Some years ago, it felt doable for me. Lately I also found "a new possibility" to do things that was allready three years available. Even I had read it in the past and bookmarked it under my other several hundred PW links, it got out of focus. If somebody know a good way to keep track and or archive all the good stuff from here, (besides the few things that get mentions in the weekly news & blog posts), please share.
- 11 replies
-
- 5
-
- megapixels
- resize
-
(and 3 more)
Tagged with:
-
Hi @MarcoPLY, welcome to the forums. Imagefields are tied to a page, therefor the images you upload through this page are stored under /site/assets/files/<ID-OF-THE-PAGE>/. You are using repeaters, maybe as one of multiple options to reuse fields on a single page. Repeaters are also pages (behind the scene), therefor the images you upload to a repeater item are stored under /site/assets/files/<ID-OF-THE-REPEATER-PAGE>/. For all images you want to use in multiple places, one recommended way is to create a hidden page with an imagefield. Some people don't create an extra page but uses their homepage for that. Both do store all the stuff that is needed on multiple places, also text like contact data, files and not only images. But let us focus on the images now: If you need them into different pages with ckeditor fields, you need to click on the images button. In the opened dialog you can read " If you would like to select images from another page, select the page below.". Below is the name of the current page and a button or link called "change". Clicking on it opens a page tree to let you choose another page. (The homepage is the first one, what may be the reason some people store their reusable stuff there). With clicking on the pagenames you can traverse through the tree to every single page that exists in your system. Clicking "select" on the page of your desire displays all its images as thumbnails.
-
Since today, 31-01-2018, we have support for this in the PW Core. Therefore I updated this module to version 2.0.2 This version handles the detection of the core support and dismiss its installation then. If the core module is available but not installed, it get installed instead of this third party module. If you have this third party module already installed since a previous PW version and upgrade your wire folder, this module will detect the core module and install it. Its own hook isn't registered then and you get a notification about the changes.
-
Uploading/saving a file into a file fieldtype on Windows
horst replied to flydev's topic in General Support
@flydev What about the UAC (User Account Control) in windows? Is it enabled or disabled? -
Uploading/saving a file into a file fieldtype on Windows
horst replied to flydev's topic in General Support
I would doublecheck accessrights on C: under windows. If you have a drive with another letter in front, try to use this. Also, it isn't necessary to use backslashes on windows as long as you are inside PHPs functions. (Backslashes are only necessary on the windows commandline, via exec() or system()). Also I would try a directory downsite the DOCUMENT_ROOT, maybe under /site/assets/files/0. Just to compare if it does work there or not. Maybe not much of help, but I'm a bit out of ideas. EDIT: Apache / PHP security setings like opendir / openbasedir restrictions or something? -
Show Pages under Page it's referenced by in Tree
horst replied to hezmann's topic in General Support
@hezmann Original text from the config page: But you don't need to start with ListerPro. You also can configure the core Lister to get a good impression on how it works out. -
Show Pages under Page it's referenced by in Tree
horst replied to hezmann's topic in General Support
My first PW-project was a site profile for mp3 database. There are genre, autor, album, track siblings in the tree. To show them as parent children relations, I used a jquery tree in frontend. So, it was my first contact with PW, and I doesn't know much about it. But maybe build your own tree as a process module, which has its own page(s) under admin, can be a good solution, too. http://modules.processwire.com/modules/local-audio-files/ There is a basic demo page too: http://pwlaf.biriba.de/sitemap/ -
Show Pages under Page it's referenced by in Tree
horst replied to hezmann's topic in General Support
I'm not aware of any module that modifys the page tree beyond hiding some pages, and never would even think of to try. I go with lister pro and its filters for stuff like this, because it is damn fast and easy to use. -
Show Pages under Page it's referenced by in Tree
horst replied to hezmann's topic in General Support
If I get you right, you want to show one page on multiple places in the page tree? I don't think this can be (easily) done. What is the reason for this? Maybe you can solve it using the lister view?