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'm a bit new when it comes to PHP and Drupal, so please forgive me if this is a dumb question. I installed the audio module because I am making a site for my friend's techno band. However, the module says when I am adding a new page that my current PHP configuration limits uploads to 2 mb. My question is, is it possible to link the audio module to an MP3 already on my server uploaded through FTP? If not, is there a way to update my PHP configuration or a workaround to make myself able to upload files larger than 2mb? Thank you!
I'm looking for a module that will display in a block on the left or right side and allow for the showing of additional information relating to a specific node. My main motivator for this is for a review, where the big review would appear as the main node and a handmade summary/overview would appear on the side block somewhere. Ideally, this would be editable from the node creation page, but I'd consider other options.
Just wondering if anything out there exists like this or whether I should pursue it myself. Thanks!
I just have a probably simple question about nodes and the taxonomy they belong to.
On my node template I need to check whether the node is part of 1 out of two taxonomies.
What I've tried so far has been to check on the $node->taxonomy value but this gives me an Array
when I do :
print $node->taxonomy
And if I try to assign it to a vector $arr = $node->taxonomy and try print the first item:
print $arr[0]
I get nothing printed what so ever.
I have both the OG (organic groups) and Views modules installed. Ive created a groups page (?q=groups) using the View Module and configured it the way i want it to look. The issue is that when you click on an individual group and try to use the breadcrumb to go back to the groups page it takes you to the orginal groups module page (?q=og) which is not configured the way i want.
Can I change the link in the breadcrumb to go to the Groups page i created using the Views Module?
I've seen a few passing mentions of PHPEclipse as an IDE, and I've been very happy with it, but I wonder if anyone has experience using the formatter/code beautifier with Drupal coding conventions.