I am creating a module that enable user's update all drupal website important setting via one admin form. like "website name," , "website email." , "Public file system path " , " Enable clean URLs " and more for example.
Please help me how can i build this type of admin form. and what hooks are used?
I have set up a popular posts list on my blog using views but it lists all the popular posts for many years. I just want to make it popular posts per year, so it only list the popular posts for a specific year.
I've tried to upload files while the sites/default/files/ directory was set at 755 or 775 but both result in the dreaded "The File Cannot Be Uploaded" error message when trying to upload any media. Setting it to 777 was the only solution, which is not palatable but it is the only way which will allow uploads. How have others managed this issue?