Jump to content

elabx

Members
  • Posts

    1,523
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by elabx

  1. I have the same problem of laggy animations, it never really gets to actually feel smooth. I always feel this scrolling pages should occur in discrete steps, so you can have control of the animation, I feel like leaving control to the scrolling makes it a bit quirky, at least a kind of damping like jQuery NiceScroll library provides. I tried this types myself once, failed miserably, so much work on to keep it responsive.
  2. RT @processwire: New post: ProcessWire 3.0.16 brings major documentation updates and additions– https://t.co/6XKbb8gTu8

  3. Go away scary plugins, go away!

  4. RT @seherone: Inspirados en el "Catbus" de Miyazaki @smitheone y yo pintamos esta pieza sin boceto en Osaka a… https://t.co/i5KfNIsmHD

  5. Very interesting article! Makes me want to try @statamic even more. https://t.co/aXwcl3XouJ

  6. Emacs trick to help copy PDF catalogue into @Shopify product forms https://t.co/viP0CbEDEJ

  7. Hi johnnydoe, welcome to the forum! I think the easiest approach is to use the Processwire API. Give a look at the Skyscrapper profile template files. Specifically, the search.php template file. Take a look at how the Processwire API is used to check for HTTP variables and sanitize the data received. In the end of the search.php file you will find: $content .= renderSkyscraperList(findSkyscrapers($selector)); ..Which you can take a look here in the functions.php file, and it is the function that actually renders the markup from the PageArray retrieved by the selector queries. It is saved into $content, and rendered in _out.php. You might also take a look at this page of the documentation explaining the $input variable. https://processwire.com/api/variables/input/
  8. Are you handling AJAX with Processwire's API? if ($config->ajax){ //Do some stuff }
  9. You should be posting them around here (Question:How does Processwire compare to Wordpress?) I am also writing an answer on Quora and boy it is difficult to not sound too opinionated. Wow, you have had yourself in this project for a long time, congratulations on reaching the final stages, I'll join the eager wait list!
  10. RT @vestenet: The public has spoken: they like moms from JoJo's

  11. Hi! Indeed it solved the Markdown issue! Though the newline characters are still messing with me, for example, in the Markdown lists that actually need the line break to format correctly. I thought it had something to do with my editor, but I just tried exporting/importing the same file and it doesn´t work. I mean, Excel or Numbers read the file just fine, so I am guessing there might me something off on how the module parses back the file?.. Just throwing rocks at the problem here Proof that I'm not going mad haha: http://imgur.com/FjfAXha Somehow I feel this will steer into something to do with encodings, a topic in which unfortunately I'm not very knowledgeable. Sorry if this is getting a bit off topic! Thanks for your help!
  12. Hi! This is an awesome module! Just something happened to me right now, I was exporting/reimporting pages through CSV, and didn't notice that I had some fields using markdown, so when exporting it was the actual HTML formatting that was exported, so when importing back, things didn't make sense. I don't know if there should be "Respect markdown field" or something in the export settings. Maybe I'm just being nitpicky but thought I could just comment the case here. Also, I think this might be due to my CSV editor, but when importing the edited CSV, I had issues with line breaks in HTML, am I doing something wrong here? Because the initially exported CSV from the module, imported just fine inside the editor (Numbers) even with the line breaks in the HTML, but when importing back everything got messy Then again, thanks a bunch! I was looking for a "batch pages fields editor" and found this module to be very useful to edit a bunch of Youtube links, from a bunch of pages.
  13. RT @erina_mano: #特車二課整備班採用試験ツアー このタグを見るのがすごく楽しい!!またみんなに会いたいなぁー。二課棟でバスケしたいなぁー。ヴェスパに乗りたいなぁー。イングラムに乗りたいな!! https://t.co/5hYmAgYywh

  14. This is going to be VERY educational, thanks for the amazing work!
  15. I kind of had this problem, and solve it using a "NOT" selector when retrieving the array. https://processwire.com/talk/topic/12798-remove-multiple-items-from-pagearray/ Though I know this is not exactly what you are asking since it's not dealing exactly with the array, but thought it could help.
  16. http://modules.processwire.com/modules/markup-twitter-feed/ This module works fine, though you will have to generate the markup to achieve the "looks" of the Wordpress plugin you are puttin as example. Although, thanks to Processwire, nothing will get in your way to accomplish this Check this part of the module documentation: You might also want to to take a look at: https://dev.twitter.com/overview/api/tweets To know how the tweet objects are organized in the array returned by the module. (take a look at how $item variable is accesed when echoing the string)
  17. Actually this was all I had in mind I guess it could be the same as just having a site profile for yourself? Though one simple json file seems very convenient.
  18. Hi! I installed directly from Processwire. I was actually talking about this line: https://github.com/outflux3/PrevNextTabs/blob/master/PrevNextTabs.module#L84 My guess is it returns false because if hidden without the "include=all" selector it won't find any pages.
  19. Is this for your InputfieldChosenSelect module? I've been using it a lot and found myself wishing for fuzzy matching.
  20. Then I request a kongondo module release subforum!
  21. Hi Macrura! Thanks for this module! It's very cool! It really enhances using pages as a "data container". Though, I just tried selecting a template that contains hidden pages and it didn't seem to work. EDIT: I added "include=all" where you check for siblings of the page and it worked. My guess is that it should work even if pages are hidden? Thanks again!
  22. RT @processwire: New post: Composer, Google, Calendars & ProcessWire: Using Composer with PW 3.0.11, Google Client API & more– https://t.co…

  23. So, in the near future it will be possible to have a composer.json file that allows to bootstrap Processwire with all the extra module awesomeness?
×
×
  • Create New...