This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

"audio" Module Question

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!

Q: Display $tabs from anywhere on the site?

Is it possible to display my $tabs from my node.tpl.php file? It seems like right now that variable only works in my page.tpl.php file.

Any help would be appreciated.

Thanks!

Does this Module Exist, or should I develop my own?

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!

finding taxonomy terms for nodes

Hey all

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.

Other solution I've tried is to use the function

changing the breadcrumb link

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?

PHPEclipse code formatting problems

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.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions