Jump to content

Mustafa-Online

Members
  • Posts

    73
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Mustafa-Online

  1. @flydev ?? - sorry for the mention, but are we going to have this module soon ?
  2. @Sephiroth Thanks alot for the video tutorials ?
  3. @kongondo I'm using Laragon Windows 10. PW is not installed in sub-folder. The files are uploaded in ../site/assets/files. I did everything i can, but still nothing works ?
  4. @kongondo -- Yes I have jqfu & uploads folders. I also modeified the post_max_size so it's bigger than upload_max_filesize I get this in network tab >> Notice: Media Manager: No valid media found to add to Media Library One More thing: I checked again, all the files I tried to upload are available in PW assets folder!
  5. @kongondo post_max_size = 512M memory_limit = 512M file_uploads = On upload_max_filesize = 2G -------------------------------------------- What are you trying to upload: I tried almost every type (jpeg png pdf doc docx ppt mp3 mp4) Are they perhaps smaller/larger than what you have in the settings? I even tried 3kb file size with no luck Is this a multilingual site? No It's a fresh installtion ProcessWire version: PW Dev 3.0.156 PHP version: 7.2.27
  6. @kongondo I have just bought the Media Manager Module, Upload is not working! when i click on start button nothing shows on media manager page! check the images below (Home + Console)
  7. I do it this way: i define a config->local then : /**** Config Enviroment **********/ $config->local = true; if($config->local == true) { $config->debug = false; $config->dbHost = 'localhost'; $config->dbName = 'dbname_on_local'; $config->dbUser = 'user_on_local'; $config->dbPass = '*********'; } else { $config->debug = false; $config->dbHost = 'localhost'; $config->dbName = 'dbname_on_server'; $config->dbUser = 'user_on_server'; $config->dbPass = '***********'; } And just toggle $config->local value between true / false
  8. @kongondo .. Any Release date? I hope to see first version soon
  9. @dragan .. I have the same issue with Title field ?
  10. @franciccio-ITALIANO How do you link assets (images, css ..etc)?? - share some code so we can help
  11. @kongondo .. I'm Totally Amazed (You Are Super Awesome). Just wondering about "Back-end Notifications" in the UI, I don't see it in the demo you made! where are they? ?
  12. @adrian - It's Empty ...............................
  13. I get this error when trying to upload an image! it used to be working, but suddenly stopped !! (Check The Image Below) .
  14. I can't wait to build my first E-commerce site using Padloper ? - Great Job @kongondo
  15. @bernhard , @theo ___ How can I add "CRUD" operations to the grid? and also make a title as Link to the page?
  16. @kongondo - Thaaaaaaanks alot, I will try it ?
  17. @ryan .. How to upload files to a custom directory?
  18. @OLSA - I tried the icon yesterday inside a "Repeater Field" - but it doesn't work ?
  19. I got a field with a type of "files" named: course_file .. how can I upload it to custom directory??
  20. You are absolutely right, but there must a way to restrict that behavior; for example: disable adding images in a video area ..etc / It doesn't have to be that cluttered. I don't know if the Drupal guys are OK with it, I will give it a try.
  21. Did any one tried to integrate "WordPress New Editor" into ProcessWire ?? I did some searches and I found this Repo on Github: https://github.com/front/drupal-gutenberg Which allows Drupal Users to use Gutenberg. Any Thoughts ?
×
×
  • Create New...