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

/admin/module doesn't show up

Whether I use the menu link or go to the direct url /admin/modules doesn't show up. When I could get the page I have a new module that won't show up on the list so that I can enable it. It's _node_name, all function names begin with, and the name of the file is insurance. I'm stumped. Thoughts? Suggestions?

arg(1) and arg(2) empty, contrary to URL

Even though the URL param reads "?q=cases/details/26", arg(0) equals "cases" but arg(1) and arg(2) are empty.

What could be the problem?

Thanks.

How to insert Google AdSense in nodes?

Hi,

I have tried everything possible to try to find a way to insert the Google AdSense code:

if (module_exist("adsense"))
{
 print adsense_display("120x600", 2, 4);
}

In my nodes, under the links, and didn't find any way to achieve it. I am using the BlueMarine template, so it is a .xtmpl and I do not want the AdSense in the trimmed versions. Can somebody help?

Thanks you,

I am also using the latest upgrade of the Google AdSense module.

Charles

any webhosting modules out there?

Drupal is an awesome very clean cut content system. I prefer it to many others just for it's basic install layout.

I wish I knew how to write php code. I have an idea and if anyone can do it it probably would be a great asset to the drupal.org community. What if there was a webhosting module? So that users can signup and then have their own directory like http://drupal.org/yourusernamehere ? plus a hosting control panel for the admins to limit the bandwidth or space that could be offered?

Workign with the survey module + uploading files

I have just been getting stuck into the survey module. I created a nice form so that users on my site could submit articles by upload as an alternative to the usual 'type and submit' on one of the content nodes.

The reason for this alternative is, and I'm sure many of you will have had the same problem, because copying and pasting an MS Word file (which most users on my site use to compose their texts) onto one of the WYSISYG editors is like splitting an atom.

Anyway this is what the form looks like:

How to upload without using /tmp

Hello,
Everytime I try to upload an image (or anything else), I get the following error:

Pages

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