-
Posts
357 -
Joined
-
Last visited
-
Days Won
5
Everything posted by qtguru
-
Hmmm this is weird I actually like this new upgrade even on mobile, never used to comment via mobile but now it's slick.
-
At the end of the day they decided to stick with WordPress already told them i won't manage the WP if that's their decision
- 75 replies
-
- 2
-
This is my honest opnion, I love Processwire very much however there are certain and specific applications that will make it hard for me to do in PW, because it would mean building my application around the concept of Pages, things like this i tend to default to Yii, but anything that relates too Content Management as the focal point, I default to PW. Yes it can be possible, but i will recommend using the right tool for the right job.
-
I wrote something about this on my thread. let me look for it UPDATED: https://processwire.com/talk/topic/8374-how-to-approach-this-feat-in-processwire/page-2
-
Sorry this will put on hold, a Wordpress site got hacked, and i have been tasked to switch to Processwire.. @tpr will get back to you on this.
- 75 replies
-
any way to use Ajax in this smarty ? like stopping when it's ajax and just returning a JSON
-
I used the Smarty template module to build a site the flexibility and block system reminds of MasterPages in ASP.NET
-
Thanks i think this is the best module ever, I can't build any Processwire anymore unless i use this Smarty module, always had issues with traditional Processwire templating but this is dynamic, thanks for the response my eyes didn't catch that method.
-
I think there's a limitation in this module: Let's imagine this scenario I have a page with fetches images and i need to do a thumbnail resize for each image however I do not know how to register a function with this module as in Smarty i can handle that but i don't have access to the current Smarty context, so right now I'm stuck, if there's a way i can my defined PHP functions in the smarty template, i'd appreciate it. Thanks UPDATE: It seems this works but we might need to expose some features to allow registering of functions, mind if i fork and send a PR ? class HomeController{ public function getTitle($page){ return $page->title; } } $home =new HomeController(); $view->set("title",$title); $view->set("content",$page->body); $view->set("images",$page->sliderImages); $view->set("controller",$home);
-
Thanks already gotten the idea and will proceed during the weekend, @horst I will definitely use your module as it will speed things up thanks, will update this post when i start working on it.
- 75 replies
-
- 2
-
So today I spent a lot of time looking at Queuing Systems in PHP and it's quite confusing, because I know PHP to be a blocking Language so this is executed as a cron job which sends mail in batches periodically till all mails are sent, Laravel has Queue system, but I don't know how the underlying system works, anyone familiar with this queuing system in PHP, won't mind articles explaining the concept thanks.
- 75 replies
-
Seems good, so this newsletter module, if you can explain how it works and all, i can gain some perspective into it. Thanks that won't be bad though because i remember doing all newsletter by hand too
- 75 replies
-
- 1
-
So i upgraded myself to Processwire 3.0 didn't want to update client's site without me taking the plunge and really with Processwire it seems Developer version is as good as stable. I totally and 100% love the Preview, blew my mind. Sadly I haven't been able to contribute as much as i should to 3.0 due to depression and total burn out. But really if anyone has a nice idea or any module i can contribute to, I don't mind. Thanks Ryan,Tom and the community for this awesome release. The preview is just too insane (slang for good)
- 75 replies
-
No worries got a new project for a Polo Club about to show them the power of content management, I wrote the previous in Yii Framework 1 and it runs on IIS without any issues so am going to test PW3 on it and give feedback.
-
How to convert to ProcessWire 3.0 namespaces?
qtguru replied to thetuningspoon's topic in API & Templates
also you can always rename namespace use NameSpace\App as EatMe -
How to convert to ProcessWire 3.0 namespaces?
qtguru replied to thetuningspoon's topic in API & Templates
He explains it well, -
How to convert to ProcessWire 3.0 namespaces?
qtguru replied to thetuningspoon's topic in API & Templates
Nope Namespace is a must, it's the way to ensure modules don't collide and none of us want to be involved in loading file manually. and also 3rd Party Library support. don't worry I will write an article about this and why Processwire needs this -
Just wanted to use this medium to say i am extremely happy and impressed with the community, I have been away from Processwire because of works and pressure, each time i come back here i see something amazing, and honestly Processwire 3.0 is amazing and looking forward to do crazy things with this.
- 75 replies
-
- 2
-
I got hands on experience with Cordova however am curious you can't have CORS issues with Cordova, because that limitation doesn't affect cordova however check your <access> tag in the config.xml. Feel free to ask any question.
-
@Pete true that, sadly getting payment from Overseas is another issue, though customers are loving PW, i use them for Projects where customers want strong ownership over content management, however my eager to migrate to 3.0 due to Namespacing and using 3rd Party lib easily.
-
what !! only me from Nigeria, can't be true
-
Been out of the loop, thanks a lot really appreciate this
-
I think so having a Gitter is a good idea, thanks for the comment, if there's any part complex in Processwire let me know, it's because my work involves me doing Cordova 24-7 i try to take a break doing Processwire to strike a balance.
- 75 replies
-
- 1
-
PW 3.0.4: Repeaters Revisited + ProFields Matrix
qtguru replied to ryan's topic in News & Announcements
Hi Ryan how can i follow PW 3.0, I want to know the Core updates to the internal so i can contribute. -
Am still alive, however am feeling in a good mood, which thread is the official thread for Processwire 3.0 Discussions I would love to be part of that.
- 75 replies