Jump to content

NoremPload

Members
  • Posts

    33
  • Joined

  • Last visited

Recent Profile Visitors

2,227 profile views

NoremPload's Achievements

Jr. Member

Jr. Member (3/6)

4

Reputation

  1. Thank you so much! Sorry for posting in the wrong thread, i couldn't find the other one (myfault).
  2. Thanks, i'm allready using this "version" - Sorry if there was a missunderstanding. I'm really confused. I have two image fields (same structure) one in a repeater, one not in a repeater. one is working fine, the other one is only saving the values the second time i save it. i played around with the fields now. All fields are working fine if NOT used in a repeater, if used in a repeater, they won't save the first time.
  3. Hi again ? I have a strange problem now with the custom fields for images. I have used this for some time now and it worked fine, but now (on an other installation - ProcessWire 3.0.148) i have a strang problem with it. Image is in a repeater and i have added a template with field-xyz for it. The extra fields are there but if i upload a new image and fill out the extra fields, they are not saving. If i fill them out a second time (when the image is already uploaded) it works fine. Any idea?
  4. Is it possible to use the value of a referenced page in a "show field if" query? Like in the screenshot. The page reference field is block_selector, the refernced page has the template select_value. Thx for any help!
  5. Thank You !!!! Upgraded to 3.0.143 and it works. Spent hours yesterday to get this fixed, you saved me some more hours working on it ;)
  6. Thank you! Had the same Error. A lot of dirs and files failed to upload. Uploading eveything again, truncate cache table and delete files in cache dir solved the problem.
  7. I have the same problem. Installed the module. There is no selection of fields where the extra fields should be added (as in some tutorials) The field for adding extra fields is available at every image field but the fields do not show up. Any solutions for this? ProcessWire 3.0.123 Image Extra Version 1.0.6 Using the Module and the fields at some other PW installations, there it works.
  8. solved: host is with www. now ? It's me again ? Currently all my sites are running on http, but now it's time to change to https. But if i call the site with https instead of http i just get a white page, anything i have to do in the config for using https? The output is the root page (web), not the page that should be linked to the domain in the page tree (page2). -web -- page1 -- page2 Thanks!
  9. Hi, EDIT: Found it, change it in the module configuration. Can't be overwritten by field definition. i cannot change the length of the seo_title field. I changed the field max length to 100 but it is still 60 at the input field. i tried to remove the counter to check, does not work. Tried to change the title and description of the field, this works. I'm confused. Thx for any help!
  10. looking for something else i found it here too sorry for duplicate
  11. Oh, thanks for the fast answer. I'll have to find a workaround. I'll add a radio "include_child_pages" then. THX!
  12. Hi, I try to use a page reference to make an overview site, but i cannot select (save) the page i use the field on. -page 1 -- article 1 -- article 2 -page 2 -- article 3 -- article 4 all templates of the pages are selected in selectable templates in field definition. i am on page 1 and i want to select page 1 as reference. i can select all pages, but if i save, all pages are there (if i select all of them) but not page 1. anyone can help, or is this the way it should be?
  13. Hi, is there anything else to configure for editing fields in multi-language mode ? i'm always getting following message: Edited language does not match current language (1143 != 1127) when i try to save an edited field in an other language than default language ?
  14. Thx justb3a! me = so blind. Looked everywhere, but not on the module doc page
  15. Hi, i'm back again with some questions about the module How do i get the id of the current used sites root page in a template? $config->MultisiteDomains = array( "www.someurl.net" => array( "root" => "www.someurl.net", <====== page id of this page ??? "http404" => 1023 and how do i pick this up in a template ? // Multisite.module - Line 84 // set the current domain, so it can be picked up in templates or other modules $this->domain = $httpHost; Thanks for any help !!
×
×
  • Create New...