Jump to content

videokid

Members
  • Posts

    154
  • Joined

  • Last visited

Everything posted by videokid

  1. I was always under the impression it didn't matter... I've done some testing and in the end it seems 'This is nonsense! Horst is right' however, putting back the spaces results in a not deleted file in the temp directory.... without the spaces... woosh temp file gone... Debug time!
  2. Maybe... but could you explain why that did the trick for me? As I have noticed more then once.... $upload_path . $filename file is still in the folder $upload_path.$filename file is gone in the temp folder... About readability, I guess that's personal, to be honest strings and dots I NEVER use spaces, I simply don't like that... Grtz...
  3. @Digitex Try altering the following: $pathname = $upload_path . $filename; to $pathname = $upload_path.$filename; no space between _path and $filename Greetings.
  4. Of course you may... Actually that never crossed my mind... Originally the three top logo's were smaller, but since those are his main sponsors the site owner wanted them bigger... So far the main logo is pretty much in relation to the menu [well IMHO], and although the whole site is 'more or less' responsive, it's not 100% ideal. Anyway, something to think about and to present... Thank you for pointing that out PhotoWebMax.
  5. Thank you cstevensjr and adrian. About the auto playing videos [and audio], I know! There are different reasons NOT to play them automatically, however we've discussed this and for now we've opted for auto-play since this is a niche market and the visitors in generally want to 'see' something. That said, could be in a few weeks/months it will change and your remark is certainly valid! - V
  6. Hello PW community, A website redone for a friend in my hometown. after hours and hours research in the forum, struggling with the API, answers from nice and competent people I hereby present one of the things I've created with Processwire. I've seen nicer websites, but so far we're happy with the result. Used modules: Thumbnails Text formatter BB code [just for fun - the smileys] Page Tree Childs Reserver Customn Upload names VideoThumbsmodule the whole site was originally done in another CMS, so I've used the import pages modules too.... Comments, critics, always welcome, but please be nice Thanks in advance http://www.belaey-trials.be Regards.
  7. @pwired 'never seen', I'm not so sure, it looks pretty much OpenCart to me, they sure got the idea from over there IMHO. Nevertheless, it looks pretty good, but I see some things missing - Wishlist [paid option, not much, agree, but still] - compare options I do see some pro things, like generate SEO title, easier category choosing... It seems the folder structure is even similar to Opencart. I haven't been looking to the source BTW... Maybe I'll install it later, so far, not sure.... I have a cart system in mind for my own, maybe I'll use it and report back... Still, useful link I must say....
  8. Still had to report back... Everything works as expected... thank you for that! Regards!
  9. Funny, today I stumbled on a similar issue.... "show me 15 messages where end date is greater then today, or if there's no end date, give me the ones created at least month ago" in another cms you could do something like this: $events = $pages->find("template=event,(date>=$today)|(created>=$lastmonth,date=''),sort=-created,limit=15)"); seems 'date' in this case is not unique, which results in an error... IF that would work, pagination should work as supposed, no?
  10. As soon as I have time I will test the update, it works anyhow for the moment. Once the site I'm working on is done and online, I will test on the dev one. Why you may wonder... it's almost done and I don't want to break things for the moment [you never know]... and on top of that, this is the only 2.4.1 version running atm, so you'll be up-to-speed also. I had the same assumption btw, but in September/November last year I found out that actually worked... and if it's working, no need fixing things, right? Will report back ASAP. Thank you already!
  11. Well, while we're at it.... Not as much as a problem, something I noticed. I also use the module 'Images With Cropping' [inputfieldCropImage]. I have a field called 'images' and if you select in the 'basics' 'CropImage', the module 'Get Video Thumbnails' doesn't recognize the created field 'images'. Of course I choose 'images' in the 'basics' and in 'details' I choose Inputfield type 'CropImage'. I haven't examined both modules [the coding I mean], again, I'm already happy everything works as expected... Could be 'CropImage' shouldn't even be selectable in the basics. But since I'm in reporting/noticing modus... lol Again, big appreciation for the work you've done!
  12. Wow, quick response and action! Actually I just wanted to report, @the moment it wasn't a very big deal for me. Kinda heads up for future reference. But because of your quick modification I've tried it out... and it seems to work just fine, so :ThumbsUp: [there should be a emoticon ] Kind regards!
  13. I'd like to report this module in addition with Customn Upload Names obviously result in strange things Cheers!
  14. YW, the 2nd install did have multi-language features installed... and that's about it... no other third modules installed... plain and simple. the pages I'd like to clone don' t have children btw... Regards, - I.
  15. Interesting... the discount is done/page? Mark? any chance you might set-up the bags shop as demo somewhere, so we can browse the back-end how you've done things? Nice job both! - I.
  16. If you're using foundation, Orbit Slider isn't that bad either... ánd responsive too.... - I.
  17. Thank you for your time and your answer. Sorry for the little delay in my answer... browsing this forum is time consuming Multi-language fields are indeed in order here. Title [global] and name are multilangual [three languages in total]. The pages don't have children. I did notice the last time I tried to install the clone module the permissions didn't appear. I've added them manually. Installed modules: CropImage, Pages2Pdf,MarkupSitemapXML and PageTreeAddNewChildsRevers. Third party Teflon Theme. I did have another 2.3.0 dev-site without 3rd party modules installed. I've upgraded that one to 2.3.2, then to 2.3.7, using the default admin module. Installed clone module on 2.3.2, worked fine. Un-installed the module, upgraded to 2.3.7 en re-installed the clone module. The same scenario as I did before. Unfortunately the same result: "Unrecognized path". Sometimes I don't have that error, the default 'clone this page' is reloaded. Kind regards!
  18. Funny.... I've been digging this forum like hell and I stumbled on this one... just after I finished a car site LOL. Still interesting and it seems I was on the right track from the beginning.... Great TUT
  19. Hi, it seems cloning a page is not working. Sometimes I get a message 'Invalid path'. Tried with Opera and Chrome. After hitting the 'send' button the 'You will clone...' is loaded again. Processwire 2.3.7 and Clone 1.0.1 I was using version 2.3.2 and I thought 'upgrading' could be the solution, but the problem remained. Greetings.
  20. I wanted to test out your theme... I think I found a bug... When cloning a page I get following error: Unrecognized path otherwise it looks nice ---------------------------- Edit: ignore this, it seems it has nothing to do with the theme... sorry. ---------------------------- Greetings
  21. I presume module 'Sessions' has to be installed then? If not... $u = $user->isLoggedin(); is enough just for checking if a user is logged in?
  22. Hi Arjen, thanks for the pointer, I was going that direction... but I couldn't figure out what I missed... now I did Well, I think at least.... $spamField = $form->get("sendanemail"); $spamAction = ''; $spamAction = $spamField->value; Actually I mostly use two hidden fields Greetings from the Southern Neighbours
  23. Due other obligations personal things are on hold, but this has been flagged as followed... when time comes I'll update this with my 'solution' [not the right word probably but can't think of anything else atm]... your suggestion is of course dearly noted!
  24. videokid

    Movie Talk

    AKA Paranormal activity 25 ...
×
×
  • Create New...