Jump to content

kongondo

PW-Moderators
  • Posts

    7,480
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by kongondo

  1. Well happy new year to you too! This is nice, thanks Ryan. This is a massive positive change. I am assuming you'll start a new thread to announce the change? ... Cheers Edit: Silly me...of course you will...
  2. I'm a bit confused by your code. Where did you define $children? Is it an array or a single variable?
  3. Not exactly...I don't think so. I think, in essence, terry wants to sort by the custom date field (the 20XX) and...the most recent child page to be assigned Page number 1, etc, etc (ASC). So: Gamma (2014) - when I view this page, it will have integer 1 (i.e. page 1) Alpha (2013) - ....page 2 Omega (2012)-.....page 3 Beta (2011) - ......page 4 If the custom dates change..... Alpha (2014) - page 1 Omega (2013) - page 2 Gamma (2012) - page 3 Beta (2011) - page 4 Or so I think...
  4. Nice work Claude! And it loads very fast!
  5. ...well you can ...Edit your first post using the full editor (click on "Edit", then click "Use Full Editor")
  6. MarcC, Works fine for me in Chrome. What version of PW are you using. I have tested in both stable (2.3.0.) and dev versions (2.3.9.) - default and default "warm" themes respectively. Am on Win7. What do they mean "it doesn't work"? Errors? What happens? Edit: Dev - tested "Warm", "Classic" and "Modern"...all work fine in FF and Chrome.
  7. Lol!....on days like these I just call it a day (if I can) and drop everything...catch a movie or something
  8. Welcome to the forums Marek! This knowledge: http://processwire.com/api/ + the basics of this http://www.php.net I am feeling too lazy to write...here's some light reading to help you get started http://processwire.com/talk/topic/2396-tips-on-getting-started-how-you-got-started/ http://processwire.com/talk/topic/1555-learning-oop/ http://processwire.com/talk/topic/2994-learning-php/ http://processwire.com/talk/topic/1927-php-the-right-way/ http://processwire.com/talk/topic/3518-what-ide-do-you-utilize/ http://processwire.com/talk/topic/2124-interactive-tutorial-knockoutjs/ http://processwire.com/talk/topic/4550-debugging-tips/ http://processwire.com/talk/topic/3115-javascript-resources/ http://processwire.com/talk/topic/2076-time-saving-tips/ http://processwire.com/talk/topic/1029-php-54/ http://processwire.com/talk/topic/2492-book-recommendations/ http://processwire.com/talk/topic/3925-project-management-for-developers-how-you-do-it/ http://processwire.com/talk/topic/4164-what-useful-freecheap-toolssoftware-for-freelancerssolopreneurs-do-you-use/ http://processwire.com/talk/topic/4250-whats-your-development-process/ http://processwire.com/talk/topic/4039-what-rss-web-designdev-feeds-do-you-follow/ Bottom line, only you can answer your main question (your topic title)....
  9. Happy new year! What the error is saying is that you are trying to call a class that has already been called (there's a better way to express this but Google is your friend). There's various ways to solve this issue: include_once: http://www.php.net/manual/en/function.include-once.php require_once: http://www.php.net/manual/en/function.require-once.php Another way around this is when you make copies of existing classes, to rename them...e.g. CommentFormCustom to MyCommentFormCustom. The experts here will give you better answers... .... Further reading. http://stackoverflow.com/questions/708140/php-fatal-error-cannot-redeclare-class http://stackoverflow.com/questions/2418473/when-should-i-use-require-once-vs-include http://stackoverflow.com/questions/2595171/php-include-once http://www.w3schools.com/php/php_includes.asp http://www.w3resource.com/php/statement/require_once.php
  10. @creativ3minds, My suggestions/questions: Maybe it will be easier to answer your questions if you divided them into separate new threads. I notice some of your questions are somewhat PHP related (e.g. concatenation). Others are about the PW API (both basic and advanced). Currently, your post is way too long IMHO. Have you read up on the basics of PW? i.e. the API
  11. ...please ignore, I don't know what I was thinking ;-) hehe...I logged into the "wrong" install...
  12. I don't get this request. In PW, same fields can already be reused in different templates and can be set as required. And, if you want a field to be always required on every page, you can set it as global + required. Maybe I am missing the point
  13. For starters, checking out your fiddle, I can't see how you are including matchCarousel.plugin.js. Have you checked for errors using Firebug? You probably have already but I don't want to assume anything...
  14. Again, it would be helpful to post your question....then the answers will come flooding in...;-) (hopefully)...so far all "we know" is that your question involves a jQuery carousel that is getting data from a JSON file...That's a bit vague. What have you tried? What is working? What is not? etc. etc...
  15. Uh? Really? if you searched the forums you'd find quite a number of jQuery related queries and solutions...I don't mean to be rude...but why didn't you just post your question? As for whether there are programming experts on these forums (your thread's title) ...I am honestly at a loss for words (and that doesn't happen often).... Initially I thought this was spam ;-)
  16. Am I seeing double? Enjoy ur vacation!
  17. I may be way off here but I think Joss meant to use the cities' templates to control permissions; design-wise, the templates wcould be equivalents if you wanted to. Maybe you have other reasons why you want to use one (literal) template for all cities....?
  18. Hmm, should Page Path History (core) still be listed as in Alpha?
  19. Maybe best to post this in the MarkupSimpleNavigation support forum.. http://processwire.com/talk/topic/1036-markupsimplenavigation/ Oh, and maybe this? 'parent_class' => 'parent', https://github.com/somatonic/MarkupSimpleNavigation
  20. OK, so finished my marathon forum catch-up...14 pages of threads! Here's signs you've been away too long..... 1. You get this message when trying to like a post... 2. Soma has (finally) updated his personal web site! 3. Pete trimmed his "facial" hair (ahem, fur) 4. Arimo is the new Arial, no Arial is the new Arimo, no actually Arial is still...uh, Arial..... 5. Willy C is designing a new top secret Admin theme. ;-) 6. You are no longer sure what this means.. 7. It's Christmas eve and you are starting a lousy thread... 8..........?
  21. ...and 12 pages later here I am.... very, very late to the party....I am liking what I am seeing and loving where this is going. I'll have me one "warm", thank you very much Ryan and all other contributors...
  22. Hi Uniweb. Welcome to ProcessWire and the forums *Bilingual:: Yes, right out of the box. There are various implementations explained here in the forums. Have a look at the docs for starters. http://processwire.com/api/multi-language-support/ *Membership:: there are 5 different types of users: teachers, research workers, administrative staff members, students and anonymous. Yes, again, there's various implementations. This is about users and access. See this thread for pointers and other links. http://processwire.com/talk/topic/3946-membership-module/ *Moodle integration:: teachers should be able to use Moodle from our domain I am not sure exactly what you mean by integration. Moodle is an application in its own right. Did you mean shared users, for instance? Others will be chime in about this am sure. *Blog. Not sure if I can integrate a built-in Blogger blog into Processwire. Or is there a blog feature already in Processwire? Yes, PW already has a blog profile....it is also easy to roll out your own (this depends on your dev skills though) http://processwire.com/talk/tags/forums/blog/ http://modules.processwire.com/modules/blog-profile/ *Forum would be a nice addition although I'm not sure if it's possible with Processwire? There's no native PW forum. There has been talk though about developing one. You will be better of (I think) for now using a solution such as IP Board. Sorry for the quick answers. I hope they get you going... ..others will chime in with better responses...
  23. Jeroen, very beautiful site, thanks for sharing!
  24. Well this is nice! Thanks Soma
×
×
  • Create New...