Jump to content

nabo

Members
  • Posts

    132
  • Joined

  • Last visited

Everything posted by nabo

  1. Hello... I found the solution but... honestly I don't investigate too much. The only change I did to the site is the installation of a module called VerifyLinks. I uninstall this module and now I can add new pages again.
  2. UPDATE: i try to remove the Combo field and now it works... so I guess it depends on that field. It's second time that I have problem with this field, first time images did not load 😞
  3. I add one thing... both template have one thing in common, a Combo field that contains an Image field
  4. Hello without no reason, I mean, without any changes or updates, now appears this error when I try to create a new page. New page '....' must be saved before files can be accessed from it It happens with two templates only. The strange thing is that if I copy a page with these kinds of templates there's no problem. Any ideas
  5. I solved... I omitted one information, the inputfield image that doesn't work was insieme a combo field. I updated the module to the last version and now it works... but it's strange anyway ?
  6. Hello I'm experiencing a strange behaviour on uploading image. I create a new page (it's a common task, I have more than 2000 pages with this template) and when I try to upload an image, this is shown for the time of uploading then disappear. No error on console, no error on logs. I can upload the same image (but I don't think the problem is related to the image) in another image inputfield in the homepage. I atteched both homepage first and new page network details any idea? The only big change I did to this project is the activation of ProCache on the site
  7. Hi @kongondo i use happily your module. May I give you a suggestion? I work with a lot of items and instead of a simple select options would be useful a feature like Page Auto Complete (both for performance and also partial search). Could be in your roadmap?
  8. Thanks for spending time testing this. Unfortunately I have to use the render inside a module and it's fired after saving a page. Don't know if this could be consider a bug @ryan?
  9. Tried both 1) yes, no change 2) as you suppose, the problem is not related to the language ?
  10. Yes, I'm sure. I didn't post the complete example but there's a cycle that try to render page based on language sent. If I choose any language (only one) it works, if I a choose more than one, only the first works.
  11. Hello I have a problem with page render. I need to render the same page in more language but when I call the function, the content is correctly rendered only the first time. public function sendPost($post_id,$lang_current) { wire('languages')->setLanguage($lang_current); $post = wire('pages')->get($post_id); $content = $post->render(); } If I use something like this and log the content of "en" is null... $this->sendPost($page->id,"default"); $this->sendPost($page->id,"en"); any idea? ?
  12. Hi @kongondo and thanks for this module (I bought some days ago). I installed it and it worked perfectly since I switched to php 8. Now I've got 4 deprecated messages and the backend doesn't work anymore. Deprecated: Required parameter $mode follows optional parameter $value in /site/modules/DynamicSelects/DynamicSelectsRender.php on line 980 Deprecated: Required parameter $action follows optional parameter $items in /site/modules/DynamicSelects/DynamicSelectsActions.php on line 214 Deprecated: Required parameter $action follows optional parameter $items in /site/modules/DynamicSelects/DynamicSelectsActions.php on line 317 Deprecated: Required parameter $action follows optional parameter $items in /site/modules/DynamicSelects/DynamicSelectsActions.php on line 415
  13. Thanks for this module, it seems great, but if I try to install I got this error ? Error installing module - FieldtypePageGrid Modules: Unable to install module (FieldtypePageGrid): Can’t save page 0: /pg-items/: It has no parent assigned
  14. This is the problem! I can't check because the value for a given language (if the value is empty) is returned with default value.
  15. Yes, I know this feature but I can't change this setting for these fields ?
  16. Hello I manage a multi-language site. In very few case I would like to have a content in other language than default when the value is not set in current language. I try this way to check if the value is empty, but the value is printed with default language $cl = $languages->get($user->language->name); $blog_title = $page->getLanguageValue($cl, 'title'); Is there a way to check if a value is empty in some language?
  17. Hello it would be nice if it could be possible to force a unique (or relative) imagefield for CKEditor. Example Using a repeater matrix (or repeater) with CKEditor field, the primary sources for images are imagefields in the page-repeater fieldset. Obviously I can change the page source, but I need to start from the root and this is not comfortable. In this specific situation the better solution is to have an imagefield in the parent page and force CKEditor to automatically go there... or if you want to have a "media library" go there first. Don't know which could be the best "setting system" but in my opinion this is an annoying problem.
  18. Thanks @Robin S this command solved the problem! Thank you again ?
  19. Thanks @Robin S. I will try soon and let you know! (unfortunately the PW installed is 3.0.123 and I need some time to update it)
  20. Hello I have a strange problem with $page->find The problem is that it's not work for a particular template. I correctly get the starting $page but these kind of selectors don't work $page->find("template=my-template") $pages->find("has_parent=xxx,template=my-template") but these work $page->find("template=another-template") $pages->find("template=my-template") I tried also with include=all in the selector. The strage thing is that I repeat the same procedure with another starting parent $page the system works perfectly. Any ideas?
  21. Hi @kongondo thanks for your work, I really appreciate and have waited for a long time ? I'm really excited to test PadLoper2. I have some questions 1) since PadLoper product are separated by PW pages, are you planning to do an Inputfield for select PL2 product? It could be useful if you want to use a richer product page modeling it with PW fields. 2) PL users are different from PW users?
×
×
  • Create New...