-
Posts
75 -
Joined
-
Last visited
-
Days Won
1
Everything posted by Mustafa-Online
-
Re-thinking ProcessWire Admin system (thought experiment)
Mustafa-Online replied to Jonathan Lahijani's topic in Dev Talk
@Jonathan Lahijani It's great you still working on this, can't wait to try it. I wish one day you make a tutorial on how to create an admin theme from scratch, as all forum's related content is outdated. -
Re-thinking ProcessWire Admin system (thought experiment)
Mustafa-Online replied to Jonathan Lahijani's topic in Dev Talk
@Jonathan Lahijani Any updates on this? I really like to use a new theme based on Bootstrap. -
@Sephiroth Thanks alot for the video tutorials ?
- 75 replies
-
- 1
-
@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 ?
-
@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!
-
@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
-
@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)
-
Where do you update the database username and password?
Mustafa-Online replied to shogun's topic in Getting Started
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 -
Future of Padloper - New Project Lead Announcement
Mustafa-Online replied to kongondo's topic in Dev Talk
@kongondo .. Any Release date? I hope to see first version soon -
@dragan .. I have the same issue with Title field ?
-
Building a site on local pc...
Mustafa-Online replied to franciccio-ITALIANO's topic in Getting Started
@franciccio-ITALIANO How do you link assets (images, css ..etc)?? - share some code so we can help -
module Sliding Toggle Fieldtype/Inputfield
Mustafa-Online replied to BitPoet's topic in Modules/Plugins
??? -
Future of Padloper - New Project Lead Announcement
Mustafa-Online replied to kongondo's topic in Dev Talk
@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? ? -
it works fine when using PHP 5.6 ?
-
-
I get this error when trying to upload an image! it used to be working, but suddenly stopped !! (Check The Image Below) .
-
Future of Padloper - New Project Lead Announcement
Mustafa-Online replied to kongondo's topic in Dev Talk
I can't wait to build my first E-commerce site using Padloper ? - Great Job @kongondo -
How To Hook File Upload Destination?
Mustafa-Online replied to Mustafa-Online's topic in API & Templates
@kongondo - Thaaaaaaanks alot, I will try it ? -
@ryan .. How to upload files to a custom directory?
-
How to add "Font-awesome 5" to FieldtypeFontIconPicker?
Mustafa-Online replied to Mustafa-Online's topic in General Support
@OLSA - I tried the icon yesterday inside a "Repeater Field" - but it doesn't work ? -
I got a field with a type of "files" named: course_file .. how can I upload it to custom directory??
-
Gutenberg For ProcessWire ?!
Mustafa-Online replied to Mustafa-Online's topic in Module/Plugin Development
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.