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

One level category

IS it possible to put content directly in category and not in section? I need to make one level category and pute the content on the firs level of categor, not the secon (section level). is there a plugin maybe?

Disknode error

I have a big problem. I've migrated my whole site from postnuke to drupal. I used disknode for my downloads section. Though the process of adding and classifying downloads is simpler in postnuke, the other advantages of drupal were enough. Well, postnuke is gone forever, but now the problems start: suddenly downloads stopped working. I open any disknode and, when I click "download" I get a "page not found" error. The files exist and have the proper permissions. I can't figure out where the problem is. My boss is getting angry, HELP PLEASE!

Can somebody post the contact_manager module?

I would like to use the Volunteer, RSVP, and Sign-Up modules along with the Event module, but it says I need the contact_manager module available at http://drumm.drupaldevs.org

That link doesn't work, and according to all the searching I did on this forum, that link hasn't worked for a long while.

Supposedly the only place to get the contact_manager module now is from the CivicCRM module.

Voting Top 10 Help

I searched the site and none of the code snipits I found worked and I also was unable to get the views module to work. I'm trying to hack a voting module to display the top rated nodes. I was able to get all the nodes into the node page and the voting works. But I just can't figure out the API on how to access the Database I need (which is called votingapi_vote) It logs each vote and now I just need to be able to acess it and sum up the number of votes to place the nodes on a new page.

E-commerce and userpoints products

For my site, I'm using a reward system with userpoints and want to have specific products available as prizes (can only be purchased with points). I also need to be able to sell products for money. Is there a way to differentiate between the two purchase methods so that $ cannot be used to buy prizes and vice versa?

I guess a second question would be... Is there a way to have a taxonomy-type setup for the products so that I can have the prizes listed under one heading and the normal products under another?

Thanks for any help you can offer!

Print Module Link Modification

Ok, I suspect that this one should be an easy one, but I just can not seem to get the formatting right.

The Print Module function I need to modify (I think) is this one:

function theme_print_link($node) {
   $links = l(t('Print this'), "node/$node->nid/print", array('title' => t('Print this')));
   return $links;
 }

What I need to do is change the anchor URI to add in the javascript call:
<a href="javascript:chromeless.setURL("node/$node->nid/print")">

Pages

Subscribe with RSS Subscribe to RSS - Post installation