Drupal is up and running but how do I ...?

getID3() for audio module is not working.

hello, i am trying to install the audio module on my drupal 4.7 site, the installation instructions says it requires getID3 version 1.7.7 in in the audio subdirectory
i have gone to sourceforge.net and dl it, when i tried to extract the files, it said file corrupted or no good. i went back to sourceforge and dl it again and tried to unzip directly, and it instructed me the file is no good. this is jan 6 2007. what to do now? where can i get a clean file? thanks

How to show blocks only on frontpage of the site ?

OK, I am trying to show blocks (header and footer) only on the front page but it's not working. Either they are being shown on all the pages or not even on main page. By main page, I mean index.php i.e (www..com). Please do note that the blocks should be shown on for url's like www..com or www..com/index.php or www..com/ or http://www..com

Somehow "Show on every page except the listed pages" and "Show on only the listed pages" are not working or may be I am using them in wrong way.

Regards

Site blank white after inserting a custom block

I got a blank white screen after using this code to get the number of audio files on my site. Any help? I can't login into site anymore

<?php
// for Drupal 4.7.x
$node_audio= node_get_audio();
print("<ul>\n");
foreach ($node_types as $type => $name) {
   $count = db_result(db_query("SELECT COUNT(*) FROM {node} WHERE type = 'audio'", audio));
   print("<li>$name : $count</li>\n");
}
print("</ul>");
?>

I am getting the following error message in the error log file on my server.

Can I have an horizontal menubar associated to one theme and a vertical one to another?

Hello:

Mi client want to see several proposals before to decide the final look of his drupal based site. I'd like to be able to have one theme with an horizontal menubar at the top bar and anothe theme with a conventional vertical one at the left side so my client can compare. If I use nice menus and the current block administration, the change to vertical or horizontal menubar applies to all themes.

By the way, the horizontal menubars seems to have very few support.

I will appreciate any hint.

Best regards,

Alex Sierra

Question about upgrading from 4.7.4 to 4.7.5.

I basically just replace every current file in my web server to the 4.7.5 files right?

Can I keep my theme directory, or need replace that too?

Input filtering by node type

I've been working on a 4.6.9 installation of Drupal for over a year, and I'm wondering if I'm missing something here: Is there any way to assign input filtering types directy to node types, in additiion to user roles?

Pages

Subscribe with RSS Subscribe to RSS - Post installation