Jump to content

purwa

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by purwa

  1. thank you!!...didn't see that. I think I need more coffee
  2. Hello guys, hope you all have a great day. so I want to translate my templates element based on selected languages i.e "read more" button, "follow me" button, etc. in wordpress we can do something like this <?php _e( 'Some text to translate and display.', 'textdomain' ); ?> and then translate it via .mo files, how to achieve similar to this using PW or is there better way doing this?
  3. make it weekly wirecast or monthly if you busy
  4. oppsss, I did a search before posting this thread and can't find simillar thread. sorry. @teppo we need to put that on PW main page LOL. Sorry for any typo posting from mobile.
  5. Hi all a quick question for you (except for Ryan LOL). I know processwire from cmscritic.com
  6. their IT guy just called me, said there was a server reset or something couple days ago. It was server thingy
  7. Hello. one of my client site was build with pw 2.3, everything run smoothly until 3 days ago its throwing error (missing templates table). I Checked mysql and the sessions table also missing, any clue what is causing this?
  8. Will it run smoothly on older/slower machine? I have an old white macbook with archlinux installed (I use it when bored/tired working on my desktop).
  9. "megamacho" sound cool.
  10. @t I tried ink, and the layout break on gmail and entourage (mac) if remember it correctly, switching back to nested table and inline style, the pain is inevitable .
  11. ups, I missed that tiny button, thanks adrian. the editor is me
  12. Hi Everyone, a quick and stupid question: how do I insert image description in images field when I set the default view to "grid" ?
  13. @kixe I'm trying to use your version with Ace Editor but can't get it to work, do I need to uninstall the original module first?
  14. thanks, will check that out.
  15. hello everyone. I was trying Ace Text Editor module on my localhost and its amazing (combined with Images Tags module). it make me want to start a blog again, so I made one (using some domain name generator ). here's the url: http://pixlbendr.com/ Any feedback, comments and critics are highly appreciated. thanks.
  16. Sublime Text 2 but thinking to switching to Atom...
  17. thank you Soma, you rock! it works now. how do I mark my thread as "answered"?
  18. Hi Everyone. I need help to paginate search results generated from a search form. my search result url: http://mysite.com/search/?products=tshirt&size=xl how do I keep the value when generating pagination using MarkupPagerNav? like on SKyscrapers example: http://processwire.com/skyscrapers/search/page2?city=albuquerque (tried to look at the source code but can't find where Ryan set the pagination options, maybe I missed it? can someone point it out to me ) at the moment my pagination link only showing the page number without the get value i.e: http://mysite.com/search/page2 however, it showing correct results if I type the url manually like: http://mysite.com/search/page2?products=tshirt&size=xl I'm assuming I need to set the getVars in the pagination options can you give me example how to use the "getVars"? I've set the cache to 0 in the template setting. my code: $pagination = $matches->renderPager(array( 'nextItemLabel' => "»", 'previousItemLabel' => "«", 'listMarkup' => "<ul class='MarkupPagerNav pagination'>{out}</ul>", )); thank you!
  19. nice. currently I'm using prepros as the compiler. it will be awesome if someone make this http://leafo.net/scssphp/ as a proccesswire module. life will be much easier
  20. It working fine when using default theme. I'll try with re-installing the teflon. cheers!
  21. Hi Wanze, I only got this warning: event.returnValue is deprecated. Please use the standard event.preventDefault() instead
  22. I'll try a fresh install later. Thanks Wanze, I just checked my teflon version, its @version 1.0.3. it seems I need to download a newer version. btw I'm using Version 31.0.1650.57 on OSX Lion and PW 2.3.0, *edit: where I can get teflon v. 2? on the github page it still @version 1.0.3 */
×
×
  • Create New...