-
Posts
361 -
Joined
-
Last visited
Everything posted by mel47
-
Zone is maybe not the better word, sorry. To simplify, let's say section: internal (for the people from the organisation) vs website (for general public). On home page, you choose between those 2 sections by a button. It's per-page (parent and its children) and it's mutually exclusive (meaning pageA will not be in the 2 sections). But I don't know the better way to assign a page (and its children) to the section.
-
Hi Need advices before changing everything on my website. I need to add a different "zone" on the website. This subset of pages have a independent menu and banner. How I can distinguish pages from zone 1 to zone 2? It couldn't be by template, since some are common. I was thinking adding a simple checkbox to manually allocate the parent page, but I'm not sure what will happen to the hundred children pages. If I select the parent pages, does the children will also be selected? Or do I will to checked the checkbox for each of them everytime? Home Page1 - checkbox:zone1, templateA Page 2- checkbox:zone 2, templateB +++children ?, templateC Page3 - checkbox: zone2, templateA ++children?, templateA Or does it something else? Something similar to field tagging but for pages? Thanks!
-
The problem, IMHO, is the absence of mention in description of config. If it's written somewhere than these settings while appear in tab settings of a configurable page, I will not have search that much for it. But I don't blame, I have myself problems to well documenting my own code... ? At least someone else can now find the information if they search the thread.
-
OMG I finally find it! ? A little bit not user-friendly, unfortunately. So after activating this configurable settings page, I finally discovered under "settings" a "Batch child editor setting". After going back to my BCE tab, the page selector is now there. Strangely when I removed this specific page from configurable pages (just for testing), the settings section disappear, however the page selector/fields to export are still sticking to my export CSV in BCE tab. Thanks for your patience!
-
Hum, I really feel stupid. It's not there either. But to answer your question, nope for me it does make sense. Sorry... ? The description mentions only separator and stuff like this, nothing about page selector. I would never have activated this option since I don't really need/want to modify those options. But I guess if it works, I will be fine with that! ?
-
-
Hi @Mike Rockett Sorry, I forgot to mention. I updated last week to the last dev version 3.105. It should be related to either PW version or PHP version, since on my production website, with the same settings and same data, it works fine. I was able to delimited to a specific part : I received error for the "congress field". I tried to change the data or even empty, but it didn't change the error. Even deleting "<div class='title is-6'><a href='{$c->url}'>{$c->congress}</a></div>" doesn't help. Everywhere else in the website where it uses this field, I get the same error. Thanks! EDIT: I refine more the issue by comparing my different fields, problematic or not. This field have some <sup></sup> (I export data from a other software, and it's difficult to remove them). Could it be the problem? It wasn't in previous version of PW.
-
Hi, I currently updating my website, and run with problem with Typographer. I use version 0.4.0 on local 7.0.30-0ubuntu0.16.04.1 Strangely I have this problem only in my home page (other pages seems to work), so I guess it's a specific setting but no idea which one. Can you see it? Thanks! Mel
-
Hi, I guess I found a side effect of your last update (I suppose because of the hook). The "New" link now appear on front-end when pagefield is used in formbuilder. It's not that I don't want even if it's contradict module's name (!) (in fact, could help me), but the link doesn't work anyway. Give a strange url : /undefinedpage/add/?parent_id=1050&template_id=46&modal=1 For now, I will downgrade, because I need this functionality in admin. Thanks
-
Hi. I'm eager to present you my website, officially released last week. It's multilingual website about a science&techno event (science popularization) which be held in May, in Québec, Canada. Organizers can register their events with Form builder and those events are display on front-end. http://science24heures.com I take the opportunity to thanks everyone who answer my questions, update their module or even create new one! I will not name people, because I will for sure forget some... I still have some issues with the website, but it's a work-in-progress, and I still have a lot of features I want to add for next year. By the meantime, comments and suggestions are welcome (just take in account it's not my job, but I volunteer for this organization for many years and suggested them to rebuild the website which was 12 years old (!)) Thanks again for PW and this community. I learned a lot of new knowledge (forms, hooks, svg more php and css, just naming some) along this journey... Mélanie
- 1 reply
-
- 7
-
ah, fell dumb, found it: $uniques = array(); foreach ($page->date_rp as $date) { foreach ($date->date_gp as $d) { $uniques[$d->id] = strftime('%e %h', $d->getUnformatted("date")); } } foreach ($uniques as $id => $date) { $out .= $date; } Thanks
-
Hi, I need to find unique date. With help here, I'm able to filter to unique results. However, I'm not sure if I stored the date as datefield, so I can manipulate it after. $uniques = array(); foreach ($page->date_rp as $date) { foreach ($date->date_gp as $d) { $uniques[$d->id] = $d->date; } foreach ($uniques as $id => $date) { $out .= strftime('%e %h', $date->getUnformatted("date")) ; //Exception: Call to a member function getUnformatted() on string } } date_rp is a repeater. date_gp is a PageArray containing a page with the field date (datetime field) Thanks!
-
Ah, didn't know that. Many weeks to don't understand what happens... Thanks!
-
Hi Does someone see problem with those translation? Only the first ones (évenement and partenaires) are picked up by the translation file. $out .= "<p class='column border'>". __('Évenement') . "<br />" . __('présenté par') . "</p>"; $out .= "<p class='column border'>". __('Partenaires') . "<br />" . __('majeurs') . "</p>"; Thanks
-
Hum. Doesn't work all the time. I still have the error message "please add map.google.com script in your document head" even if it's there. Does something else could interfere? Because in some pages it's works fine.
-
Module: Video embed for YouTube/Vimeo (TextformatterVideoEmbed)
mel47 replied to ryan's topic in Modules/Plugins
Thanks, but responsive tooks too much space in desktop version, even if it's was fine in mobile version. I found a way to specify some CSS rules. Thanks. -
Oh... Don't know why but I was sure it didn't work if not. Thanks!
-
Hi I have frequently error : "initMap is not a function" But the map is generally displaying correctly. Sometimes I have to refresh the page to get it. I have this in <head>: <script async defer src="https://maps.googleapis.com/maps/api/js?key=MYKEY&callback=initMap" type="text/javascript"></script> Chrome inspector: js?key=AIzaSyAXQ3WeU…callback=initMap:96 Uncaught Kb {message: "initMap is not a function", name: "InvalidValueError", stack: "Error↵ at new Kb (https://maps.googleapis.com/m…QnQ_ThTMb8XNFMZaOHo23Ya04&callback=initMap:146:49"} message:"initMap is not a function" name:"InvalidValueError" stack: "Error↵ at new Kb (https://maps.googleapis.com/maps/api/js?key=MYKEY&callback=initMap:42:72)↵ at Object._.Lb (https://maps.googleapis.com/maps/api/js?key=MYKEY&callback=initMap:42:182)↵ at ih (https://maps.googleapis.com/maps/api/js?key=MYKEY&callback=initMap:96:104)↵ at https://maps.googleapis.com/maps/api/js?key=MYKEY&callback=initMap:146:34↵ at Object.google.maps.Load (https://maps.googleapis.com/maps/api/js?key=MYKEY4&callback=initMap:21:5)↵ at https://maps.googleapis.com/maps/api/js?key=MYKEY&callback=initMap:145:20↵ at https://maps.googleapis.com/maps/api/js?key=MYKEY&callback=initMap:146:49" __proto__ :Error Thanks
-
Module: Video embed for YouTube/Vimeo (TextformatterVideoEmbed)
mel47 replied to ryan's topic in Modules/Plugins
Hello, Found a solution via css, but I don't know how to apply to it since this iframe have no id neither class. (I have others iframe which I doesn't want to center). So how I can apply an id or class to the video iframe? Thanks -
Module: Video embed for YouTube/Vimeo (TextformatterVideoEmbed)
mel47 replied to ryan's topic in Modules/Plugins
Hi How do I center the video? If it's embed in <p>link<p>, it's display. But if we do <p style="text-align:center;">link</p>, the video doesn't display. I just have 2 formatters, this one and Hanna. Thanks -
Hello, Got a simple need but couldn't find solution. I just want to check if a multiple checkbox have any value checked. For sure this doesn't work because it's an array, but what it will be instead? if ($page->date_sco == "1") // this but for multiple Thanks
-
Solved. Changes on security settings by hoster.
-
Hi, Need help. Since today, I got error 403 on some pages, but not everyone. I don't have error or exception in the log. How come I could find why some page and not others one? I upgraded to 3.0.95 yesterday, but just in case, I reverted to 3.0.94. Anyway, it didn't change anything. Thanks Mel
-
datetime DateTime format according to user language
mel47 replied to Eunico Cornelius's topic in API & Templates
Hi @Eunico Cornelius I use this way in my template: strftime('%A %e %b', $page->date->getUnformatted("date")) http://php.net/manual/en/function.strftime.php -
Hi I want to exclude images of a certain width. I wrote a function, but it created an array instead of PageImages. How come I could ameliorate this? function resolution ($largeur, $hauteur, Pageimages $images) { $imageLarge=[]; foreach ($images as $image) { if ($image->width >= $largeur) { $imageLarge[]=$image->size($largeur,$hauteur); } } return $imageLarge; } Thanks Mel