-
Posts
7,529 -
Joined
-
Last visited
-
Days Won
160
Everything posted by kongondo
-
Hi flod. Welcome to PW and the forums... Since PW builds the URL based on the name of the page, and the name is built based on the title, theoretically, if you imported titles, you should get the same name and URL "structure" (depending on what you mean by structure), I should think. Then again, you may be looking for something different as Adrian has suggested
-
Ignore my utter nonsense from before It works fine here on both stable and latest dev branches
-
Nice one Soma! I reckon you got "tired" of answering questions on the forum on how to find out what the ID of a page is
-
What, all these posts and no one actually welcomes u to PW? Welcome to PW and the forums Gregory!
-
I totally understand what you mean but just to clarify for those who may not ....Diogo is not saying things are not democratic here at PW..just that final decisions are made by the lead dev... . I don't need to remind us all that Ryan is very quick to listen and thoughtfully respond to requests, criticisms, etc. Sometimes I feel he bends over backwards to accommodate our many requests.... That has been my experience. Anyway, I digress, again, sorry
-
Well-said Ryan. Please, let no one show up at your door with anything other than pizza .... The bit about prejudices (big 3) reminds me of a post I read today when voting for PW over at CMS Critic....someone was asking Mike why bother with such awards; that everyone should just adopt the big 3.....Battling attitudes is one of the most difficult things, I bet, known to man . Big doesn't mean they'll always be around..look at what happened to Nokia...
-
Thanks for this Ryan! Would it be possible to paginate really long lists? (similar to the Page Tree). Maybe I missed it but will this be shipping with 2.4 or we'll always have to install it ourselves?
-
jquery error that I think processwire is making
kongondo replied to benbyf's topic in General Support
Maybe better ugly than "married" to older version of fancybox now that the later versions need paid-for-licences for commercial projects -
Another take here: Maybe a tad harsh...I like the Microsokia joke though..
-
That is the default. It has ID=27.
-
I also tested this a bit...as reported.... this line is the one causing the nullPage error $this->pages->addHookAfter('save', $this, 'updateTheUser'); Without that, the page deletes fine but not the user. Btw, apparently, you can't trash a user; only delete them...I don't know if this is still the case though... Edit: Of course, in the post above, Soma was talking about trashing the page and not the user... Changing the code like this deletes the user but not the page and throws the error "This page may not be deleted" ... $this->pages->addHookBefore('trash', $this, 'deleteTheUser');
-
Thanks Diogo. I remember at first getting confused by continue. In my mind it meant carry on with what you were doing until I read up on it in the "PW" manual (php.net) - "leave what you were doing and move on to the next iteration" sort of thing
-
Sorry to digress, but I just want to thank and agree with Soma here. He mentioned this on some post I read and it has really helped me with my coding. foreach used to be my best friend but now, exit; is my best friend closely followed by var_dump and it's cousin print_r. Add these to the knowledge that PHP and PW provide very useful messages when an error occurs, so far, these are all the debugging tools I need . So, thank you Soma!
-
I have installed NB and Eclipse b4 but am always overwhelmed by their looks (and I really dislike all those yellow warnings when coding PHP!; can they be turned off until when needed?). I have been using NP++ but feel I need something more robust, esp for PHP (class/methods detection, etc.) Never used ST or WeBuilder b4. Now, I have just downloaded their eval versions to, eh, check them out. Just done a quick test of WB. Stripped it down to no toolbars. This is how it looks like. From my quick test, it seems you can still reach all the functions that were provided by the buttons via the menu and shortcuts for some..Haven't finished testing.... Next, ST!
-
Yes, that's what most of us do . Reading your post I just assumed you knew and that this was for a different use case (good catch Adrian). Helpful resources about Page Fieldtypes are here: http://processwire.com/videos/page-fieldtype/ http://processwire.com/talk/topic/3579-tutorial-approaches-to-categorising-site-content/ I still like your method for some stuff I'm working on
-
Good point. You'll find this stressed by many lead developers here including Ryan. Never shy away from using what you believe is the right tool for you and/or for a particular project . Looking forward to reading about your experience with PW once you've put it through its paces
-
Hot off the oven, a bookmarking application built with PW framework http://processwire.com/talk/topic/4175-bookmarking/?p=43258 And an intranet office suite: http://processwire.com/talk/topic/2920-web-application-intranet-office-suite/
-
Dude, this is amazing! Good job! The interface is great! You logged in and I was expecting to see a tree, then boom! I see a totally diff app. . I like what you have done with this and taking the time to demonstrate it. It's nice to see how others have leveraged PW as a framework to build applications. We've been having this discussion whether PW is really a framework...well, there's your answer! I'd be interested to have this released, not so much that I'll use it (am not a heavy bookmarker - never used Digg and the like [gasp!!] ), but as a learning platform, inspiration and showcase of what PW can do. Of course, the decision is yours. Irrespective of whether it is released or not, am really impressed. Well-done! Cheers/k
-
Aah, I love a happy ending. Enjoy PW!
-
Look what Google found http://bahalul.net/xampp-mysql-server-remote-access/ http://www.apachefriends.org/f/viewtopic.php?f=16&t=47438 http://xlinesoft.com/blog/2012/04/17/video-connection-to-remote-mysql-xampp-installation-ftp-upload/ .htaccess Did you confirm that its rules are not conflicting with your server requirements? Are you able to access PW admin btw? (on GoDaddy). I ask because you say the "site" won't load. Any errors in PW logs (/site/assets/logs/errors.txt?
-
Hi i3i2uno, Welcome to PW and to the forums MySQL could indeed be the issue regarding the 500 error. As per the requirements, PW needs MySQL 5.0.15 or greater (later versions of 4.x may also work). It could be other stuff as well, .htaccess. Did that transfer correctly? is it named correctly? Maybe the rules there are conflicting with GoDaddy server? Missing files? As for connecting to a remote db, never tried that so can't comment Edit: Some GoDaddy issues here: http://processwire.com/talk/topic/1962-cant-reach-admin-page/ http://davidwalsh.name/mod_rewrite-htaccess-godaddy Possibly related/or for info http://processwire.com/talk/topic/82-install-pw-to-subdir/ http://processwire.com/talk/topic/3258-moving-website-from-local-server-to-a-sub-domain/
-
Yeah, the guy was at MS, then went to Nokia, now will be back at MS as VP something...(trojan horse?) An interesting issue briefly mentioned in the above links: Is Tech king or is Software king? Reminds me of the MS-IBM wars...then, same as now, software was(is)(?) king
-
MS is buying Nokia, what's left of the fallen giant... http://www.bbc.co.uk/news/business-23940171 http://www.bbc.co.uk/news/technology-23947212
-
Aah, I see. don't know about the pros and cons of doing it that way...but am sure someone else will comment. And no, your question did not sound stupid