Jump to content

theo

Members
  • Posts

    299
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by theo

  1. Hi Bernhard, I am testing RockGrid for the first time now. It looks really great. I know I could read tfm for hours now, but I dare to ask a few questions: 1. How can I get a link on the row near the id for linking to the page editor? The same way it is done in "RockFinder Tester"? SOLVED 2. How can I deal with the "Select Options" field type, if I don't want to show the id's but the values? 3. How can I change the color of a row, depending on a certain row value? Thank you. (Lazy Theo)
  2. Small update video below. There are again many changes behind the scenes. Multiple instances of "Gridbuilder" can now exist on the same page. More "in-memory-actions" (JS) means less need to press the save button. But normal PW templates are still the base of everything. Images can be dropped directly onto a grid_image template. See video. http://theowp.bplaced.net/upload/pics.html Thank you.
  3. Well, I don't really care about a few seconds of start up time, if I have the benefits of a full fledged IDE for PHP and JS /TypeScript and CSS etc. afterwards. If I only need to quickly change a line of code, I'm using Kate or KWrite, which ship with KDE. Yes, NB is java based. Thank you.
  4. What do you mean with "faster"? Not sure if having "tons of plugins" is necessarily an advantage. That said, NB has tons of plugins as well http://plugins.netbeans.org/ Thank you.
  5. Btw. can you describe some of those various reasons? As a NB user, I would like to know if it makes sense for me to have a closer look at VSCode. Thank you.
  6. Ok, thank you. From the posting above, I thought it was something brand-new. But old NB Navigator looks more useful to me. Showing parameters and possible return value types as well. ?
  7. What exactly is the outline feature? Is there an advantage over Netbeans' "Navigator" Tab? Thank you.
  8. Not sure what you mean. The Font Awesome icons? Not sure if this is possible or sensible. Not on my priority list atm. Thank you.
  9. Btw. Instead of "plain JS" I recommend Typescript . It makes JS less confusing and more securing, especially when you are coming from an OOP Language like Delphi, Java, C# .
  10. Time for a little update. ? There are many changes again. Most visible: More Ajax, more Drag&Drop, more Wysiwyg. Real containers (Tree hierarchy) instead of "nested groups". Rows are also containers now. In this little video, I will show you how to layout a responsive page from scratch without writing a line of code. http://theowp.bplaced.net/upload/reptile.html This system is not for absolute noobs. You need to have an idea about how responsive web pages and Bootstrap work. But then one can be really fast I think. Still a long way to go, but I hope you like the idea. Thank you.
  11. This is too late to "var_dump". As I said, try var_dump or debugger in InputfieldImagePicker.module in private function getAImage($imgpath). The code in there is supposed to find an image object by its path name. Try to find out why it returns null. I have no idea what it might have to do with the selected language. Afaik images are the same for different languages. P.S. are you sure you have the updated version? https://github.com/theo222/ImagePickerField/blob/master/InputfieldImagePicker.module
  12. If it says that it called width() on null, then ImagePicker's getImage() returned null. You should always check the return value for null. I do not know why it can't find the image in your case for other languages. I can't reproduce this problem. I suggested here that you could try to see what is going on in getAImage($imgpath) using var_dump or Tracy Debugger. Did you do this?
  13. Could it be this problem? https://github.com/philipwalton/flexbugs/issues/160 https://github.com/philipwalton/flexbugs/issues/75
  14. I was able to make it work now. Not sure if a hack, but... To my copy of PageFrontEdit.js, I've simply added: function ckeGetProcessWireConfig(editor) { return {pwAssetPageID:jQuery("#" + editor.name).closest('.pw-edit').attr('data-page')}; } Then it shows the right image field. Thank you for your help.
  15. Yes thank you. I see it is not so easy. I need it in my backend wysiwyg editor which is a "tweaked" front-end editor and thus not working this way afaics. I'll need to invest more time later, it is not super urgent. Thank you.
  16. @Robin S Thank you. I will try this soon in a way. But I can't "hardcode" it in ready.php. Sorry for the late reaction. For a reason I was not alerted of your response. Just saw it now, when I wanted to "bump" the question. ?
  17. Hello The Title is almost the question. How can I define (@runtime) the page->image which is the default when I click the CKEditor image icon? Thank you.
  18. I really don't know. It is working here, so there must be something special in your setup. If you like, you can investigate what is going on in: private function getAImage($imgpath) in InputfieldImagePicker.module Thank you.
  19. @MarcoPLY I don't know what it has to do with language. I can't reproduce your problem. It works here in a multi language setup. But as it is stated in the README on Github: So always do this anyway: $img=$page->getInputField('imagepicker')->getImage(); if ($img!=null) { ... }
  20. @jmartsch: Thank you. Not sure. It's a matter of taste. I like it this way because I can quickly change sizes and I don't have to use the keyboard.
  21. Hello I am still working hard ? and I'm trying to turn the prototype into something reliable and usable. Many changes behind the scenes and some additional features. I will show a screencast soon. Thank you.
  22. Please try updates on github https://github.com/theo222/ImagePickerField
  23. Yes, I saw this, but I have no answer. I think it has to do with how PW Image works. But this is not really what ImagePicker is about. I added getImage() only for reading the description. Not sure anyway if it is a good idea to change the linked image from the picker, so I am probably not going to spend time on this. But if you get more insight, I could add your contribution to github.
  24. Or use Duplicator which is even easier imho.
  25. ... and check the contents of the .htaccess file. There are some comments about this. Search for "500 NOTE" in the .htaccess file.
×
×
  • Create New...