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

Onxxon Web Imaging

We (Onison) have created a CMS module called Onxxon to assist with image handling and image manipulation. It’s designed to be able to work with most CMS and should be easily integrated with only a couple lines of code.

There’s a demo of it working with FCKEditor set up at www.onxxon.com, please have a look.

Please reply with any questions, comments, suggestions, or critiques.

E-Commerce downloadable file and/or Quickfile

I am having issues with quickfile where it says "The file doesn't exist."

I am using the root directory: quickfiles/robot.jpg

I have tried everything even a full URL.

Also, the ecommerce downloadable file product does not work.

The site is mmobotz.com

I have made several tests that are free $0.00, they are added to the cart and the order is placed. The file and file size shows up in "My Files", but no link to download. I set the time to 1 day no renewal, shouldnt there be a link for 1 day?? in "My Files" it even shows the file size.

Removing "Create Content"

I am building a custom site navigation menu via a module using hook_menu(). I read that you can remove the "create content" item from the menu by overriding the path 'node/add' like:

$items = array(

'path' => 'node/add',
'title' => t('doesn't matter'),
'callback' => 'drupal_not_found',
'type' => MENU_CALLBACK

);

I'm doing something wrong with hook_help

Sometimes Drupal drives me crazy! (Yes, I know it's a short trip.) I know this is really simple, but I'm going blind staring at my screen trying to figure out what's wrong.

I wanted to add a small help section for this simple little module, but it's not working. Help shows an entry, so it knows that I have the hook. But it is not showing the text when I click on the entry.

Module: "Text Size" - "Text size normal" not sticky

Today I installed the module "Text Size". It works pretty good. Thanks for this module!

The only thing I found is that the "text size normal" icon is not working properly. When I click on it, the fontsize is changed to the default size. So far so good. But when I go to another page, the fontsize changes to the size as it was before I clicked on the "Text size normal" icon. This is not what I expected and probably not what the author intended.

External Dabase Queries

I am Developing a module and I can't seem to get it working properly. It has a connection to an external database but everytime I try to view the various arguments from that query it has some kind of problem. I first tried to work with the drupal_set_message function but it seems it only accepts an argument at a time...i then tried to use a node but it has some error, I seem to be kind of stuck... please HELP, it's urgent. This is for my final project.

Pages

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