Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am having issues with large files (zipped) being uploaded and extracted by Acidfree. I love it, and have been getting around the errors by uploading 5 at a time through the UI, instead of 25 or whatever at once through a zip. The reason is that the zip is too large, and the php.ini settings dont allow uploads that large.
My Host does not allow me to modify the php.ini file for my entire site, but says I can create a specific one for a specfic script, and put it in the directory that the script is in. And in this way, I can modify the MAX upload file size parameters.
I have a drupal site with three roles authenticated user anonymous user and an admin user. The problem lies in when i give the admin users the permission to view the administration panel, using administer.module they cannot add any sort of node ( blog entrys, events, pages). Is this something with the users or the administer module.
I have started a kind of Links directory based on the MyThreads
php script (http://mythreads.sourceforge.net/) however I would
like to manage more content (articles, polls).
So I want to move my content to Drupal.
I have found mentions to certain modules in Drupal download section
however the information about them is really scarce.
Easylinks
Freelinking
Janode
For the last couple of days I've been struggeling with Webform trying to have it redirect to the calling node after successfull submit.
Thusfar I have succeeded in passing the calling node to a textfield pre-populated with default value of %server[HTTP_REFERER] which gives -> http://example.com/?q=node/nodeid. After submit it should redirect to that same node. Note that you can choose an absolute path to a redirect page (must start with http://).
I'm sure this is a simple question but I can't for the life of me figure it out and my head is hurting. So I thought I'd post ;)
I have developed a menu on the top of my site composing of primary links with things like 'blog, contact, forums' etc etc.
I have searched through the site and understand that I now have to make left side block menus with the sub-menu things on and assign them to the right pages. In the case of when the user hits 'Blog', the sub menu will say 'Create Blog' and 'My Blog'.
Now the path of 'Create Blog' is easy. It's node/add/blog...