Jump to content

sakkoulas

Members
  • Posts

    122
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by sakkoulas

  1. Yeeeeeeeees , problem solved , that was it. thank you
  2. sigh , thanks Kongondo , i will search for it
  3. Right , sorry if did not explain correctly my problem
  4. no $p->render() just dummy html from processwire view thats right you save your content and its been update but im making html changes or writing some simple php code like <?php echo time(); ?> foreach loops e.c and it doesnt show my modified code unless save the current page or manually clear the cache.
  5. i have test two templates and its the same, if change some field and press the save button cache is cleared and return the new value.
  6. its not only styles, is also simple html code or just dummy text (screenshot) looks like it auto clear cache every 3-5 minutes
  7. Hi kongondo, im working local (MAMP), i have try with chrome and safari, also i access the page through local network from another pc and the first time load is getting the right data and after that return from cache, cant be sure about browser cache i will test it more. though every time i clear the cache pages from assets/cache processwire recreate them, don' t know if that matters. thanks for your response
  8. hi I have observed that processwire always cache my page even if i have disable cache from template, my problem is that trying to style the page and to be able to see my changes i have to clear the cache either by save the page again or delete the assets/cache/* or inside module page render . i have try processwire v 3.0.39, 3.042, 3.051 thanks
  9. hello adrian thank you for your response but it doesnt work ..... let me explain, in frondend i can set and save the field, I have a module that runs in backend and it neads to save that field from a form. i have try everything i found in the forum but nothing worked. thank you .....
  10. Hello, how can i set autocomplete field value from api. i have try with $page = wire('pages')->get(1); $page->of(false); $page->autocompleteField = 7111; $page->save(); $page->of(true); but doesn't work. thank you.
  11. hello adrian i was looking for this, but i couldn't find it. Thank you
  12. Hello Jonathan is it possible search text inside attachments thank you
  13. ok adrian Thank you, this is what i was looking for.
  14. hello, is it somehow possible to have a page field that contains as list all the fields thank you
  15. kongondo, about the way that pagefield shows columns and rows, i have changed inputfield Matrix.module selector and i have two pagefields one for columns and one for rows, so every time i add a page to pagefield the matrixfield shows the specific page.title. the problem is that if matrix_value has a value and delete the pageField with the specific matrix column the cell is not deleted until i clear the value from the specific cell and save the page.
  16. hmm is it possible in settings to search for matrix_row or matrix_column where $field = $page->field;
  17. no different but i have to tested that way from version 0.0.1
  18. i do tests with matrixField and seems to be working fine, (i have edit a little the inputfieldMatrix.module to retrieve matrix_columns and matrix_rows from a pagefield inside the same page) i'm still testing it, for any issues i will post here... Thaaaaaaanks kongondo
  19. wow kongondo this look great. thank you!
  20. pagefieldA contains the Y axis names of the table and the pagefieldB the X axis Names of the table, and i want to save new values inside the table, here is an example. i want to save prices for one car with spesific color and Engine, so i have two pagefields, one for colors and one for engines PageField A PageField B red 1000cc green 1200cc black 1400cc 1600cc 1800cc so i get a table 1000cc 1200cc 1400cc 1600cc 1800cc red 400$ 800$ 1200$ etc.. etc.. green 250$ 420$ etc.. etc.. etc.. black etc.. etc.. etc.. etc.. etc..
  21. hi, kongondo, thanks for your response i dont want to calculate the values, just to save the inputfield values so i can search them, pe find("pagefield-A=something, $pagefield-B=something) , return $value, i am not in my pc right now, i wil post my code later today
  22. Hello, i need a dynamic table with fields inside a page the y and x axis of the table has to get his values from two separate pagefields. for example pagefield-B-val2 | pagefield-B-val2 | pagefield-B-val3 pageField-A-val1| inputfield | inputfield | inputfield pageField-A-val2| inputfield | inputfield | inputfield pageField-A-val3| inputfield | inputfield | inputfield pageField-A-val4| inputfield | inputfield | inputfield each time i select a new value from the pagefield(s) the table must by automaticaly increase with the new value. is this possible?? i have try with Ryans FieldtypeEvents module but i fail to save the inputfield value in DB I would appreciate any ideas. thanks.
×
×
  • Create New...